/[svn]
ViewVC logotype

Revision 523


Jump to revision: Previous Next
Author: capela
Date: Mon May 9 10:17:12 2005 UTC (18 years, 10 months ago)
Changed paths: 9
Log Message:
* [bug #9] Fixed for a LSCP command syntax convention
consistency, regarding the enumeration of available
sampler engines, Audio and MIDI drivers; this has
affected the signature of the following functions:
  lscp_get_available_engines();
  lscp_get_available_audio_drivers();
  lscp_get_available_midi_drivers();
which are now returning an integer count of engines
and drivers, respectively, while the following
functions are now being introduced:
  lscp_list_available_engines();
  lscp_list_available_audio_drivers();
  lscp_list_available_midi_drivers();
taking on the previous functionality, returning
a comma separated list of names.


Changed paths

Path Details
Directoryliblscp/trunk/ChangeLog modified , text changed
Directoryliblscp/trunk/configure.in modified , text changed
Directoryliblscp/trunk/examples/example_client.c modified , text changed
Directoryliblscp/trunk/examples/example_server.c modified , text changed
Directoryliblscp/trunk/liblscp.spec.in modified , text changed
Directoryliblscp/trunk/lscp/client.h modified , text changed
Directoryliblscp/trunk/lscp/device.h modified , text changed
Directoryliblscp/trunk/src/client.c modified , text changed
Directoryliblscp/trunk/src/device.c modified , text changed

  ViewVC Help
Powered by ViewVC