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

Diff of /liblscp/trunk/ChangeLog

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

revision 626 by capela, Fri Jun 10 09:59:18 2005 UTC revision 994 by capela, Thu Dec 21 13:33:27 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-21  Added support for new (un)subscribable events:
7                         LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
8                         LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,
9                         LSCP_EVENT_MIDI_INPUT_DEVICE_COUNT,
10                         LSCP_EVENT_MIDI_INPUT_DEVICE_INFO,
11                         LSCP_EVENT_MIDI_INSTRUMENT_MAP_COUNT,
12                         LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
13                         LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
14                         LSCP_EVENT_MIDI_INSTRUMENT_INFO.
15    
16                       Updated examples.
17    
18    0.5.0  2006-12-17  MIDI instrument mapping, second round, according to
19                       LSCP 1.2 draft document as of December 15, 2006.
20    
21                       New client interface functions:
22                         lscp_set_channel_midi_map();
23                         lscp_add_midi_instrument_map();
24                         lscp_remove_midi_instrument_map();
25                         lscp_get_midi_instrument_maps();
26                         lscp_list_midi_instrument_maps();
27                         lscp_get_midi_instrument_map_name();
28                         lscp_set_midi_instrument_map_name();
29    
30    
31    0.4.2  2006-12-04  MIDI instrument mapping fixed, previously missing
32                       the regular ON_DEMAND load mode.
33    
34                       Server error reporting is now effective; all server
35                       numerical error and warning codes are added to 100,
36                       thus giving a proper non-zero lscp_client_get_errno()
37                       return value.
38    
39    0.4.1  2006-11-28  Fixed the flush timeout operation to be issued only
40                       once, avoiding recurrent client failure after receive
41                       timeout.
42    
43                       Support for very long command result sets have been
44                       introduced, with the downside of strictly obeying
45                       the LSCP draft.
46    
47                       list_midi_instruments() is now being implemented.
48    
49                       LGPL text is now back in COPYING.
50    
51    0.4.0  2006-11-27  As of the LSCP 1.2 working draft document, added
52                       some missing client interface functions:
53                         lscp_get_total_voice_count();
54                         lscp_get_total_voice_count_max();
55                       and for the new MIDI instrumenbt mapping features:
56                         lscp_map_midi_instrument();
57                         lscp_unmap_midi_instrument();
58                         lscp_get_midi_instruments();
59                         lscp_get_midi_instrument_info();
60                         lscp_clear_midi_instruments();
61    
62    
63    0.3.4  2006-09-24  GPL address update.
64    
65    0.3.3  2006-06-01  Fixed some compilation warnings due to suspicious type
66                       casting and unsused header macros.
67    
68                       Changed deprecated copyright attribute to license
69                       and added ldconfig to post-(un)install steps
70                       to liblscp.spec (RPM).
71    
72    0.3.2  2005-08-29  Fixed missing initialization bug on lscp_channel_info_t
73                       new struct fields (mute/solo).
74    
75                       Include debian files into distribution.
76    
77                       Renamed configure.in to newer configure.ac.
78    
79    0.3.1  2005-08-16  [bug #21] Fixed automake support for separate build
80                       directory.
81    
82                       Added support to sampler channel MUTE/SOLO states:
83                         lscp_set_channel_mute();
84                         lscp_set_channel_solo();
85                       with corresponding new lscp_channel_info_t fields.
86    
87  0.3.0  2005-06-10  [bug #11] Timeout flush idiosyncrasy is now a feature;  0.3.0  2005-06-10  [bug #11] Timeout flush idiosyncrasy is now a feature;
88                     this just tries to flush the receive buffer whenever                     this just tries to flush the receive buffer whenever
89                     any previous transaction has failed due to a timeout.                     any previous transaction has failed due to a timeout.
# Line 13  ChangeLog Line 94  ChangeLog
94                     giving up systematically on select() due to "Invalid                     giving up systematically on select() due to "Invalid
95                     argument" (EINVAL).                     argument" (EINVAL).
96    
97    
98  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
99                     event subscription ones: the LSCP_EVENT_CHANNELS event                     event subscription ones: the LSCP_EVENT_CHANNELS event
100                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
# Line 75  ChangeLog Line 157  ChangeLog
157  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.
158                     (still a work in progress...)                     (still a work in progress...)
159    
160    
161  0.1.9  2004-05-18  More fixes for MSVC++ example build.  0.1.9  2004-05-18  More fixes for MSVC++ example build.
162    
163  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.626  
changed lines
  Added in v.994

  ViewVC Help
Powered by ViewVC