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

Diff of /liblscp/trunk/ChangeLog

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

revision 445 by capela, Thu Mar 10 20:16:09 2005 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    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)  0.2.7  2005-03-10  Mini bitsy regression; a severe crash (segfault)
23                     was fixed on the device configuration functions:                     was fixed on the device configuration functions:
24                       lscp_set_audio_device_param();                       lscp_set_audio_device_param();

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

  ViewVC Help
Powered by ViewVC