/[svn]/liblscp/trunk/lscp
ViewVC logotype

Log of /liblscp/trunk/lscp

View Directory Listing Directory Listing


Sticky Revision:

Revision 3519 - Directory Listing
Modified Sun Jun 30 17:01:00 2019 UTC (4 years, 8 months ago) by capela
- Modernized on debian, doxygen and reproducible build fronts.

Revision 2422 - Directory Listing
Modified Sun Feb 24 11:22:03 2013 UTC (11 years ago) by capela
* Use getaddrinffo() instead of deprecated gethostbyname().

Revision 1802 - Directory Listing
Modified Sun Dec 7 13:50:08 2008 UTC (15 years, 3 months ago) by schoenebeck
* added new client interface functions, for managing the global limit of
  maximum voices and disk streams: lscp_get_voices(), lscp_set_voices(),
  lscp_get_streams(), lscp_set_streams()
* bumped version to 0.5.5.9


Revision 1697 - Directory Listing
Modified Sat Feb 16 19:31:32 2008 UTC (16 years, 1 month ago) by schoenebeck
* added LSCP event "DEVICE_MIDI"


Revision 1689 - Directory Listing
Modified Thu Feb 14 17:05:51 2008 UTC (16 years, 1 month ago) by schoenebeck
* added new LSCP event "CHANNEL_MIDI" (CAUTION: behavior change for
  lscp_client_subscribe() and lscp_client_unsubscribe!)
* bumped version to 0.5.5.4


Revision 1665 - Directory Listing
Modified Mon Feb 4 13:02:30 2008 UTC (16 years, 1 month ago) by schoenebeck
* added new client interface function, for renaming
  effect send entities: lscp_set_fxsend_name()


Revision 1412 - Directory Listing
Modified Fri Oct 12 22:43:38 2007 UTC (16 years, 5 months ago) by capela
* Changed client interface function, for editing
  instrument, from:
    lscp_edit_instrument();
  to:
    lscp_edit_channel_instrument();


Revision 1365 - Directory Listing
Modified Mon Oct 1 17:22:02 2007 UTC (16 years, 5 months ago) by schoenebeck
* Added new client interface function, for editing instruments:
    lscp_edit_instrument();
* Fixed some minor bugs in:
    lscp_set_fxsend_midi_controller();
    lscp_set_fxsend_level();


Revision 1031 - Directory Listing
Modified Mon Jan 15 11:08:28 2007 UTC (17 years, 2 months ago) by capela
* Added new client interface functions, for sampler
  channel effect sends control:
    lscp_set_fxsend_midi_controller();
    lscp_set_fxsend_level();

* Added new field member to lscp_fxsend_info_t (level).


Revision 1020 - Directory Listing
Modified Thu Jan 11 15:25:04 2007 UTC (17 years, 2 months ago) by capela
* Audio routing representation changed to integer array.


Revision 1019 - Directory Listing
Modified Thu Jan 11 12:33:05 2007 UTC (17 years, 2 months ago) by capela
* 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 994 - Directory Listing
Modified Thu Dec 21 13:33:27 2006 UTC (17 years, 3 months ago) by capela
*  Added support for new (un)subscribable events:
     LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
     LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,
     LSCP_EVENT_MIDI_INPUT_DEVICE_COUNT,
     LSCP_EVENT_MIDI_INPUT_DEVICE_INFO,
     LSCP_EVENT_MIDI_INSTRUMENT_MAP_COUNT,
     LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
     LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
     LSCP_EVENT_MIDI_INSTRUMENT_INFO.


Revision 977 - Directory Listing
Modified Sun Dec 17 15:08:35 2006 UTC (17 years, 3 months ago) by capela
- Last-minute addition to new protocol_version field on server info struct.


Revision 975 - Directory Listing
Modified Sun Dec 17 00:59:40 2006 UTC (17 years, 3 months ago) by capela
* 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 - Directory Listing
Modified Tue Nov 28 22:46:32 2006 UTC (17 years, 3 months ago) by capela
Code cleanup; preparations for 0.4.1 release (hopefully).


Revision 948 - Directory Listing
Modified Tue Nov 28 15:31:20 2006 UTC (17 years, 3 months ago) by capela
* 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 - Directory Listing
Modified Mon Nov 27 18:33:02 2006 UTC (17 years, 3 months ago) by capela
* 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 - Directory Listing
Modified Sun Sep 24 12:55:48 2006 UTC (17 years, 5 months ago) by capela
GPL address update.


Revision 869 - Directory Listing
Modified Thu Jun 1 08:32:16 2006 UTC (17 years, 9 months ago) by capela
* 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 735 - Directory Listing
Modified Tue Aug 16 09:48:42 2005 UTC (18 years, 7 months ago) by capela
* 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 564 - Directory Listing
Modified Sun May 22 22:02:00 2005 UTC (18 years, 10 months ago) by capela
* Added support for the newest LSCP command: GET SERVER INFO.


Revision 562 - Directory Listing
Modified Sun May 22 11:27:56 2005 UTC (18 years, 10 months ago) by capela
* 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 - Directory Listing
Modified Mon May 9 10:17:12 2005 UTC (18 years, 10 months ago) by capela
* [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 - Directory Listing
Modified Sun Feb 13 17:20:46 2005 UTC (19 years, 1 month ago) by capela
Added support for the new INSTRUMENT_NAME of GET CHANNEL INFO command.


Revision 278 - Directory Listing
Modified Mon Oct 11 11:59:31 2004 UTC (19 years, 5 months ago) by capela
* 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 - Directory Listing
Modified Tue Sep 28 14:06:18 2004 UTC (19 years, 5 months ago) by capela
* Fix MIDI input selection (revised).


Revision 253 - Directory Listing
Modified Mon Sep 27 14:40:08 2004 UTC (19 years, 5 months ago) by capela
* 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 - Directory Listing
Modified Thu Jul 29 09:22:02 2004 UTC (19 years, 7 months ago) by capela
* 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
- fixes underway; example_client/server are better crash test dummies now.


Revision 177 - Directory Listing
Modified Tue Jul 6 14:06:17 2004 UTC (19 years, 8 months ago) by capela
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
Milestone for integral implementation of draft-protocol v.11.


Revision 167 - Directory Listing
Modified Fri Jul 2 14:36:43 2004 UTC (19 years, 8 months ago) by capela
* New lscp_get_channel_stream_usage() helper function.


Revision 163 - Directory Listing
Modified Wed Jun 30 15:16:03 2004 UTC (19 years, 8 months ago) by capela
Driver parameter info wrapper implementation.


Revision 146 - Directory Listing
Modified Fri Jun 25 12:00:25 2004 UTC (19 years, 8 months ago) by capela
* 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, 8 months ago) by capela
* 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
* 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
* Added support for the new LIST commands (draft v.08).


Revision 114 - Directory Listing
Modified Mon Jun 7 21:40:23 2004 UTC (19 years, 9 months ago) by capela
* New lscp_socket_herror() wraper function
  for proper gethostbyname() error messages.


Revision 107 - Directory Listing
Modified Fri Jun 4 21:06:59 2004 UTC (19 years, 9 months ago) by capela
Initial alpha release.


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


Revision 62 - Directory Listing
Added Tue May 4 15:13:29 2004 UTC (19 years, 10 months ago) by capela
Initial alpha release.


  ViewVC Help
Powered by ViewVC