/[svn]/liblscp/trunk/doc/reference.dox
ViewVC logotype

Log of /liblscp/trunk/doc/reference.dox

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3661 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 21 11:57:22 2019 UTC (4 years, 3 months ago) by capela
File length: 12487 byte(s)
Diff to previous 2468 , to selected 1031
- Early preparations for v0.6.1 release.

Revision 2468 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 9 20:54:28 2013 UTC (10 years, 6 months ago) by capela
File length: 12436 byte(s)
Diff to previous 1665 , to selected 1031
- Lame docx typo fixing.

Revision 1665 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 4 13:02:30 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 12425 byte(s)
Diff to previous 1412 , to selected 1031
* added new client interface function, for renaming
  effect send entities: lscp_set_fxsend_name()


Revision 1412 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 12 22:43:38 2007 UTC (16 years, 5 months ago) by capela
File length: 12362 byte(s)
Diff to previous 1365 , to selected 1031
* Changed client interface function, for editing
  instrument, from:
    lscp_edit_instrument();
  to:
    lscp_edit_channel_instrument();


Revision 1365 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 1 17:22:02 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 12354 byte(s)
Diff to previous 1031
* 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 1031 - (view) (download) (annotate) - [selected]
Modified Mon Jan 15 11:08:28 2007 UTC (17 years, 2 months ago) by capela
File length: 12231 byte(s)
Diff to previous 1019
* 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 1019 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 11 12:33:05 2007 UTC (17 years, 2 months ago) by capela
File length: 12081 byte(s)
Diff to previous 975 , to selected 1031
* 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 975 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 17 00:59:40 2006 UTC (17 years, 3 months ago) by capela
File length: 11585 byte(s)
Diff to previous 948 , to selected 1031
* 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 948 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 28 15:31:20 2006 UTC (17 years, 4 months ago) by capela
File length: 11137 byte(s)
Diff to previous 946 , to selected 1031
* 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 946 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 27 18:33:02 2006 UTC (17 years, 4 months ago) by capela
File length: 11091 byte(s)
Diff to previous 735 , to selected 1031
* 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 735 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 16 09:48:42 2005 UTC (18 years, 7 months ago) by capela
File length: 10566 byte(s)
Diff to previous 564 , to selected 1031
* 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 564 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 22 22:02:00 2005 UTC (18 years, 10 months ago) by capela
File length: 10454 byte(s)
Diff to previous 562 , to selected 1031
* Added support for the newest LSCP command: GET SERVER INFO.


Revision 562 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 22 11:27:56 2005 UTC (18 years, 10 months ago) by capela
File length: 10414 byte(s)
Diff to previous 213 , to selected 1031
* 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 213 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 29 09:22:02 2004 UTC (19 years, 8 months ago) by capela
File length: 10224 byte(s)
Diff to previous 188 , to selected 1031
* LSCP document draft (v.12); lscp_reset_sampler() added.


Revision 188 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 8 09:13:36 2004 UTC (19 years, 8 months ago) by capela
File length: 10189 byte(s)
Diff to previous 156 , to selected 1031
- lscp_set_channel_audio_channel() is using a wrong command syntax: fixed.
- device configuration functions missing on documention main page: added.


Revision 156 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 28 16:29:05 2004 UTC (19 years, 9 months ago) by capela
File length: 8459 byte(s)
Diff to previous 144 , to selected 1031
Minor fix on client callback documentation intro.


Revision 144 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 24 18:25:11 2004 UTC (19 years, 9 months ago) by capela
File length: 8134 byte(s)
Diff to previous 132 , to selected 1031
* 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 132 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 18 14:19:19 2004 UTC (19 years, 9 months ago) by capela
File length: 8134 byte(s)
Diff to previous 125 , to selected 1031
* Overall mutexing of client command calls;
  preparation of forthcoming v.09 LSCP document draft.


Revision 125 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 14 21:04:04 2004 UTC (19 years, 9 months ago) by capela
File length: 8134 byte(s)
Diff to previous 103 , to selected 1031
* Added support for the new LIST commands (draft v.08).


Revision 103 - (view) (download) (annotate) - [select for diffs]
Added Fri Jun 4 14:32:51 2004 UTC (19 years, 9 months ago) by capela
File length: 8134 byte(s)
Diff to selected 1031
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