/[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 1965 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 1 16:52:37 2009 UTC (14 years, 7 months ago) by capela
File length: 1914 byte(s)
Diff to previous 1806 , to selected 946
* Preparations for the 0.5.6 release.


Revision 1806 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 11 01:28:42 2008 UTC (15 years, 3 months ago) by schoenebeck
File length: 1917 byte(s)
Diff to previous 1802 , to selected 946
* fixed locale related parser bug (fixes #59)
* bumped version to 0.5.5.10


Revision 1802 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 13:50:08 2008 UTC (15 years, 3 months ago) by schoenebeck
File length: 1916 byte(s)
Diff to previous 1711 , to selected 946
* added new client interface functions, for managing the global limit of
  maximum voices and disk streams: lscp_get_voices(), lscp_set_voices(),
  lscp_get_streams(), lscp_set_streams()
* bumped version to 0.5.5.9


Revision 1711 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 26 19:08:13 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 1916 byte(s)
Diff to previous 1697 , to selected 946
* _lscp_device_port_info_query(): take port parameter "NAME" into the
  result list, so that e.g. the "NAME" port / channel parameter appears in
  QSampler's device managment dialog, allowing the user to rename MIDI
  ports / audio channels (CAUTION: hope this won't break anything)
* bumped version to 0.5.5.8


Revision 1697 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 16 19:31:32 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 1916 byte(s)
Diff to previous 1692 , to selected 946
* added LSCP event "DEVICE_MIDI"


Revision 1692 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 15 17:04:34 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 1916 byte(s)
Diff to previous 1690 , to selected 946
* bugfix: _lscp_client_evt_proc() dropped LSCP events


Revision 1690 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 14 19:34:44 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 1916 byte(s)
Diff to previous 1689 , to selected 946
* bugfix in lscp_client_subscribe(): only the first
  lscp_client_subscribe() call succeeded (per client),
  all subsequent ones failed


Revision 1689 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 14 17:05:51 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 1916 byte(s)
Diff to previous 1671 , to selected 946
* added new LSCP event "CHANNEL_MIDI" (CAUTION: behavior change for
  lscp_client_subscribe() and lscp_client_unsubscribe!)
* bumped version to 0.5.5.4


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 , to selected 946
- 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 , to selected 946
- 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 , to selected 946
* 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 , to selected 946
* 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 , to selected 946
- 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 , to selected 946
- 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 , to selected 946
* 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 , to selected 946
* 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 , to selected 946
* 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 , to selected 946
*  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 , to selected 946
- 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 , to selected 946
* 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 , to selected 946
* 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) - [selected]
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 , to selected 946
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 , to selected 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 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)
Diff to selected 946
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