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

Contents of /liblscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 562 - (show annotations) (download)
Sun May 22 11:27:56 2005 UTC (18 years, 10 months ago) by capela
File size: 3531 byte(s)
* More LSCP command syntax changes, particularly on the
  event subscription ones: the LSCP_EVENT_CHANNELS event
  definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
  as to be more meaningful.

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

  ViewVC Help
Powered by ViewVC