/[svn]/liblscp/trunk/src/common.h
ViewVC logotype

Log of /liblscp/trunk/src/common.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3842 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 17 08:36:44 2020 UTC (3 years, 3 months ago) by capela
File length: 9021 byte(s)
Diff to previous 1019
* A Winter'20 Release.

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: 9021 byte(s)
Diff to previous 975
* 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) (as text) (annotate) - [select for diffs]
Modified Sun Dec 17 00:59:40 2006 UTC (17 years, 3 months ago) by capela
File length: 8607 byte(s)
Diff to previous 952
* 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) (as text) (annotate) - [select for diffs]
Modified Tue Nov 28 22:46:32 2006 UTC (17 years, 4 months ago) by capela
File length: 8539 byte(s)
Diff to previous 948
Code cleanup; preparations for 0.4.1 release (hopefully).


Revision 948 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 28 15:31:20 2006 UTC (17 years, 4 months ago) by capela
File length: 8665 byte(s)
Diff to previous 946
* 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 946 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 27 18:33:02 2006 UTC (17 years, 4 months ago) by capela
File length: 8333 byte(s)
Diff to previous 921
* As of the LSCP 1.2 working draft document, added
  some missing client interface functions:
    lscp_get_total_voice_count();
    lscp_get_total_voice_count_max();
  and for the new MIDI instrument mapping features:
    lscp_map_midi_instrument();
    lscp_unmap_midi_instrument();
    lscp_get_midi_instruments();
    lscp_get_midi_instrument_info();
    lscp_clear_midi_instruments();


Revision 921 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 24 12:55:48 2006 UTC (17 years, 6 months ago) by capela
File length: 7867 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: 7868 byte(s)
Diff to previous 626
* 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 626 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 10 09:59:18 2005 UTC (18 years, 9 months ago) by capela
File length: 7868 byte(s)
Diff to previous 623
* Fixed an off-by-one timeout quirk, that has been a real
  showstopper on Mac OS X at least, which is incidental
  to qsampler's default timeout setting of 1000 msecs,
  giving up systematically on select() due to "Invalid
  argument" (EINVAL).


Revision 623 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 9 10:37:19 2005 UTC (18 years, 9 months ago) by capela
File length: 7871 byte(s)
Diff to previous 564
* [bug #11] Timeout flush idiosyncrasy is now a feature;
  this just tries to flush the receive buffer whenever
  any previous transaction has failed due to a timeout.


Revision 564 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 22 22:02:00 2005 UTC (18 years, 10 months ago) by capela
File length: 7793 byte(s)
Diff to previous 415
* Added support for the newest LSCP command: GET SERVER INFO.


Revision 415 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 1 21:55:34 2005 UTC (19 years, 1 month ago) by capela
File length: 7406 byte(s)
Diff to previous 253
* Fixed nasty off-by-one bug on internal helpers.


Revision 253 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 27 14:40:08 2004 UTC (19 years, 6 months ago) by capela
File length: 7401 byte(s)
Diff to previous 180
* Fixed lscp_set_channel_midi_channel() where MIDI
  channels should be given in the range 0-15, and
  omni mode with new LSCP_MIDI_CHANNEL_ALL symbol.

* Rearrangement on main command requester executive.


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


Revision 179 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 6 16:24:41 2004 UTC (19 years, 8 months ago) by capela
File length: 7205 byte(s)
Diff to previous 177
Some minor and probable memory leak resolutions.


Revision 177 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 6 14:06:17 2004 UTC (19 years, 8 months ago) by capela
File length: 6722 byte(s)
Diff to previous 171
Simple use of condition variable on event subscription synchronization.


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: 6692 byte(s)
Diff to previous 163
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: 5438 byte(s)
Diff to previous 158
Driver parameter info wrapper implementation.


Revision 158 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 29 16:39:11 2004 UTC (19 years, 9 months ago) by capela
File length: 4839 byte(s)
Diff to previous 144
Initial split parameter array code.


Revision 144 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 24 18:25:11 2004 UTC (19 years, 9 months ago) by capela
File length: 4494 byte(s)
Diff to previous 132
* Major change to client event protocol interface on attempt
  to comply with draft-protocol v.11.

* New function entries added: lscp_load_instrument_non_modal(),
  lscp_set_channel_audio_device() and lscp_set_channel_midi_device().


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


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: 4056 byte(s)
Diff to previous 103
* 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: 3674 byte(s)
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