/[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 1711 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 26 19:08:13 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 31574 byte(s)
Diff to previous 1019 , to selected 180
* _lscp_device_port_info_query(): take port parameter "NAME" into the
  result list, so that e.g. the "NAME" port / channel parameter appears in
  QSampler's device managment dialog, allowing the user to rename MIDI
  ports / audio channels (CAUTION: hope this won't break anything)
* bumped version to 0.5.5.8


Revision 1019 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 11 12:33:05 2007 UTC (17 years, 3 months ago) by capela
File length: 31456 byte(s)
Diff to previous 975 , to selected 180
* 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 975 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 17 00:59:40 2006 UTC (17 years, 4 months ago) by capela
File length: 31456 byte(s)
Diff to previous 952 , to selected 180
* MIDI instrument mapping, second round, according to
  LSCP 1.2 draft document as of December 15, 2006.

* New client interface functions:
     lscp_set_channel_midi_map();
     lscp_add_midi_instrument_map();
     lscp_remove_midi_instrument_map();
     lscp_get_midi_instrument_maps();
     lscp_list_midi_instrument_maps();
     lscp_get_midi_instrument_map_name();
     lscp_set_midi_instrument_map_name();


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


Revision 948 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 28 15:31:20 2006 UTC (17 years, 4 months ago) by capela
File length: 33851 byte(s)
Diff to previous 921 , to selected 180
* 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 921 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 24 12:55:48 2006 UTC (17 years, 6 months ago) by capela
File length: 33809 byte(s)
Diff to previous 869 , to selected 180
GPL address update.


Revision 869 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 1 08:32:16 2006 UTC (17 years, 10 months ago) by capela
File length: 33810 byte(s)
Diff to previous 523 , to selected 180
* 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) (annotate) - [select for diffs]
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 , to selected 180
* [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 180
* 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 180
* 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
- fixes underway; example_client/server are better crash test dummies now.


Revision 180 - (view) (download) (annotate) - [selected]
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
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 180
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 180
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 180
* 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 180
* 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 180
* 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 180
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