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

Diff of /liblscp/trunk/ChangeLog

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

revision 435 by capela, Wed Mar 9 18:39:57 2005 UTC revision 562 by capela, Sun May 22 11:27:56 2005 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  0.2.7  2005-03-09  Mini bitsy regression; a severe crash (segfault)  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:                     was fixed on the device configuration functions:
29                       lscp_set_audio_device_param();                       lscp_set_audio_device_param();
30                       lscp_set_midi_device_param();                       lscp_set_midi_device_param();

Legend:
Removed from v.435  
changed lines
  Added in v.562

  ViewVC Help
Powered by ViewVC