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

Diff of /liblscp/trunk/ChangeLog

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

revision 948 by capela, Tue Nov 28 15:31:20 2006 UTC revision 1020 by capela, Thu Jan 11 15:25:04 2007 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6    0.5.2  2007-01-11  Added new client interface functions, for sampler
7                       channel effect sends control:
8                         lscp_create_fxsend();
9                         lscp_destroy_fxsend();
10                         lscp_get_fxsends();
11                         lscp_list_fxsends();
12                         lscp_get_fxsend_info();
13                         lscp_set_fxsend_audio_channel();
14                                       and for global volume:
15                         lscp_get_volume();
16                         lscp_set_volume();
17    
18                       Audio routing representation changed integer array.
19    
20    0.5.1  2006-12-22  Added support for new (un)subscribable events:
21                         LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
22                         LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,
23                         LSCP_EVENT_MIDI_INPUT_DEVICE_COUNT,
24                         LSCP_EVENT_MIDI_INPUT_DEVICE_INFO,
25                         LSCP_EVENT_MIDI_INSTRUMENT_MAP_COUNT,
26                         LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
27                         LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
28                         LSCP_EVENT_MIDI_INSTRUMENT_INFO.
29    
30                       Updated examples.
31    
32    0.5.0  2006-12-17  MIDI instrument mapping, second round, according to
33                       LSCP 1.2 draft document as of December 15, 2006.
34    
35                       New client interface functions:
36                         lscp_set_channel_midi_map();
37                         lscp_add_midi_instrument_map();
38                         lscp_remove_midi_instrument_map();
39                         lscp_get_midi_instrument_maps();
40                         lscp_list_midi_instrument_maps();
41                         lscp_get_midi_instrument_map_name();
42                         lscp_set_midi_instrument_map_name();
43    
44    
45    0.4.2  2006-12-04  MIDI instrument mapping fixed, previously missing
46                       the regular ON_DEMAND load mode.
47    
48                       Server error reporting is now effective; all server
49                       numerical error and warning codes are added to 100,
50                       thus giving a proper non-zero lscp_client_get_errno()
51                       return value.
52    
53  0.4.1  2006-11-28  Fixed the flush timeout operation to be issued only  0.4.1  2006-11-28  Fixed the flush timeout operation to be issued only
54                     once, avoiding recurrent client failure after receive                     once, avoiding recurrent client failure after receive
55                     timeout.                     timeout.

Legend:
Removed from v.948  
changed lines
  Added in v.1020

  ViewVC Help
Powered by ViewVC