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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 742 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 16 17:21:44 2005 UTC (18 years, 7 months ago) by capela
File length: 51711 byte(s)
Diff to previous 735 , to selected 163
Prepared for 0.3.1 release.


Revision 735 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 16 09:48:42 2005 UTC (18 years, 7 months ago) by capela
File length: 51711 byte(s)
Diff to previous 626 , to selected 163
* 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 626 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 10 09:59:18 2005 UTC (18 years, 9 months ago) by capela
File length: 49576 byte(s)
Diff to previous 625 , to selected 163
* 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 625 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 9 15:55:49 2005 UTC (18 years, 9 months ago) by capela
File length: 49579 byte(s)
Diff to previous 623 , to selected 163
* 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) (annotate) - [select for diffs]
Modified Thu Jun 9 10:37:19 2005 UTC (18 years, 9 months ago) by capela
File length: 49578 byte(s)
Diff to previous 565 , to selected 163
* [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 565 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 22 22:22:26 2005 UTC (18 years, 10 months ago) by capela
File length: 49546 byte(s)
Diff to previous 564 , to selected 163
* Fixed support for the newest LSCP command: GET SERVER INFO.


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


Revision 562 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 22 11:27:56 2005 UTC (18 years, 10 months ago) by capela
File length: 47853 byte(s)
Diff to previous 523 , to selected 163
* More LSCP command syntax changes, particularly on the
  event subscription ones: the LSCP_EVENT_CHANNELS event
  definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
  as to be more meaningful.


Revision 523 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 9 10:17:12 2005 UTC (18 years, 10 months ago) by capela
File length: 47900 byte(s)
Diff to previous 378 , to selected 163
* [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 378 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 13 17:20:46 2005 UTC (19 years, 1 month ago) by capela
File length: 47264 byte(s)
Diff to previous 370 , to selected 163
Added support for the new INSTRUMENT_NAME of GET CHANNEL INFO command.


Revision 370 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 11 13:32:19 2005 UTC (19 years, 1 month ago) by capela
File length: 47005 byte(s)
Diff to previous 279 , to selected 163
Minor error message prefix correction.


Revision 279 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 11 12:22:40 2004 UTC (19 years, 5 months ago) by capela
File length: 46996 byte(s)
Diff to previous 278 , to selected 163
* Fixed lscp_get_channel_info() to parse MIDI omni (ALL) channels mode.


Revision 278 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 11 11:59:31 2004 UTC (19 years, 5 months ago) by capela
File length: 46772 byte(s)
Diff to previous 254 , to selected 163
* Fixed lscp_set_channel_midi_channel() again, MIDI
  channels should be given in the range 0-15, and omni
  mode with the LSCP_MIDI_CHANNEL_ALL symbol (16).


Revision 254 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 28 14:06:18 2004 UTC (19 years, 6 months ago) by capela
File length: 46742 byte(s)
Diff to previous 253 , to selected 163
* Fix MIDI input selection (revised).


Revision 253 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 27 14:40:08 2004 UTC (19 years, 6 months ago) by capela
File length: 46764 byte(s)
Diff to previous 213 , to selected 163
* 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 213 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 29 09:22:02 2004 UTC (19 years, 8 months ago) by capela
File length: 46725 byte(s)
Diff to previous 188 , to selected 163
* LSCP document draft (v.12); lscp_reset_sampler() added.


Revision 188 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 8 09:13:36 2004 UTC (19 years, 8 months ago) by capela
File length: 46112 byte(s)
Diff to previous 180 , to selected 163
- lscp_set_channel_audio_channel() is using a wrong command syntax: fixed.
- device configuration functions missing on documention main page: added.


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


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


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


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


Revision 167 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 2 14:36:43 2004 UTC (19 years, 9 months ago) by capela
File length: 43725 byte(s)
Diff to previous 163
* New lscp_get_channel_stream_usage() helper function.


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


Revision 146 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 25 12:00:25 2004 UTC (19 years, 9 months ago) by capela
File length: 41772 byte(s)
Diff to previous 144 , to selected 163
* Major changes to server event protocol interface
  on attempt to comply with draft-protocol v.11.


Revision 144 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 24 18:25:11 2004 UTC (19 years, 9 months ago) by capela
File length: 42919 byte(s)
Diff to previous 132 , to selected 163
* 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) (annotate) - [select for diffs]
Modified Fri Jun 18 14:19:19 2004 UTC (19 years, 9 months ago) by capela
File length: 38352 byte(s)
Diff to previous 125 , to selected 163
* 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, 9 months ago) by capela
File length: 40589 byte(s)
Diff to previous 114 , to selected 163
* 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, 9 months ago) by capela
File length: 39346 byte(s)
Diff to previous 107 , to selected 163
* 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, 9 months ago) by capela
File length: 39310 byte(s)
Diff to selected 163
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