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

Diff of /liblscp/trunk/ChangeLog

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

revision 146 by capela, Fri Jun 25 12:00:25 2004 UTC revision 735 by capela, Tue Aug 16 09:48:42 2005 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  0.2.0  2004-06-25  New LSCP extension draft (v.11) initial support.  0.3.1  2005-08-16  [bug #21] Fixed automake support for separate build
7                       directory.
8                      
9                       Added support to sampler channel MUTE/SOLO states:
10                         lscp_set_channel_mute();
11                         lscp_set_channel_solo();
12                       with corresponding new lscp_channel_info_t fields.
13    
14    0.3.0  2005-06-10  [bug #11] Timeout flush idiosyncrasy is now a feature;
15                       this just tries to flush the receive buffer whenever
16                       any previous transaction has failed due to a timeout.
17    
18                       Fixed an off-by-one timeout quirk, that has been a real
19                       showstopper on Mac OS X at least, which is incidental
20                       to qsampler's default timeout setting of 1000 msecs,
21                       giving up systematically on select() due to "Invalid
22                       argument" (EINVAL).
23    
24    0.2.8  2005-05-22  More LSCP command syntax changes, particularly on the
25                       event subscription ones: the LSCP_EVENT_CHANNELS event
26                       definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
27                       as to be more meaningful. Added support for the newest
28                       LSCP command: GET SERVER INFO; lscp_get_server_info().
29    
30    0.2.8  2005-05-08  [bug #9] Fixed for a LSCP command syntax convention
31                       consistency, regarding the enumeration of available
32                       sampler engines, Audio and MIDI drivers; this has
33                       affected the signature of the following functions:
34                         lscp_get_available_engines();
35                         lscp_get_available_audio_drivers();
36                         lscp_get_available_midi_drivers();
37                       which are now returning an integer count of engines
38                       and drivers, respectively, while the following
39                       functions are now being introduced:
40                         lscp_list_available_engines();
41                         lscp_list_available_audio_drivers();
42                         lscp_list_available_midi_drivers();
43                       taking on the previous functionality, returning
44                       a comma separated list of names.
45    
46    0.2.7  2005-03-10  Mini bitsy regression; a severe crash (segfault)
47                       was fixed on the device configuration functions:
48                         lscp_set_audio_device_param();
49                         lscp_set_midi_device_param();
50                         lscp_set_audio_channel_param();
51                         lscp_set_midi_port_param();
52    
53    0.2.6  2005-03-01  Fixed nasty off-by-one bug on internal helpers.
54    
55    0.2.5  2005-02-14  Added support for the new INSTRUMENT_NAME field
56                       of GET CHANNEL INFO command.
57    
58    0.2.4  2004-10-11  Fixed lscp_set_channel_midi_channel() again, MIDI
59                       channels should be given in the range 0-15, and omni
60                       mode with the LSCP_MIDI_CHANNEL_ALL symbol (16).
61    
62                       Fixed lscp_get_channel_info() to parse MIDI omni
63                       (ALL) channels mode.
64    
65    0.2.3  2004-09-28  Fixed lscp_set_channel_midi_channel() where MIDI
66                       channels should be given in the range 1-16, and
67                       omni mode with the new LSCP_MIDI_CHANNEL_ALL
68                       symbol (0).
69    
70                       Rearrangement on main command requester executive.
71    
72    0.2.2  2004-07-29  In sync with LSCP document draf (v.12).
73    
74                       New functions added: lscp_client_get_events() and
75                       lscp_reset_sampler().
76    
77                       Added support for generating Debian packages;
78                       renamed pkg-config lib name 'liblscp' -> 'lscp' as
79                       it's common practice to omit the 'lib' prefix.
80    
81    0.2.1  2004-07-09  Potential cripling defects habve been fixed.
82    
83    0.2.0  2004-07-06  New LSCP extension draft (v.11) initial support.
84                     (still a work in progress...)                     (still a work in progress...)
85    
86  0.1.9  2004-05-18  More fixes for MSVC++ example build.  0.1.9  2004-05-18  More fixes for MSVC++ example build.
# Line 20  ChangeLog Line 97  ChangeLog
97  0.1.5  2004-04-26  Server stuff moved into examples.  0.1.5  2004-04-26  Server stuff moved into examples.
98    
99  0.1.4  2004-04-24  Initial auto/libtool preparation.  0.1.4  2004-04-24  Initial auto/libtool preparation.
   

Legend:
Removed from v.146  
changed lines
  Added in v.735

  ViewVC Help
Powered by ViewVC