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

Diff of /liblscp/trunk/ChangeLog

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

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

Legend:
Removed from v.166  
changed lines
  Added in v.712

  ViewVC Help
Powered by ViewVC