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

Diff of /liblscp/trunk/ChangeLog

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

revision 946 by capela, Mon Nov 27 18:33:02 2006 UTC revision 983 by capela, Mon Dec 18 09:39:20 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-18  Updated examples.
7    
8    0.5.0  2006-12-17  MIDI instrument mapping, second round, according to
9                       LSCP 1.2 draft document as of December 15, 2006.
10    
11                       New client interface functions:
12                         lscp_set_channel_midi_map();
13                         lscp_add_midi_instrument_map();
14                         lscp_remove_midi_instrument_map();
15                         lscp_get_midi_instrument_maps();
16                         lscp_list_midi_instrument_maps();
17                         lscp_get_midi_instrument_map_name();
18                         lscp_set_midi_instrument_map_name();
19    
20    
21    0.4.2  2006-12-04  MIDI instrument mapping fixed, previously missing
22                       the regular ON_DEMAND load mode.
23    
24                       Server error reporting is now effective; all server
25                       numerical error and warning codes are added to 100,
26                       thus giving a proper non-zero lscp_client_get_errno()
27                       return value.
28    
29    0.4.1  2006-11-28  Fixed the flush timeout operation to be issued only
30                       once, avoiding recurrent client failure after receive
31                       timeout.
32    
33                       Support for very long command result sets have been
34                       introduced, with the downside of strictly obeying
35                       the LSCP draft.
36    
37                       list_midi_instruments() is now being implemented.
38    
39                       LGPL text is now back in COPYING.
40    
41  0.4.0  2006-11-27  As of the LSCP 1.2 working draft document, added  0.4.0  2006-11-27  As of the LSCP 1.2 working draft document, added
42                     some missing client interface functions:                     some missing client interface functions:
43                       lscp_get_total_voice_count();                       lscp_get_total_voice_count();

Legend:
Removed from v.946  
changed lines
  Added in v.983

  ViewVC Help
Powered by ViewVC