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

Annotation of /liblscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 523 - (hide annotations) (download)
Mon May 9 10:17:12 2005 UTC (18 years, 10 months ago) by capela
File size: 3266 byte(s)
* [bug #9] Fixed for a LSCP command syntax convention
consistency, regarding the enumeration of available
sampler engines, Audio and MIDI drivers; this has
affected the signature of the following functions:
  lscp_get_available_engines();
  lscp_get_available_audio_drivers();
  lscp_get_available_midi_drivers();
which are now returning an integer count of engines
and drivers, respectively, while the following
functions are now being introduced:
  lscp_list_available_engines();
  lscp_list_available_audio_drivers();
  lscp_list_available_midi_drivers();
taking on the previous functionality, returning
a comma separated list of names.

1 capela 103 liblscp - LinuxSampler Control Protocol API
2     -------------------------------------------
3    
4     ChangeLog
5    
6 capela 523 0.2.8 2005-05-08 [bug #9] Fixed for a LSCP command syntax convention
7     consistency, regarding the enumeration of available
8     sampler engines, Audio and MIDI drivers; this has
9     affected the signature of the following functions:
10     lscp_get_available_engines();
11     lscp_get_available_audio_drivers();
12     lscp_get_available_midi_drivers();
13     which are now returning an integer count of engines
14     and drivers, respectively, while the following
15     functions are now being introduced:
16     lscp_list_available_engines();
17     lscp_list_available_audio_drivers();
18     lscp_list_available_midi_drivers();
19     taking on the previous functionality, returning
20     a comma separated list of names.
21    
22 capela 445 0.2.7 2005-03-10 Mini bitsy regression; a severe crash (segfault)
23 capela 435 was fixed on the device configuration functions:
24     lscp_set_audio_device_param();
25     lscp_set_midi_device_param();
26     lscp_set_audio_channel_param();
27     lscp_set_midi_port_param();
28 capela 419
29 capela 415 0.2.6 2005-03-01 Fixed nasty off-by-one bug on internal helpers.
30    
31 capela 380 0.2.5 2005-02-14 Added support for the new INSTRUMENT_NAME field
32 capela 378 of GET CHANNEL INFO command.
33    
34 capela 278 0.2.4 2004-10-11 Fixed lscp_set_channel_midi_channel() again, MIDI
35     channels should be given in the range 0-15, and omni
36     mode with the LSCP_MIDI_CHANNEL_ALL symbol (16).
37 capela 415
38 capela 279 Fixed lscp_get_channel_info() to parse MIDI omni
39     (ALL) channels mode.
40 capela 278
41 capela 257 0.2.3 2004-09-28 Fixed lscp_set_channel_midi_channel() where MIDI
42     channels should be given in the range 1-16, and
43     omni mode with the new LSCP_MIDI_CHANNEL_ALL
44     symbol (0).
45 capela 415
46 capela 253 Rearrangement on main command requester executive.
47    
48 capela 213 0.2.2 2004-07-29 In sync with LSCP document draf (v.12).
49    
50     New functions added: lscp_client_get_events() and
51     lscp_reset_sampler().
52    
53     Added support for generating Debian packages;
54 schoenebeck 199 renamed pkg-config lib name 'liblscp' -> 'lscp' as
55     it's common practice to omit the 'lib' prefix.
56    
57 capela 194 0.2.1 2004-07-09 Potential cripling defects habve been fixed.
58 capela 187
59 capela 178 0.2.0 2004-07-06 New LSCP extension draft (v.11) initial support.
60 capela 103 (still a work in progress...)
61    
62     0.1.9 2004-05-18 More fixes for MSVC++ example build.
63    
64     0.1.8 2004-05-17 Fix for MSVC++ example build; snprintf replaced by
65     buffer overflow friendlier sprintf.
66    
67     0.1.7 2004-05-10 Missing version.h now included on install; WIN32 is
68     only now conditionally defined.
69    
70     0.1.6 2004-05-04 WIN32 build support; LPGL disclaimer consistency;
71     versioning functions introduced.
72    
73     0.1.5 2004-04-26 Server stuff moved into examples.
74    
75     0.1.4 2004-04-24 Initial auto/libtool preparation.

  ViewVC Help
Powered by ViewVC