/[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 994 by capela, Thu Dec 21 13:33:27 2006 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:
7                         LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
8                         LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,
9                         LSCP_EVENT_MIDI_INPUT_DEVICE_COUNT,
10                         LSCP_EVENT_MIDI_INPUT_DEVICE_INFO,
11                         LSCP_EVENT_MIDI_INSTRUMENT_MAP_COUNT,
12                         LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
13                         LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
14                         LSCP_EVENT_MIDI_INSTRUMENT_INFO.
15    
16                       Updated examples.
17    
18    0.5.0  2006-12-17  MIDI instrument mapping, second round, according to
19                       LSCP 1.2 draft document as of December 15, 2006.
20    
21                       New client interface functions:
22                         lscp_set_channel_midi_map();
23                         lscp_add_midi_instrument_map();
24                         lscp_remove_midi_instrument_map();
25                         lscp_get_midi_instrument_maps();
26                         lscp_list_midi_instrument_maps();
27                         lscp_get_midi_instrument_map_name();
28                         lscp_set_midi_instrument_map_name();
29    
30    
31    0.4.2  2006-12-04  MIDI instrument mapping fixed, previously missing
32                       the regular ON_DEMAND load mode.
33    
34                       Server error reporting is now effective; all server
35                       numerical error and warning codes are added to 100,
36                       thus giving a proper non-zero lscp_client_get_errno()
37                       return value.
38    
39  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
40                     once, avoiding recurrent client failure after receive                     once, avoiding recurrent client failure after receive
41                     timeout.                     timeout.

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

  ViewVC Help
Powered by ViewVC