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

Diff of /liblscp/trunk/ChangeLog

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

revision 419 by capela, Wed Mar 2 16:25:27 2005 UTC revision 564 by capela, Sun May 22 22:02:00 2005 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  0.2.6.1            Mini bitsy regression.  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. Added support for the newest
10                       LSCP command: GET SERVER INFO; lscp_get_server_info().
11    
12    0.2.8  2005-05-08  [bug #9] Fixed for a LSCP command syntax convention
13                       consistency, regarding the enumeration of available
14                       sampler engines, Audio and MIDI drivers; this has
15                       affected the signature of the following functions:
16                         lscp_get_available_engines();
17                         lscp_get_available_audio_drivers();
18                         lscp_get_available_midi_drivers();
19                       which are now returning an integer count of engines
20                       and drivers, respectively, while the following
21                       functions are now being introduced:
22                         lscp_list_available_engines();
23                         lscp_list_available_audio_drivers();
24                         lscp_list_available_midi_drivers();
25                       taking on the previous functionality, returning
26                       a comma separated list of names.
27    
28    0.2.7  2005-03-10  Mini bitsy regression; a severe crash (segfault)
29                       was fixed on the device configuration functions:
30                         lscp_set_audio_device_param();
31                         lscp_set_midi_device_param();
32                         lscp_set_audio_channel_param();
33                         lscp_set_midi_port_param();
34    
35  0.2.6  2005-03-01  Fixed nasty off-by-one bug on internal helpers.  0.2.6  2005-03-01  Fixed nasty off-by-one bug on internal helpers.
36    

Legend:
Removed from v.419  
changed lines
  Added in v.564

  ViewVC Help
Powered by ViewVC