/[svn]/liblscp/trunk/liblscp.spec.in
ViewVC logotype

Log of /liblscp/trunk/liblscp.spec.in

Parent Directory Parent Directory | Revision Log Revision Log


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

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: 4405 byte(s)
Diff to previous 1368 , to selected 1031
* Changed client interface function, for editing
  instrument, from:
    lscp_edit_instrument();
  to:
    lscp_edit_channel_instrument();


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: 4250 byte(s)
Diff to previous 1031
- Prepare for new release 0.5.4.


Revision 1031 - (view) (download) (annotate) - [selected]
Modified Mon Jan 15 11:08:28 2007 UTC (17 years, 2 months ago) by capela
File length: 4101 byte(s)
Diff to previous 997
* 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 997 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 22 00:35:52 2006 UTC (17 years, 3 months ago) by capela
File length: 3806 byte(s)
Diff to previous 994 , to selected 1031
Prepared for 0.5.1 release.


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: 3806 byte(s)
Diff to previous 988 , to selected 1031
*  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 988 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 19 11:28:47 2006 UTC (17 years, 3 months ago) by capela
File length: 3757 byte(s)
Diff to previous 975 , to selected 1031
- Updated examples (3nd round).


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: 3631 byte(s)
Diff to previous 965 , 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 965 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 4 23:56:27 2006 UTC (17 years, 3 months ago) by capela
File length: 3453 byte(s)
Diff to previous 963 , to selected 1031
Going up into 0.4.2 release really fast.


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: 3453 byte(s)
Diff to previous 949 , to selected 1031
* 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 949 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 28 18:30:54 2006 UTC (17 years, 4 months ago) by capela
File length: 3362 byte(s)
Diff to previous 948 , to selected 1031
Corrected RPM spec file.


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: 3362 byte(s)
Diff to previous 869 , 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 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: 3203 byte(s)
Diff to previous 764 , 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 764 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 28 22:23:43 2005 UTC (18 years, 7 months ago) by capela
File length: 2955 byte(s)
Diff to previous 762 , to selected 1031
Prepare for liblscp 0.3.2 release (final).


Revision 762 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 28 21:32:40 2005 UTC (18 years, 7 months ago) by capela
File length: 2955 byte(s)
Diff to previous 749 , to selected 1031
Prepare for liblscp 0.3.2 release.


Revision 749 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 19 17:05:08 2005 UTC (18 years, 7 months ago) by capela
File length: 2955 byte(s)
Diff to previous 742 , to selected 1031
* Fixed missing initialization bug on lscp_channel_info_t
  new struct fields (mute/solo).

* Include debian files into distribution.


Revision 742 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 16 17:21:44 2005 UTC (18 years, 7 months ago) by capela
File length: 2863 byte(s)
Diff to previous 712 , to selected 1031
Prepared for 0.3.1 release.


Revision 712 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 21 13:30:31 2005 UTC (18 years, 8 months ago) by capela
File length: 2735 byte(s)
Diff to previous 626 , to selected 1031
[bug #21] Fixed automake support for separate build directory.


Revision 626 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 10 09:59:18 2005 UTC (18 years, 9 months ago) by capela
File length: 2735 byte(s)
Diff to previous 623 , to selected 1031
* Fixed an off-by-one timeout quirk, that has been a real
  showstopper on Mac OS X at least, which is incidental
  to qsampler's default timeout setting of 1000 msecs,
  giving up systematically on select() due to "Invalid
  argument" (EINVAL).


Revision 623 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 9 10:37:19 2005 UTC (18 years, 9 months ago) by capela
File length: 2734 byte(s)
Diff to previous 562 , to selected 1031
* [bug #11] Timeout flush idiosyncrasy is now a feature;
  this just tries to flush the receive buffer whenever
  any previous transaction has failed due to a timeout.


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: 2607 byte(s)
Diff to previous 523 , 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 523 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 9 10:17:12 2005 UTC (18 years, 10 months ago) by capela
File length: 2470 byte(s)
Diff to previous 449 , to selected 1031
* [bug #9] Fixed for a LSCP command syntax convention
consistency, regarding the enumeration of available
sampler engines, Audio and MIDI drivers; this has
affected the signature of the following functions:
  lscp_get_available_engines();
  lscp_get_available_audio_drivers();
  lscp_get_available_midi_drivers();
which are now returning an integer count of engines
and drivers, respectively, while the following
functions are now being introduced:
  lscp_list_available_engines();
  lscp_list_available_audio_drivers();
  lscp_list_available_midi_drivers();
taking on the previous functionality, returning
a comma separated list of names.


Revision 449 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 10 22:48:38 2005 UTC (19 years ago) by capela
File length: 2356 byte(s)
Diff to previous 419 , to selected 1031
* Prepare 0.2.7 yet another bug-fix release.


Revision 419 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 2 16:25:27 2005 UTC (19 years, 1 month ago) by capela
File length: 2246 byte(s)
Diff to previous 415 , to selected 1031
Mini bitsy regression.


Revision 415 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 1 21:55:34 2005 UTC (19 years, 1 month ago) by capela
File length: 2246 byte(s)
Diff to previous 380 , to selected 1031
* Fixed nasty off-by-one bug on internal helpers.


Revision 380 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 14 13:01:55 2005 UTC (19 years, 1 month ago) by capela
File length: 2148 byte(s)
Diff to previous 278 , to selected 1031
Prepare for 0.2.5 release.


Revision 278 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 11 11:59:31 2004 UTC (19 years, 5 months ago) by capela
File length: 2025 byte(s)
Diff to previous 254 , to selected 1031
* Fixed lscp_set_channel_midi_channel() again, MIDI
  channels should be given in the range 0-15, and omni
  mode with the LSCP_MIDI_CHANNEL_ALL symbol (16).


Revision 254 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 28 14:06:18 2004 UTC (19 years, 6 months ago) by capela
File length: 1936 byte(s)
Diff to previous 213 , to selected 1031
* Fix MIDI input selection (revised).


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: 1848 byte(s)
Diff to previous 199 , to selected 1031
* LSCP document draft (v.12); lscp_reset_sampler() added.


Revision 199 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 13 18:48:00 2004 UTC (19 years, 8 months ago) by schoenebeck
File length: 1758 byte(s)
Diff to previous 187 , to selected 1031
* renamed pkg-config lib name 'liblscp' -> 'lscp', as it's common practice
  to omit the 'lib' prefix


Revision 187 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 7 23:41:07 2004 UTC (19 years, 8 months ago) by capela
File length: 1620 byte(s)
Diff to previous 52 , to selected 1031
* lscp_isplit_create() gets wrong zero item if string list is empty: fixed.
* lscp_param_concat() was quitting prematurely when deplist is null: fixed.
* Lil'bit more informative example_client test run; new teststep command.


Revision 52 - (view) (download) (annotate) - [select for diffs]
Added Mon Apr 26 16:22:16 2004 UTC (19 years, 11 months ago) by capela
File length: 1429 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