/[svn]/liblscp/tags/liblscp_0_3_2/examples
ViewVC logotype

Log of /liblscp/tags/liblscp_0_3_2/examples

View Directory Listing Directory Listing


Sticky Revision:

Revision 765 - Directory Listing
Modified Sun Aug 28 22:23:44 2005 UTC (18 years, 7 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create tag 'liblscp_0_3_2'.

Revision 735 - Directory Listing
Modified Tue Aug 16 09:48:42 2005 UTC (18 years, 7 months ago) by capela
Original Path: liblscp/trunk/examples
* Added support to sampler channel MUTE/SOLO states:
   lscp_set_channel_mute();
   lscp_set_channel_solo();
  with corresponding new lscp_channel_info_t fields.


Revision 712 - Directory Listing
Modified Thu Jul 21 13:30:31 2005 UTC (18 years, 8 months ago) by capela
Original Path: liblscp/trunk/examples
[bug #21] Fixed automake support for separate build directory.


Revision 564 - Directory Listing
Modified Sun May 22 22:02:00 2005 UTC (18 years, 10 months ago) by capela
Original Path: liblscp/trunk/examples
* Added support for the newest LSCP command: GET SERVER INFO.


Revision 523 - Directory Listing
Modified Mon May 9 10:17:12 2005 UTC (18 years, 10 months ago) by capela
Original Path: liblscp/trunk/examples
* [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 380 - Directory Listing
Modified Mon Feb 14 13:01:55 2005 UTC (19 years, 1 month ago) by capela
Original Path: liblscp/trunk/examples
Prepare for 0.2.5 release.


Revision 213 - Directory Listing
Modified Thu Jul 29 09:22:02 2004 UTC (19 years, 8 months ago) by capela
Original Path: liblscp/trunk/examples
* LSCP document draft (v.12); lscp_reset_sampler() added.


Revision 189 - Directory Listing
Modified Thu Jul 8 16:31:47 2004 UTC (19 years, 8 months ago) by capela
Original Path: liblscp/trunk/examples
- fixes underway; example_client/server are better crash test dummies now.


Revision 188 - Directory Listing
Modified Thu Jul 8 09:13:36 2004 UTC (19 years, 8 months ago) by capela
Original Path: liblscp/trunk/examples
- lscp_set_channel_audio_channel() is using a wrong command syntax: fixed.
- device configuration functions missing on documention main page: added.


Revision 187 - Directory Listing
Modified Wed Jul 7 23:41:07 2004 UTC (19 years, 8 months ago) by capela
Original Path: liblscp/trunk/examples
* lscp_isplit_create() gets wrong zero item if string list is empty: fixed.
* lscp_param_concat() was quitting prematurely when deplist is null: fixed.
* Lil'bit more informative example_client test run; new teststep command.


Revision 180 - Directory Listing
Modified Tue Jul 6 20:20:51 2004 UTC (19 years, 8 months ago) by capela
Original Path: liblscp/trunk/examples
Prepared for 0.2.0 release.


Revision 178 - Directory Listing
Modified Tue Jul 6 15:52:25 2004 UTC (19 years, 8 months ago) by capela
Original Path: liblscp/trunk/examples
Slight change to thread join termination code.


Revision 177 - Directory Listing
Modified Tue Jul 6 14:06:17 2004 UTC (19 years, 8 months ago) by capela
Original Path: liblscp/trunk/examples
Simple use of condition variable on event subscription synchronization.


Revision 171 - Directory Listing
Modified Mon Jul 5 16:26:44 2004 UTC (19 years, 8 months ago) by capela
Original Path: liblscp/trunk/examples
Milestone for integral implementation of draft-protocol v.11.


Revision 167 - Directory Listing
Modified Fri Jul 2 14:36:43 2004 UTC (19 years, 9 months ago) by capela
Original Path: liblscp/trunk/examples
* New lscp_get_channel_stream_usage() helper function.


Revision 163 - Directory Listing
Modified Wed Jun 30 15:16:03 2004 UTC (19 years, 9 months ago) by capela
Original Path: liblscp/trunk/examples
Driver parameter info wrapper implementation.


Revision 147 - Directory Listing
Modified Fri Jun 25 16:35:17 2004 UTC (19 years, 9 months ago) by capela
Original Path: liblscp/trunk/examples
* Major changes to server event protocol interface
  on attempt to comply with draft-protocol v.11 (fix).


Revision 146 - Directory Listing
Modified Fri Jun 25 12:00:25 2004 UTC (19 years, 9 months ago) by capela
Original Path: liblscp/trunk/examples
* Major changes to server event protocol interface
  on attempt to comply with draft-protocol v.11.


Revision 144 - Directory Listing
Modified Thu Jun 24 18:25:11 2004 UTC (19 years, 9 months ago) by capela
Original Path: liblscp/trunk/examples
* 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 - Directory Listing
Modified Fri Jun 18 14:19:19 2004 UTC (19 years, 9 months ago) by capela
Original Path: liblscp/trunk/examples
* Overall mutexing of client command calls;
  preparation of forthcoming v.09 LSCP document draft.


Revision 125 - Directory Listing
Modified Mon Jun 14 21:04:04 2004 UTC (19 years, 9 months ago) by capela
Original Path: liblscp/trunk/examples
* Added support for the new LIST commands (draft v.08).


Revision 105 - Directory Listing
Modified Fri Jun 4 14:48:59 2004 UTC (19 years, 9 months ago) by capela
Original Path: liblscp/trunk/examples
Initial alpha release.


Revision 103 - Directory Listing
Modified Fri Jun 4 14:32:51 2004 UTC (19 years, 9 months ago) by capela
Original Path: liblscp/trunk/examples
Initial alpha release.


Revision 98 - Directory Listing
Modified Tue Jun 1 11:13:56 2004 UTC (19 years, 10 months ago) by capela
Original Path: liblscp/trunk/examples
Initial alpha release.


Revision 92 - Directory Listing
Modified Thu May 27 10:32:44 2004 UTC (19 years, 10 months ago) by capela
Original Path: liblscp/trunk/examples
Initial alpha release.


Revision 62 - Directory Listing
Modified Tue May 4 15:13:29 2004 UTC (19 years, 10 months ago) by capela
Original Path: liblscp/trunk/examples
Initial alpha release.


Revision 51 - Directory Listing
Added Mon Apr 26 16:16:15 2004 UTC (19 years, 11 months ago) by capela
Original Path: liblscp/trunk/examples
Initial alpha release.


  ViewVC Help
Powered by ViewVC