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

Diff of /liblscp/trunk/ChangeLog

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

revision 762 by capela, Sun Aug 28 21:32:40 2005 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.3.2  2005-08-28  Fixed missing initialization bug on lscp_channel_info_t  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
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
56                       casting and unsused header macros.
57    
58                       Changed deprecated copyright attribute to license
59                       and added ldconfig to post-(un)install steps
60                       to liblscp.spec (RPM).
61    
62    0.3.2  2005-08-29  Fixed missing initialization bug on lscp_channel_info_t
63                     new struct fields (mute/solo).                     new struct fields (mute/solo).
64    
65                     Include debian files into distribution.                     Include debian files into distribution.
# Line 28  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 90  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.762  
changed lines
  Added in v.983

  ViewVC Help
Powered by ViewVC