/[svn]
ViewVC logotype

Revision 1019


Jump to revision: Previous Next
Author: capela
Date: Thu Jan 11 12:33:05 2007 UTC (17 years, 3 months ago)
Changed paths: 25
Log Message:
* 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();


Changed paths

Path Details
Directoryliblscp/trunk/ChangeLog modified , text changed
Directoryliblscp/trunk/configure.ac modified , text changed
Directoryliblscp/trunk/debian/README.Debian modified , text changed
Directoryliblscp/trunk/debian/changelog modified , text changed
Directoryliblscp/trunk/debian/copyright modified , text changed
Directoryliblscp/trunk/doc/reference.dox modified , text changed
Directoryliblscp/trunk/examples/example_client.c modified , text changed
Directoryliblscp/trunk/examples/example_server.c modified , text changed
Directoryliblscp/trunk/examples/parser.c modified , text changed
Directoryliblscp/trunk/examples/parser.h modified , text changed
Directoryliblscp/trunk/examples/server.c modified , text changed
Directoryliblscp/trunk/examples/server.h modified , text changed
Directoryliblscp/trunk/lscp/client.h modified , text changed
Directoryliblscp/trunk/lscp/device.h modified , text changed
Directoryliblscp/trunk/lscp/event.h modified , text changed
Directoryliblscp/trunk/lscp/socket.h modified , text changed
Directoryliblscp/trunk/lscp/thread.h modified , text changed
Directoryliblscp/trunk/lscp/version.h.in modified , text changed
Directoryliblscp/trunk/src/client.c modified , text changed
Directoryliblscp/trunk/src/common.c modified , text changed
Directoryliblscp/trunk/src/common.h modified , text changed
Directoryliblscp/trunk/src/device.c modified , text changed
Directoryliblscp/trunk/src/event.c modified , text changed
Directoryliblscp/trunk/src/socket.c modified , text changed
Directoryliblscp/trunk/src/thread.c modified , text changed

  ViewVC Help
Powered by ViewVC