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

Annotation of /liblscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 419 - (hide annotations) (download)
Wed Mar 2 16:25:27 2005 UTC (19 years, 1 month ago) by capela
File size: 2039 byte(s)
Mini bitsy regression.

1 capela 103 liblscp - LinuxSampler Control Protocol API
2     -------------------------------------------
3    
4     ChangeLog
5    
6 capela 419 0.2.6.1 Mini bitsy regression.
7    
8 capela 415 0.2.6 2005-03-01 Fixed nasty off-by-one bug on internal helpers.
9    
10 capela 380 0.2.5 2005-02-14 Added support for the new INSTRUMENT_NAME field
11 capela 378 of GET CHANNEL INFO command.
12    
13 capela 278 0.2.4 2004-10-11 Fixed lscp_set_channel_midi_channel() again, MIDI
14     channels should be given in the range 0-15, and omni
15     mode with the LSCP_MIDI_CHANNEL_ALL symbol (16).
16 capela 415
17 capela 279 Fixed lscp_get_channel_info() to parse MIDI omni
18     (ALL) channels mode.
19 capela 278
20 capela 257 0.2.3 2004-09-28 Fixed lscp_set_channel_midi_channel() where MIDI
21     channels should be given in the range 1-16, and
22     omni mode with the new LSCP_MIDI_CHANNEL_ALL
23     symbol (0).
24 capela 415
25 capela 253 Rearrangement on main command requester executive.
26    
27 capela 213 0.2.2 2004-07-29 In sync with LSCP document draf (v.12).
28    
29     New functions added: lscp_client_get_events() and
30     lscp_reset_sampler().
31    
32     Added support for generating Debian packages;
33 schoenebeck 199 renamed pkg-config lib name 'liblscp' -> 'lscp' as
34     it's common practice to omit the 'lib' prefix.
35    
36 capela 194 0.2.1 2004-07-09 Potential cripling defects habve been fixed.
37 capela 187
38 capela 178 0.2.0 2004-07-06 New LSCP extension draft (v.11) initial support.
39 capela 103 (still a work in progress...)
40    
41     0.1.9 2004-05-18 More fixes for MSVC++ example build.
42    
43     0.1.8 2004-05-17 Fix for MSVC++ example build; snprintf replaced by
44     buffer overflow friendlier sprintf.
45    
46     0.1.7 2004-05-10 Missing version.h now included on install; WIN32 is
47     only now conditionally defined.
48    
49     0.1.6 2004-05-04 WIN32 build support; LPGL disclaimer consistency;
50     versioning functions introduced.
51    
52     0.1.5 2004-04-26 Server stuff moved into examples.
53    
54     0.1.4 2004-04-24 Initial auto/libtool preparation.

  ViewVC Help
Powered by ViewVC