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

Diff of /liblscp/trunk/ChangeLog

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

revision 1031 by capela, Mon Jan 15 11:08:28 2007 UTC revision 1412 by capela, Fri Oct 12 22:43:38 2007 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6    0.5.5  2007-10-12  Changed client interface function, for editing
7                       instrument, from:
8                         lscp_edit_instrument();
9                       to:
10                         lscp_edit_channel_instrument();
11    
12    0.5.4  2007-10-02  Added new client interface function, for editing
13                       instrument:
14                         lscp_edit_instrument();
15    
16                       Fixed some minor bugs in:
17                         lscp_set_fxsend_midi_controller();
18                         lscp_set_fxsend_level();
19    
20  0.5.3  2007-01-15  Added new client interface functions, for sampler  0.5.3  2007-01-15  Added new client interface functions, for sampler
21                     channel effect sends control:                     channel effect sends control:
22                       lscp_set_fxsend_midi_controller();                       lscp_set_fxsend_midi_controller();
# Line 18  ChangeLog Line 32  ChangeLog
32                       lscp_list_fxsends();                       lscp_list_fxsends();
33                       lscp_get_fxsend_info();                       lscp_get_fxsend_info();
34                       lscp_set_fxsend_audio_channel();                       lscp_set_fxsend_audio_channel();
35                                     and for global volume:                     and for global volume:
36                       lscp_get_volume();                       lscp_get_volume();
37                       lscp_set_volume();                       lscp_set_volume();
38    

Legend:
Removed from v.1031  
changed lines
  Added in v.1412

  ViewVC Help
Powered by ViewVC