CVS log for liblscp/src/device.c |
|
|
Up to [ls] / liblscp / src
Request diff between arbitrary revisions
/ Display revisions graphically
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.17
/
(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.16: +1 -1 lines
Diff to previous 1.16
* 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.16
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Dec 17 00:59:40 2006 UTC (2 years ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_5_1,
liblscp_0_5_0
Changes since 1.15: +22 -4 lines
Diff to previous 1.15
* 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.15
/
(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.14: +456 -456 lines
Diff to previous 1.14
Code cleanup; preparations for 0.4.1 release (hopefully).
Revision
1.14
/
(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.13: +14 -14 lines
Diff to previous 1.13
* 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.13
/
(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.12: +3 -3 lines
Diff to previous 1.12
GPL address update.
Revision
1.12
/
(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.11: +1 -1 lines
Diff to previous 1.11
* 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.11
/
(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_3_2,
liblscp_0_3_1,
liblscp_0_3_0,
liblscp_0_2_9,
liblscp_0_2_8
Changes since 1.10: +58 -6 lines
Diff to previous 1.10
* [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.10
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Mar 10 22:48:38 2005 UTC (3 years, 9 months ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_2_7
Changes since 1.9: +5 -5 lines
Diff to previous 1.9
* Prepare 0.2.7 yet another bug-fix release.
Revision
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 9 18:39:57 2005 UTC (3 years, 9 months ago) by capela
Branch:
MAIN
Changes since 1.8: +5 -9 lines
Diff to previous 1.8
* Mini bitsy regression; a severe crash (segfault)
was fixed on the device configuration functions:
lscp_set_audio_device_param();
lscp_set_midi_device_param();
lscp_set_audio_channel_param();
lscp_set_midi_port_param();
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Jul 8 15:31:47 2004 UTC (4 years, 6 months ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_2_6,
liblscp_0_2_5,
liblscp_0_2_3,
liblscp_0_2_1
Changes since 1.7: +20 -0 lines
Diff to previous 1.7
- fixes underway; example_client/server are better crash test dummies now.
Revision
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jul 6 19:20:51 2004 UTC (4 years, 6 months ago) by capela
Branch:
MAIN
CVS Tags:
liblscp_0_2_0
Changes since 1.6: +20 -11 lines
Diff to previous 1.6
Prepared for 0.2.0 release.
Revision
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Jul 5 15:26:44 2004 UTC (4 years, 6 months ago) by capela
Branch:
MAIN
Changes since 1.5: +180 -59 lines
Diff to previous 1.5
Milestone for integral implementation of draft-protocol v.11.
Revision
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jun 30 14:16:03 2004 UTC (4 years, 6 months ago) by capela
Branch:
MAIN
Changes since 1.4: +97 -10 lines
Diff to previous 1.4
Driver parameter info wrapper implementation.
Revision
1.4
/
(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.3: +72 -28 lines
Diff to previous 1.3
* Overall mutexing of client command calls;
preparation of forthcoming v.09 LSCP document draft.
Revision
1.3
/
(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.2: +60 -8 lines
Diff to previous 1.2
* Added support for the new LIST commands (draft v.08).
Revision
1.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Jun 7 20:40:23 2004 UTC (4 years, 7 months ago) by capela
Branch:
MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
* New lscp_socket_herror() wraper function
for proper gethostbyname() error messages.
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.