/[svn]/liblscp/trunk/examples/server.c
ViewVC logotype

Log of /liblscp/trunk/examples/server.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3866 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 27 12:17:51 2021 UTC (3 years ago) by capela
File length: 20944 byte(s)
Diff to previous 3519
* Switching to CMake build system as for packaging default.

Revision 3519 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 30 17:01:00 2019 UTC (4 years, 9 months ago) by capela
File length: 20867 byte(s)
Diff to previous 1019
- Modernized on debian, doxygen and reproducible build fronts.

Revision 1019 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 11 12:33:05 2007 UTC (17 years, 3 months ago) by capela
File length: 20888 byte(s)
Diff to previous 963
* 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 963 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 3 18:30:04 2006 UTC (17 years, 4 months ago) by capela
File length: 20888 byte(s)
Diff to previous 921
* MIDI instrument mapping fixed, previously missing
  the regular ON_DEMAND load mode.

* Server error reporting is now effective; all server
  numerical error and warning codes are added to 100,
  thus giving a proper non-zero lscp_client_get_errno()
  return value.


Revision 921 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 24 12:55:48 2006 UTC (17 years, 6 months ago) by capela
File length: 23008 byte(s)
Diff to previous 873
GPL address update.


Revision 873 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 1 22:41:17 2006 UTC (17 years, 10 months ago) by capela
File length: 23009 byte(s)
Diff to previous 869
* 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


Revision 869 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 1 08:32:16 2006 UTC (17 years, 10 months ago) by capela
File length: 23003 byte(s)
Diff to previous 187
* 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 187 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 7 23:41:07 2004 UTC (19 years, 9 months ago) by capela
File length: 22986 byte(s)
Diff to previous 178
* lscp_isplit_create() gets wrong zero item if string list is empty: fixed.
* lscp_param_concat() was quitting prematurely when deplist is null: fixed.
* Lil'bit more informative example_client test run; new teststep command.


Revision 178 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 6 15:52:25 2004 UTC (19 years, 9 months ago) by capela
File length: 23054 byte(s)
Diff to previous 147
Slight change to thread join termination code.


Revision 147 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 25 16:35:17 2004 UTC (19 years, 9 months ago) by capela
File length: 23303 byte(s)
Diff to previous 146
* Major changes to server event protocol interface
  on attempt to comply with draft-protocol v.11 (fix).


Revision 146 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 25 12:00:25 2004 UTC (19 years, 9 months ago) by capela
File length: 23319 byte(s)
Diff to previous 132
* Major changes to server event protocol interface
  on attempt to comply with draft-protocol v.11.


Revision 132 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 18 14:19:19 2004 UTC (19 years, 10 months ago) by capela
File length: 32029 byte(s)
Diff to previous 98
* Overall mutexing of client command calls;
  preparation of forthcoming v.09 LSCP document draft.


Revision 98 - (view) (download) (annotate) - [select for diffs]
Added Tue Jun 1 11:13:56 2004 UTC (19 years, 10 months ago) by capela
File length: 32004 byte(s)
Initial alpha release.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC