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

Diff of /liblscp/trunk/ChangeLog

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

revision 994 by capela, Thu Dec 21 13:33:27 2006 UTC revision 1031 by capela, Mon Jan 15 11:08:28 2007 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  0.5.1  2006-12-21  Added support for new (un)subscribable events:  0.5.3  2007-01-15  Added new client interface functions, for sampler
7                       channel effect sends control:
8                         lscp_set_fxsend_midi_controller();
9                         lscp_set_fxsend_level();
10    
11                       Added new field member to lscp_fxsend_info_t (level).
12    
13    0.5.2  2007-01-11  Added new client interface functions, for sampler
14                       channel effect sends control:
15                         lscp_create_fxsend();
16                         lscp_destroy_fxsend();
17                         lscp_get_fxsends();
18                         lscp_list_fxsends();
19                         lscp_get_fxsend_info();
20                         lscp_set_fxsend_audio_channel();
21                                       and for global volume:
22                         lscp_get_volume();
23                         lscp_set_volume();
24    
25                       Audio routing representation changed to integer array.
26    
27    0.5.1  2006-12-22  Added support for new (un)subscribable events:
28                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
29                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,
30                       LSCP_EVENT_MIDI_INPUT_DEVICE_COUNT,                       LSCP_EVENT_MIDI_INPUT_DEVICE_COUNT,

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

  ViewVC Help
Powered by ViewVC