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

Contents of /liblscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 623 - (show annotations) (download)
Thu Jun 9 10:37:19 2005 UTC (18 years, 10 months ago) by capela
File size: 3854 byte(s)
* [bug #11] Timeout flush idiosyncrasy is now a feature;
  this just tries to flush the receive buffer whenever
  any previous transaction has failed due to a timeout.

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

  ViewVC Help
Powered by ViewVC