CVS log for liblscp/configure.ac

(logo)

Help

(back) Up to [ls] / liblscp

Request diff between arbitrary revisions / Display revisions graphically


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

Revision 1.12 / (view) - annotate - [select for diffs] , Mon Jan 15 11:08:28 2007 UTC (22 months, 2 weeks ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_3, HEAD
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
* 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.11 / (view) - annotate - [select for diffs] , Thu Jan 11 15:25:04 2007 UTC (22 months, 3 weeks ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_2
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
* Audio routing representation changed to integer array.

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Jan 11 12:33:04 2007 UTC (22 months, 3 weeks ago) by capela
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
* 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.9 / (view) - annotate - [select for diffs] , Thu Dec 21 13:33:27 2006 UTC (23 months, 1 week ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_1
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
*  Added support for new (un)subscribable events:
     LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
     LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,
     LSCP_EVENT_MIDI_INPUT_DEVICE_COUNT,
     LSCP_EVENT_MIDI_INPUT_DEVICE_INFO,
     LSCP_EVENT_MIDI_INSTRUMENT_MAP_COUNT,
     LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
     LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
     LSCP_EVENT_MIDI_INSTRUMENT_INFO.

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Dec 18 09:39:20 2006 UTC (23 months, 2 weeks ago) by capela
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
- Updated examples.

Revision 1.7 / (view) - annotate - [select for diffs] , Sun Dec 17 00:59:39 2006 UTC (23 months, 2 weeks ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_0
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
* 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.6 / (view) - annotate - [select for diffs] , Sun Dec 3 18:30:04 2006 UTC (23 months, 4 weeks ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_4_2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
* 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 1.5 / (view) - annotate - [select for diffs] , Tue Nov 28 15:31:20 2006 UTC (2 years ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_4_1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
* 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.4 / (view) - annotate - [select for diffs] , Mon Nov 27 18:33:02 2006 UTC (2 years ago) by capela
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
* 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.3 / (view) - annotate - [select for diffs] , Sun Sep 24 11:55:48 2006 UTC (2 years, 2 months ago) by capela
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
GPL address update.

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Jun 1 07:32:16 2006 UTC (2 years, 6 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_3_3
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
* 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.1 / (view) - annotate - [select for diffs] , Wed Aug 24 17:01:55 2005 UTC (3 years, 3 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_3_2
Renamed configure.in to newer configure.ac.

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