CVS log for liblscp/doc/reference.dox

(logo)

Help

(back) Up to [ls] / liblscp / doc

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.15 / (view) - annotate - [select for diffs] , Mon Jan 15 11:08:28 2007 UTC (23 months, 3 weeks ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_3, HEAD
Changes since 1.14: +2 -0 lines
Diff to previous 1.14
* 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 1.14 / (view) - annotate - [select for diffs] , Thu Jan 11 12:33:04 2007 UTC (23 months, 3 weeks ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_2
Changes since 1.13: +11 -0 lines
Diff to previous 1.13
* 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.13 / (view) - annotate - [select for diffs] , Sun Dec 17 00:59:39 2006 UTC (2 years ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_1, liblscp_0_5_0
Changes since 1.12: +10 -3 lines
Diff to previous 1.12
* 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.12 / (view) - annotate - [select for diffs] , Tue Nov 28 15:31:20 2006 UTC (2 years, 1 month ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_4_2, liblscp_0_4_1
Changes since 1.11: +1 -0 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 / (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.10: +11 -0 lines
Diff to previous 1.10
* 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.10 / (view) - annotate - [select for diffs] , Tue Aug 16 08:48:42 2005 UTC (3 years, 4 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_3_3, liblscp_0_3_2, liblscp_0_3_1
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
* 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 1.9 / (view) - annotate - [select for diffs] , Sun May 22 21:01:59 2005 UTC (3 years, 7 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_3_0, liblscp_0_2_9
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
* Added support for the newest LSCP command: GET SERVER INFO.

Revision 1.8 / (view) - annotate - [select for diffs] , Sun May 22 10:27:56 2005 UTC (3 years, 7 months ago) by capela
Branch: MAIN
Changes since 1.7: +4 -0 lines
Diff to previous 1.7
* 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.7 / (view) - annotate - [select for diffs] , Thu Jul 29 08:22:02 2004 UTC (4 years, 5 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
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
* LSCP document draft (v.12); lscp_reset_sampler() added.

Revision 1.6 / (view) - annotate - [select for diffs] , Thu Jul 8 08:13:35 2004 UTC (4 years, 6 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_2_1
Changes since 1.5: +34 -5 lines
Diff to previous 1.5
- lscp_set_channel_audio_channel() is using a wrong command syntax: fixed.
- device configuration functions missing on documention main page: added.

Revision 1.5 / (view) - annotate - [select for diffs] , Mon Jun 28 15:29:05 2004 UTC (4 years, 6 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_2_0
Changes since 1.4: +13 -10 lines
Diff to previous 1.4
Minor fix on client callback documentation intro.

Revision 1.4 / (view) - annotate - [select for diffs] , Thu Jun 24 17:25:10 2004 UTC (4 years, 6 months ago) by capela
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
* 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 1.3 / (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.2: +1 -1 lines
Diff to previous 1.2
* Overall mutexing of client command calls;
  preparation of forthcoming v.09 LSCP document draft.

Revision 1.2 / (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.1: +1 -1 lines
Diff to previous 1.1
* Added support for the new LIST commands (draft v.08).

Revision 1.1.1.1 / (view) - annotate - [select for diffs] (vendor branch) , Fri Jun 4 13:30:48 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 / (view) - annotate - [select for diffs] , Fri Jun 4 13:30:48 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.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

LinuxSampler Developers
Powered by
ViewCVS