/[svn]/liblscp/trunk/lscp/event.h
ViewVC logotype

Diff of /liblscp/trunk/lscp/event.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 994 by capela, Thu Dec 21 13:33:27 2006 UTC revision 3866 by capela, Sat Mar 27 12:17:51 2021 UTC
# Line 2  Line 2 
2  //  //
3  /****************************************************************************  /****************************************************************************
4     liblscp - LinuxSampler Control Protocol API     liblscp - LinuxSampler Control Protocol API
5     Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2021, rncbc aka Rui Nuno Capela. All rights reserved.
6    
7     This library is free software; you can redistribute it and/or     This library is free software; you can redistribute it and/or
8     modify it under the terms of the GNU Lesser General Public     modify it under the terms of the GNU Lesser General Public
# Line 30  extern "C" { Line 30  extern "C" {
30  #endif  #endif
31    
32    
33  /** Subscribable event notification bit-wise flags. */  /** Subscribable event notification types. */
34  typedef enum _lscp_event_t  typedef enum _lscp_event_t
35  {  {
36          LSCP_EVENT_NONE                      = 0x0000,          LSCP_EVENT_NONE                      = 0x0000,
# Line 48  typedef enum _lscp_event_t Line 48  typedef enum _lscp_event_t
48          LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO  = 0x1000,          LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO  = 0x1000,
49          LSCP_EVENT_MIDI_INSTRUMENT_COUNT     = 0x2000,          LSCP_EVENT_MIDI_INSTRUMENT_COUNT     = 0x2000,
50          LSCP_EVENT_MIDI_INSTRUMENT_INFO      = 0x4000,          LSCP_EVENT_MIDI_INSTRUMENT_INFO      = 0x4000,
51          LSCP_EVENT_MISCELLANEOUS             = 0x8000          LSCP_EVENT_MISCELLANEOUS             = 0x8000,
52            // from these new events on, we simply enumerate them,
53            // no dedicated bit flags anymore ...
54            LSCP_EVENT_CHANNEL_MIDI              = 0x00010000,
55            LSCP_EVENT_DEVICE_MIDI               = 0x00020000
56  } lscp_event_t;  } lscp_event_t;
57    
58    

Legend:
Removed from v.994  
changed lines
  Added in v.3866

  ViewVC Help
Powered by ViewVC