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

Diff of /liblscp/trunk/ChangeLog

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

revision 1369 by capela, Tue Oct 2 17:29:55 2007 UTC revision 1689 by schoenebeck, Thu Feb 14 17:05:51 2008 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6    CVS HEAD           Added support for new (un)subscribable events:
7                         LSCP_EVENT_CHANNEL_MIDI
8                       Caution: the bitflag approach for the event variable
9                       is now abondoned, since otherwise we would soon hit the
10                       limit of the bit range. The bitflag approach will
11                       remain for events older at this point (that is all
12                       events which occupy the lower 16 bits), but this new
13                       and all following events will simply be enumared along
14                       the upper 16 bits.
15    
16                       Added new client interface function, for renaming
17                       effect send entities:
18                         lscp_set_fxsend_name();
19    
20    0.5.5  2007-10-12  Changed client interface function, for editing
21                       instrument, from:
22                         lscp_edit_instrument();
23                       to:
24                         lscp_edit_channel_instrument();
25    
26  0.5.4  2007-10-02  Added new client interface function, for editing  0.5.4  2007-10-02  Added new client interface function, for editing
27                     instrument:                     instrument:
28                       lscp_edit_instrument();                       lscp_edit_instrument();

Legend:
Removed from v.1369  
changed lines
  Added in v.1689

  ViewVC Help
Powered by ViewVC