/[svn]/liblscp/trunk/ChangeLog
ViewVC logotype

Diff of /liblscp/trunk/ChangeLog

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

revision 1690 by schoenebeck, Thu Feb 14 19:34:44 2008 UTC revision 1697 by schoenebeck, Sat Feb 16 19:31:32 2008 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  CVS HEAD           Bugfix in lscp_client_subscribe(): only the first  CVS HEAD           Bugfix: _lscp_client_evt_proc() dropped LSCP events.
7    
8                       Bugfix in lscp_client_subscribe(): only the first
9                     lscp_client_subscribe() call succeeded (per client),                     lscp_client_subscribe() call succeeded (per client),
10                     all subsequent ones failed.                     all subsequent ones failed.
11    
12                     Added support for new (un)subscribable events:                     Added support for new (un)subscribable events:
13                       LSCP_EVENT_CHANNEL_MIDI                       LSCP_EVENT_CHANNEL_MIDI
14                         LSCP_EVENT_DEVICE_MIDI
15                     Caution: the bitflag approach for the event variable                     Caution: the bitflag approach for the event variable
16                     is now abondoned, since otherwise we would soon hit the                     is now abondoned, since otherwise we would soon hit the
17                     limit of the bit range. The bitflag approach will                     limit of the bit range. The bitflag approach will

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

  ViewVC Help
Powered by ViewVC