CVS log for liblscp/lscp/event.h |
|
|
Up to [ls] / liblscp / lscp
Request diff between arbitrary revisions
/ Display revisions graphically
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jan 11 12:33:05 2007 UTC (23 months, 3 weeks ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_5_3,
liblscp_0_5_2,
HEAD
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
* 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.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Dec 21 13:33:27 2006 UTC (2 years ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_5_1
Changes since 1.6: +16 -8 lines
Diff to previous 1.6
* 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
1.6
/
(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_5_0,
liblscp_0_4_2,
liblscp_0_4_1
Changes since 1.5: +8 -8 lines
Diff to previous 1.5
Code cleanup; preparations for 0.4.1 release (hopefully).
Revision
1.5
/
(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.4: +8 -7 lines
Diff to previous 1.4
* 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.4
/
(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.3: +3 -3 lines
Diff to previous 1.3
GPL address update.
Revision
1.3
/
(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.2: +1 -1 lines
Diff to previous 1.2
* 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.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun May 22 10:27:56 2005 UTC (3 years, 7 months ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_3_2,
liblscp_0_3_1,
liblscp_0_3_0,
liblscp_0_2_9
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
* 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
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Jun 25 11:00:25 2004 UTC (4 years, 6 months ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_2_8,
liblscp_0_2_7,
liblscp_0_2_6,
liblscp_0_2_5,
liblscp_0_2_3,
liblscp_0_2_1,
liblscp_0_2_0
* Major changes to server event protocol interface
on attempt to comply with draft-protocol v.11.
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.