/[svn]/liblscp/trunk/lscp/device.h
ViewVC logotype

Log of /liblscp/trunk/lscp/device.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1019 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 11 12:33:05 2007 UTC (17 years, 2 months ago) by capela
File length: 6095 byte(s)
Diff to previous 952 , to selected 921
* Added new client interface functions, for sampler
  channel effect sends control:
	 lscp_create_fxsend();
	 lscp_destroy_fxsend();
	 lscp_get_fxsends();
	 lscp_list_fxsends();
	 lscp_get_fxsend_info();
	 lscp_set_fxsend_audio_channel();
  and for global volume:
	 lscp_get_volume();
	 lscp_set_volume();


Revision 952 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 28 22:46:32 2006 UTC (17 years, 4 months ago) by capela
File length: 6095 byte(s)
Diff to previous 921
Code cleanup; preparations for 0.4.1 release (hopefully).


Revision 921 - (view) (download) (as text) (annotate) - [selected]
Modified Sun Sep 24 12:55:48 2006 UTC (17 years, 6 months ago) by capela
File length: 6167 byte(s)
Diff to previous 869
GPL address update.


Revision 869 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 1 08:32:16 2006 UTC (17 years, 10 months ago) by capela
File length: 6168 byte(s)
Diff to previous 523 , to selected 921
* Fixed some compilation warnings due to suspicious type
  casting and unsused header macros.

* Changed deprecated copyright attribute to license
  and added ldconfig to post-(un)install steps
  to liblscp.spec (RPM).


Revision 523 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 9 10:17:12 2005 UTC (18 years, 10 months ago) by capela
File length: 6163 byte(s)
Diff to previous 189 , to selected 921
* [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 189 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 8 16:31:47 2004 UTC (19 years, 8 months ago) by capela
File length: 5991 byte(s)
Diff to previous 171 , to selected 921
- fixes underway; example_client/server are better crash test dummies now.


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


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


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


Revision 103 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Jun 4 14:32:51 2004 UTC (19 years, 9 months ago) by capela
File length: 5724 byte(s)
Diff to selected 921
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