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

Diff of /liblscp/trunk/ChangeLog

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

revision 921 by capela, Sun Sep 24 12:55:48 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
28                       once, avoiding recurrent client failure after receive
29                       timeout.
30    
31                       Support for very long command result sets have been
32                       introduced, with the downside of strictly obeying
33                       the LSCP draft.
34    
35                       list_midi_instruments() is now being implemented.
36    
37                       LGPL text is now back in COPYING.
38    
39    0.4.0  2006-11-27  As of the LSCP 1.2 working draft document, added
40                       some missing client interface functions:
41                         lscp_get_total_voice_count();
42                         lscp_get_total_voice_count_max();
43                       and for the new MIDI instrumenbt mapping features:
44                         lscp_map_midi_instrument();
45                         lscp_unmap_midi_instrument();
46                         lscp_get_midi_instruments();
47                         lscp_get_midi_instrument_info();
48                         lscp_clear_midi_instruments();
49    
50    
51  0.3.4  2006-09-24  GPL address update.  0.3.4  2006-09-24  GPL address update.
52    
53  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
# Line 37  ChangeLog Line 82  ChangeLog
82                     giving up systematically on select() due to "Invalid                     giving up systematically on select() due to "Invalid
83                     argument" (EINVAL).                     argument" (EINVAL).
84    
85    
86  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
87                     event subscription ones: the LSCP_EVENT_CHANNELS event                     event subscription ones: the LSCP_EVENT_CHANNELS event
88                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
# Line 99  ChangeLog Line 145  ChangeLog
145  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.
146                     (still a work in progress...)                     (still a work in progress...)
147    
148    
149  0.1.9  2004-05-18  More fixes for MSVC++ example build.  0.1.9  2004-05-18  More fixes for MSVC++ example build.
150    
151  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.921  
changed lines
  Added in v.975

  ViewVC Help
Powered by ViewVC