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

Diff of /liblscp/trunk/ChangeLog

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

revision 1665 by schoenebeck, Mon Feb 4 13:02:30 2008 UTC revision 1692 by schoenebeck, Fri Feb 15 17:04:34 2008 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  CVS HEAD           Added new client interface function, for renaming  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),
10                       all subsequent ones failed.
11    
12                       Added support for new (un)subscribable events:
13                         LSCP_EVENT_CHANNEL_MIDI
14                       Caution: the bitflag approach for the event variable
15                       is now abondoned, since otherwise we would soon hit the
16                       limit of the bit range. The bitflag approach will
17                       remain for events older at this point (that is all
18                       events which occupy the lower 16 bits), but this new
19                       and all following events will simply be enumared along
20                       the upper 16 bits.
21    
22                       Added new client interface function, for renaming
23                     effect send entities:                     effect send entities:
24                       lscp_set_fxsend_name();                       lscp_set_fxsend_name();
25    

Legend:
Removed from v.1665  
changed lines
  Added in v.1692

  ViewVC Help
Powered by ViewVC