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

Diff of /liblscp/trunk/ChangeLog

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

revision 869 by capela, Thu Jun 1 08:32:16 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
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
42                       some missing client interface functions:
43                         lscp_get_total_voice_count();
44                         lscp_get_total_voice_count_max();
45                       and for the new MIDI instrumenbt mapping features:
46                         lscp_map_midi_instrument();
47                         lscp_unmap_midi_instrument();
48                         lscp_get_midi_instruments();
49                         lscp_get_midi_instrument_info();
50                         lscp_clear_midi_instruments();
51    
52    
53    0.3.4  2006-09-24  GPL address update.
54    
55  0.3.3  2006-06-01  Fixed some compilation warnings due to suspicious type  0.3.3  2006-06-01  Fixed some compilation warnings due to suspicious type
56                     casting and unsused header macros.                     casting and unsused header macros.
57    
# Line 35  ChangeLog Line 84  ChangeLog
84                     giving up systematically on select() due to "Invalid                     giving up systematically on select() due to "Invalid
85                     argument" (EINVAL).                     argument" (EINVAL).
86    
87    
88  0.2.8  2005-05-22  More LSCP command syntax changes, particularly on the  0.2.8  2005-05-22  More LSCP command syntax changes, particularly on the
89                     event subscription ones: the LSCP_EVENT_CHANNELS event                     event subscription ones: the LSCP_EVENT_CHANNELS event
90                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
# Line 97  ChangeLog Line 147  ChangeLog
147  0.2.0  2004-07-06  New LSCP extension draft (v.11) initial support.  0.2.0  2004-07-06  New LSCP extension draft (v.11) initial support.
148                     (still a work in progress...)                     (still a work in progress...)
149    
150    
151  0.1.9  2004-05-18  More fixes for MSVC++ example build.  0.1.9  2004-05-18  More fixes for MSVC++ example build.
152    
153  0.1.8  2004-05-17  Fix for MSVC++ example build; snprintf replaced by  0.1.8  2004-05-17  Fix for MSVC++ example build; snprintf replaced by

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

  ViewVC Help
Powered by ViewVC