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

Diff of /liblscp/trunk/ChangeLog

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

revision 1019 by capela, Thu Jan 11 12:33:05 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
21                       channel effect sends control:
22                         lscp_set_fxsend_midi_controller();
23                         lscp_set_fxsend_level();
24    
25                       Added new field member to lscp_fxsend_info_t (level).
26    
27  0.5.2  2007-01-11  Added new client interface functions, for sampler  0.5.2  2007-01-11  Added new client interface functions, for sampler
28                     channel effect sends control:                     channel effect sends control:
29                       lscp_create_fxsend();                       lscp_create_fxsend();
# Line 11  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    
39                       Audio routing representation changed to integer array.
40    
41  0.5.1  2006-12-22  Added support for new (un)subscribable events:  0.5.1  2006-12-22  Added support for new (un)subscribable events:
42                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
43                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,

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

  ViewVC Help
Powered by ViewVC