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

Annotation of /liblscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 253 - (hide annotations) (download)
Mon Sep 27 14:40:08 2004 UTC (19 years, 6 months ago) by capela
File size: 1486 byte(s)
* Fixed lscp_set_channel_midi_channel() where MIDI
  channels should be given in the range 0-15, and
  omni mode with new LSCP_MIDI_CHANNEL_ALL symbol.

* Rearrangement on main command requester executive.

1 capela 103 liblscp - LinuxSampler Control Protocol API
2     -------------------------------------------
3    
4     ChangeLog
5    
6 capela 253 0.2.3 2004-09-27 Fixed lscp_set_channel_midi_channel() where MIDI
7     channels should be given in the range 0-15, and
8     omni mode with new LSCP_MIDI_CHANNEL_ALL symbol.
9    
10     Rearrangement on main command requester executive.
11    
12 capela 213 0.2.2 2004-07-29 In sync with LSCP document draf (v.12).
13    
14     New functions added: lscp_client_get_events() and
15     lscp_reset_sampler().
16    
17     Added support for generating Debian packages;
18 schoenebeck 199 renamed pkg-config lib name 'liblscp' -> 'lscp' as
19     it's common practice to omit the 'lib' prefix.
20    
21 capela 194 0.2.1 2004-07-09 Potential cripling defects habve been fixed.
22 capela 187
23 capela 178 0.2.0 2004-07-06 New LSCP extension draft (v.11) initial support.
24 capela 103 (still a work in progress...)
25    
26     0.1.9 2004-05-18 More fixes for MSVC++ example build.
27    
28     0.1.8 2004-05-17 Fix for MSVC++ example build; snprintf replaced by
29     buffer overflow friendlier sprintf.
30    
31     0.1.7 2004-05-10 Missing version.h now included on install; WIN32 is
32     only now conditionally defined.
33    
34     0.1.6 2004-05-04 WIN32 build support; LPGL disclaimer consistency;
35     versioning functions introduced.
36    
37     0.1.5 2004-04-26 Server stuff moved into examples.
38    
39     0.1.4 2004-04-24 Initial auto/libtool preparation.
40    

  ViewVC Help
Powered by ViewVC