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

Annotation of /liblscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 278 - (hide annotations) (download)
Mon Oct 11 11:59:31 2004 UTC (19 years, 5 months ago) by capela
File size: 1723 byte(s)
* Fixed lscp_set_channel_midi_channel() again, MIDI
  channels should be given in the range 0-15, and omni
  mode with the LSCP_MIDI_CHANNEL_ALL symbol (16).

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

  ViewVC Help
Powered by ViewVC