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

Diff of /liblscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 199 by schoenebeck, Tue Jul 13 18:48:00 2004 UTC revision 523 by capela, Mon May 9 10:17:12 2005 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  CVS HEAD           Added support for generating Debian packages;  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    0.2.7  2005-03-10  Mini bitsy regression; a severe crash (segfault)
23                       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    
29    0.2.6  2005-03-01  Fixed nasty off-by-one bug on internal helpers.
30    
31    0.2.5  2005-02-14  Added support for the new INSTRUMENT_NAME field
32                       of GET CHANNEL INFO command.
33    
34    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    
38                       Fixed lscp_get_channel_info() to parse MIDI omni
39                       (ALL) channels mode.
40    
41    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    
46                       Rearrangement on main command requester executive.
47    
48    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                     renamed pkg-config lib name 'liblscp' -> 'lscp' as                     renamed pkg-config lib name 'liblscp' -> 'lscp' as
55                     it's common practice to omit the 'lib' prefix.                     it's common practice to omit the 'lib' prefix.
56    
# Line 26  CVS HEAD           Added support for gen Line 73  CVS HEAD           Added support for gen
73  0.1.5  2004-04-26  Server stuff moved into examples.  0.1.5  2004-04-26  Server stuff moved into examples.
74    
75  0.1.4  2004-04-24  Initial auto/libtool preparation.  0.1.4  2004-04-24  Initial auto/libtool preparation.
   

Legend:
Removed from v.199  
changed lines
  Added in v.523

  ViewVC Help
Powered by ViewVC