/[svn]/liblscp/trunk/src/device.c
ViewVC logotype

Log of /liblscp/trunk/src/device.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 523 - (view) (download) (annotate) - [selected]
Modified Mon May 9 10:17:12 2005 UTC (18 years, 11 months ago) by capela
File length: 33810 byte(s)
Diff to previous 449
* [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.


Revision 449 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 10 22:48:38 2005 UTC (19 years, 1 month ago) by capela
File length: 32472 byte(s)
Diff to previous 435 , to selected 523
* Prepare 0.2.7 yet another bug-fix release.


Revision 435 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 9 18:39:57 2005 UTC (19 years, 1 month ago) by capela
File length: 32460 byte(s)
Diff to previous 189 , to selected 523
* Mini bitsy regression; a severe crash (segfault)
  was fixed on the device configuration functions:
    lscp_set_audio_device_param();
    lscp_set_midi_device_param();
    lscp_set_audio_channel_param();
    lscp_set_midi_port_param();


Revision 189 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 8 16:31:47 2004 UTC (19 years, 9 months ago) by capela
File length: 32539 byte(s)
Diff to previous 180 , to selected 523
- fixes underway; example_client/server are better crash test dummies now.


Revision 180 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 6 20:20:51 2004 UTC (19 years, 9 months ago) by capela
File length: 32022 byte(s)
Diff to previous 171 , to selected 523
Prepared for 0.2.0 release.


Revision 171 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 5 16:26:44 2004 UTC (19 years, 9 months ago) by capela
File length: 31582 byte(s)
Diff to previous 163 , to selected 523
Milestone for integral implementation of draft-protocol v.11.


Revision 163 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 30 15:16:03 2004 UTC (19 years, 9 months ago) by capela
File length: 25917 byte(s)
Diff to previous 132 , to selected 523
Driver parameter info wrapper implementation.


Revision 132 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 18 14:19:19 2004 UTC (19 years, 10 months ago) by capela
File length: 21695 byte(s)
Diff to previous 125 , to selected 523
* Overall mutexing of client command calls;
  preparation of forthcoming v.09 LSCP document draft.


Revision 125 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 14 21:04:04 2004 UTC (19 years, 10 months ago) by capela
File length: 20643 byte(s)
Diff to previous 114 , to selected 523
* Added support for the new LIST commands (draft v.08).


Revision 114 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 7 21:40:23 2004 UTC (19 years, 10 months ago) by capela
File length: 19027 byte(s)
Diff to previous 107 , to selected 523
* New lscp_socket_herror() wraper function
  for proper gethostbyname() error messages.


Revision 107 - (view) (download) (annotate) - [select for diffs]
Added Fri Jun 4 21:06:59 2004 UTC (19 years, 10 months ago) by capela
File length: 19018 byte(s)
Diff to selected 523
Initial alpha release.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC