/[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 988 by capela, Tue Dec 19 11:28:47 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-19  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  0.4.1  2006-11-28  Fixed the flush timeout operation to be issued only
30                     once, avoiding recurrent client failure after receive                     once, avoiding recurrent client failure after receive
31                     timeout.                     timeout.

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

  ViewVC Help
Powered by ViewVC