/[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 975 by capela, Sun Dec 17 00:59:40 2006 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6    0.5.0  2006-12-17  MIDI instrument mapping, second round, according to
7                       LSCP 1.2 draft document as of December 15, 2006.
8    
9                       New client interface functions:
10                         lscp_set_channel_midi_map();
11                         lscp_add_midi_instrument_map();
12                         lscp_remove_midi_instrument_map();
13                         lscp_get_midi_instrument_maps();
14                         lscp_list_midi_instrument_maps();
15                         lscp_get_midi_instrument_map_name();
16                         lscp_set_midi_instrument_map_name();
17    
18    
19    0.4.2  2006-12-04  MIDI instrument mapping fixed, previously missing
20                       the regular ON_DEMAND load mode.
21    
22                       Server error reporting is now effective; all server
23                       numerical error and warning codes are added to 100,
24                       thus giving a proper non-zero lscp_client_get_errno()
25                       return value.
26    
27  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
28                     once, avoiding recurrent client failure after receive                     once, avoiding recurrent client failure after receive
29                     timeout.                     timeout.

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

  ViewVC Help
Powered by ViewVC