/[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 1696 by schoenebeck, Thu Feb 14 17:05:51 2008 UTC revision 1697 by schoenebeck, Sat Feb 16 19:31:32 2008 UTC
# Line 51  typedef enum _lscp_event_t Line 51  typedef enum _lscp_event_t
51          LSCP_EVENT_MISCELLANEOUS             = 0x8000,          LSCP_EVENT_MISCELLANEOUS             = 0x8000,
52          // from these new events on, we simply enumerate them,          // from these new events on, we simply enumerate them,
53          // no dedicated bit flags anymore ...          // no dedicated bit flags anymore ...
54          LSCP_EVENT_CHANNEL_MIDI              = 0x00010000          LSCP_EVENT_CHANNEL_MIDI              = 0x00010000,
55            LSCP_EVENT_DEVICE_MIDI               = 0x00020000
56  } lscp_event_t;  } lscp_event_t;
57    
58    

Legend:
Removed from v.1696  
changed lines
  Added in v.1697

  ViewVC Help
Powered by ViewVC