CVS log for liblscp/lscp/client.h |
|
|
Up to [ls] / liblscp / lscp
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.28
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Dec 7 13:50:08 2008 UTC (4 weeks, 1 day ago) by schoenebeck
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.27: +7 -1 lines
Diff to previous 1.27
* 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
1.27
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Feb 4 13:02:30 2008 UTC (11 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26
* added new client interface function, for renaming
effect send entities: lscp_set_fxsend_name()
Revision
1.26
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Oct 12 21:43:38 2007 UTC (14 months, 3 weeks ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_5_5
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
* Changed client interface function, for editing
instrument, from:
lscp_edit_instrument();
to:
lscp_edit_channel_instrument();
Revision
1.25
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Oct 1 16:22:02 2007 UTC (15 months ago) by schoenebeck
Branch:
MAIN
CVS Tags:
liblscp_0_5_4
Changes since 1.24: +4 -0 lines
Diff to previous 1.24
* 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
1.24
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Jan 15 11:08:28 2007 UTC (23 months, 3 weeks ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_5_3
Changes since 1.23: +6 -3 lines
Diff to previous 1.23
* 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
1.23
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jan 11 15:25:04 2007 UTC (23 months, 3 weeks ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_5_2
Changes since 1.22: +4 -4 lines
Diff to previous 1.22
* Audio routing representation changed to integer array.
Revision
1.22
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jan 11 12:33:05 2007 UTC (23 months, 3 weeks ago) by capela
Branch:
MAIN
Changes since 1.21: +27 -1 lines
Diff to previous 1.21
* 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
1.21
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Dec 17 15:08:35 2006 UTC (2 years ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_5_1,
liblscp_0_5_0
Changes since 1.20: +2 -1 lines
Diff to previous 1.20
- Last-minute addition to new protocol_version field on server info struct.
Revision
1.20
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Dec 17 00:59:39 2006 UTC (2 years ago) by capela
Branch:
MAIN
Changes since 1.19: +28 -6 lines
Diff to previous 1.19
* 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
1.19
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Nov 28 22:46:32 2006 UTC (2 years, 1 month ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_4_2,
liblscp_0_4_1
Changes since 1.18: +41 -41 lines
Diff to previous 1.18
Code cleanup; preparations for 0.4.1 release (hopefully).
Revision
1.18
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Nov 28 15:31:20 2006 UTC (2 years, 1 month ago) by capela
Branch:
MAIN
Changes since 1.17: +1 -0 lines
Diff to previous 1.17
* 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
1.17
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Nov 27 18:33:02 2006 UTC (2 years, 1 month ago) by capela
Branch:
MAIN
Changes since 1.16: +51 -0 lines
Diff to previous 1.16
* 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
1.16
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Sep 24 11:55:48 2006 UTC (2 years, 3 months ago) by capela
Branch:
MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
GPL address update.
Revision
1.15
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jun 1 07:32:16 2006 UTC (2 years, 7 months ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_3_3
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
* 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
1.14
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Aug 16 08:48:42 2005 UTC (3 years, 4 months ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_3_2,
liblscp_0_3_1
Changes since 1.13: +5 -0 lines
Diff to previous 1.13
* 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
1.13
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun May 22 21:02:00 2005 UTC (3 years, 7 months ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_3_0,
liblscp_0_2_9
Changes since 1.12: +11 -0 lines
Diff to previous 1.12
* Added support for the newest LSCP command: GET SERVER INFO.
Revision
1.12
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon May 9 09:17:12 2005 UTC (3 years, 7 months ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_2_8
Changes since 1.11: +3 -1 lines
Diff to previous 1.11
* [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
1.11
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Feb 13 17:20:46 2005 UTC (3 years, 10 months ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_2_7,
liblscp_0_2_6,
liblscp_0_2_5
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
Added support for the new INSTRUMENT_NAME of GET CHANNEL INFO command.
Revision
1.10
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Oct 11 10:59:31 2004 UTC (4 years, 2 months ago) by capela
Branch:
MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
* 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
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Sep 28 13:06:18 2004 UTC (4 years, 3 months ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_2_3
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
* Fix MIDI input selection (revised).
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Sep 27 13:40:08 2004 UTC (4 years, 3 months ago) by capela
Branch:
MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
* 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
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jul 29 08:22:02 2004 UTC (4 years, 5 months ago) by capela
Branch:
MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6
* LSCP document draft (v.12); lscp_reset_sampler() added.
Revision
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Jul 2 13:36:43 2004 UTC (4 years, 6 months ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_2_1,
liblscp_0_2_0
Changes since 1.5: +1 -0 lines
Diff to previous 1.5
* New lscp_get_channel_stream_usage() helper function.
Revision
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Jun 25 11:00:25 2004 UTC (4 years, 6 months ago) by capela
Branch:
MAIN
Changes since 1.4: +3 -16 lines
Diff to previous 1.4
* Major changes to server event protocol interface
on attempt to comply with draft-protocol v.11.
Revision
1.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jun 24 17:25:11 2004 UTC (4 years, 6 months ago) by capela
Branch:
MAIN
Changes since 1.3: +23 -3 lines
Diff to previous 1.3
* 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
1.3
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Jun 18 13:19:19 2004 UTC (4 years, 6 months ago) by capela
Branch:
MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
* Overall mutexing of client command calls;
preparation of forthcoming v.09 LSCP document draft.
Revision
1.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Jun 14 20:04:04 2004 UTC (4 years, 6 months ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_1_9_99
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
* Added support for the new LIST commands (draft v.08).
Revision
1.1.1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Fri Jun 4 20:06:59 2004 UTC (4 years, 7 months ago) by capela
Branch:
rncbc
CVS Tags:
liblscp_0_1_9_98
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial alpha release.
Revision
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Jun 4 20:06:59 2004 UTC (4 years, 7 months ago) by capela
Branch:
MAIN
Initial revision
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.