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

Diff of /liblscp/trunk/ChangeLog

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

revision 132 by capela, Fri Jun 18 14:19:19 2004 UTC revision 435 by capela, Wed Mar 9 18:39:57 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-17  New LSCP extension draft (v.09) initial support.  0.2.7  2005-03-09  Mini bitsy regression; a severe crash (segfault)
7                       was fixed on the device configuration functions:
8                         lscp_set_audio_device_param();
9                         lscp_set_midi_device_param();
10                         lscp_set_audio_channel_param();
11                         lscp_set_midi_port_param();
12    
13    0.2.6  2005-03-01  Fixed nasty off-by-one bug on internal helpers.
14    
15    0.2.5  2005-02-14  Added support for the new INSTRUMENT_NAME field
16                       of GET CHANNEL INFO command.
17    
18    0.2.4  2004-10-11  Fixed lscp_set_channel_midi_channel() again, MIDI
19                       channels should be given in the range 0-15, and omni
20                       mode with the LSCP_MIDI_CHANNEL_ALL symbol (16).
21    
22                       Fixed lscp_get_channel_info() to parse MIDI omni
23                       (ALL) channels mode.
24    
25    0.2.3  2004-09-28  Fixed lscp_set_channel_midi_channel() where MIDI
26                       channels should be given in the range 1-16, and
27                       omni mode with the new LSCP_MIDI_CHANNEL_ALL
28                       symbol (0).
29    
30                       Rearrangement on main command requester executive.
31    
32    0.2.2  2004-07-29  In sync with LSCP document draf (v.12).
33    
34                       New functions added: lscp_client_get_events() and
35                       lscp_reset_sampler().
36    
37                       Added support for generating Debian packages;
38                       renamed pkg-config lib name 'liblscp' -> 'lscp' as
39                       it's common practice to omit the 'lib' prefix.
40    
41    0.2.1  2004-07-09  Potential cripling defects habve been fixed.
42    
43    0.2.0  2004-07-06  New LSCP extension draft (v.11) initial support.
44                     (still a work in progress...)                     (still a work in progress...)
45    
46  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 57  ChangeLog
57  0.1.5  2004-04-26  Server stuff moved into examples.  0.1.5  2004-04-26  Server stuff moved into examples.
58    
59  0.1.4  2004-04-24  Initial auto/libtool preparation.  0.1.4  2004-04-24  Initial auto/libtool preparation.
   

Legend:
Removed from v.132  
changed lines
  Added in v.435

  ViewVC Help
Powered by ViewVC