/[svn]/liblscp/trunk/configure.ac
ViewVC logotype

Log of /liblscp/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 4003)

Revision 1671 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 6 09:18:21 2008 UTC (16 years, 1 month ago) by capela
File length: 1916 byte(s)
Diff to previous 1666
- Bump update for win32 build.


Revision 1666 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 4 14:06:07 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 1916 byte(s)
Diff to previous 1665
- fixed bug of previous commit


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: 1916 byte(s)
Diff to previous 1412
* 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: 1914 byte(s)
Diff to previous 1369
* Changed client interface function, for editing
  instrument, from:
    lscp_edit_instrument();
  to:
    lscp_edit_channel_instrument();


Revision 1369 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 2 17:29:55 2007 UTC (16 years, 5 months ago) by capela
File length: 1914 byte(s)
Diff to previous 1368
- On the way up for the 0.5.4 release.


Revision 1368 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 2 07:16:59 2007 UTC (16 years, 5 months ago) by capela
File length: 1914 byte(s)
Diff to previous 1031
- Prepare for new release 0.5.4.


Revision 1031 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 15 11:08:28 2007 UTC (17 years, 2 months ago) by capela
File length: 1914 byte(s)
Diff to previous 1020
* 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 1020 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 11 15:25:04 2007 UTC (17 years, 2 months ago) by capela
File length: 1914 byte(s)
Diff to previous 1019
* Audio routing representation changed to integer array.


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: 1914 byte(s)
Diff to previous 994
* 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 994 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 21 13:33:27 2006 UTC (17 years, 3 months ago) by capela
File length: 1914 byte(s)
Diff to previous 983
*  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 983 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 18 09:39:20 2006 UTC (17 years, 3 months ago) by capela
File length: 1914 byte(s)
Diff to previous 975
- Updated examples.


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: 1914 byte(s)
Diff to previous 963
* 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 963 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 3 18:30:04 2006 UTC (17 years, 3 months ago) by capela
File length: 1914 byte(s)
Diff to previous 948
* 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 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: 1914 byte(s)
Diff to previous 946
* 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: 1914 byte(s)
Diff to previous 921
* 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 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: 1915 byte(s)
Diff to previous 869
GPL address update.


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: 1915 byte(s)
Diff to previous 754
* 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 754 - (view) (download) (annotate) - [select for diffs]
Added Wed Aug 24 18:01:55 2005 UTC (18 years, 7 months ago) by capela
File length: 1915 byte(s)
Renamed configure.in to newer configure.ac.


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