CVS log for liblscp/ChangeLog

(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.52 / (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.51: +8 -1 lines
Diff to previous 1.51
* 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.51 / (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.50: +2 -0 lines
Diff to previous 1.50
* Audio routing representation changed to integer array.

Revision 1.50 / (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.49: +12 -0 lines
Diff to previous 1.49
* 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.49 / (view) - annotate - [select for diffs] , Fri Dec 22 00:35:52 2006 UTC (23 months, 1 week ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_1
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
Prepared for 0.5.1 release.

Revision 1.48 / (view) - annotate - [select for diffs] , Thu Dec 21 13:33:27 2006 UTC (23 months, 1 week ago) by capela
Branch: MAIN
Changes since 1.47: +11 -1 lines
Diff to previous 1.47
*  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.47 / (view) - annotate - [select for diffs] , Tue Dec 19 11:28:47 2006 UTC (23 months, 2 weeks ago) by capela
Branch: MAIN
Changes since 1.46: +1 -1 lines
Diff to previous 1.46
- Updated examples (3nd round).

Revision 1.46 / (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.45: +2 -0 lines
Diff to previous 1.45
- Updated examples.

Revision 1.45 / (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.44: +13 -0 lines
Diff to previous 1.44
* 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.44 / (view) - annotate - [select for diffs] , Mon Dec 4 23:56:26 2006 UTC (23 months, 4 weeks ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_4_2
Changes since 1.43: +1 -1 lines
Diff to previous 1.43
Going up into 0.4.2 release really fast.

Revision 1.43 / (view) - annotate - [select for diffs] , Sun Dec 3 18:30:04 2006 UTC (23 months, 4 weeks ago) by capela
Branch: MAIN
Changes since 1.42: +8 -0 lines
Diff to previous 1.42
* 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.42 / (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.41: +12 -0 lines
Diff to previous 1.41
* 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.41 / (view) - annotate - [select for diffs] , Mon Nov 27 18:33:02 2006 UTC (2 years ago) by capela
Branch: MAIN
Changes since 1.40: +14 -0 lines
Diff to previous 1.40
* 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.40 / (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.39: +2 -0 lines
Diff to previous 1.39
GPL address update.

Revision 1.39 / (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.38: +7 -0 lines
Diff to previous 1.38
* 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.38 / (view) - annotate - [select for diffs] , Sun Aug 28 21:23:43 2005 UTC (3 years, 3 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_3_2
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
Prepare for liblscp 0.3.2 release (final).

Revision 1.37 / (view) - annotate - [select for diffs] , Sun Aug 28 20:32:40 2005 UTC (3 years, 3 months ago) by capela
Branch: MAIN
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
Prepare for liblscp 0.3.2 release.

Revision 1.36 / (view) - annotate - [select for diffs] , Wed Aug 24 17:00:54 2005 UTC (3 years, 3 months ago) by capela
Branch: MAIN
Changes since 1.35: +2 -0 lines
Diff to previous 1.35
Renamed configure.in to newer configure.ac.

Revision 1.35 / (view) - annotate - [select for diffs] , Fri Aug 19 16:05:08 2005 UTC (3 years, 3 months ago) by capela
Branch: MAIN
Changes since 1.34: +6 -1 lines
Diff to previous 1.34
* Fixed missing initialization bug on lscp_channel_info_t
  new struct fields (mute/solo).

* Include debian files into distribution.

Revision 1.34 / (view) - annotate - [select for diffs] , Tue Aug 16 08:48:41 2005 UTC (3 years, 3 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_3_1
Changes since 1.33: +6 -1 lines
Diff to previous 1.33
* 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.33 / (view) - annotate - [select for diffs] , Thu Jul 21 12:30:31 2005 UTC (3 years, 4 months ago) by capela
Branch: MAIN
Changes since 1.32: +3 -0 lines
Diff to previous 1.32
[bug #21] Fixed automake support for separate build directory.

Revision 1.32 / (view) - annotate - [select for diffs] , Fri Jun 10 08:59:18 2005 UTC (3 years, 5 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_3_0
Changes since 1.31: +7 -7 lines
Diff to previous 1.31
* 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 1.31 / (view) - annotate - [select for diffs] , Thu Jun 9 14:55:49 2005 UTC (3 years, 5 months ago) by capela
Branch: MAIN
Changes since 1.30: +6 -0 lines
Diff to previous 1.30
* 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 1.30 / (view) - annotate - [select for diffs] , Thu Jun 9 09:37:19 2005 UTC (3 years, 5 months ago) by capela
Branch: MAIN
Changes since 1.29: +4 -0 lines
Diff to previous 1.29
* [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 1.29 / (view) - annotate - [select for diffs] , Sun May 22 21:01:59 2005 UTC (3 years, 6 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_2_9
Changes since 1.28: +2 -1 lines
Diff to previous 1.28
* Added support for the newest LSCP command: GET SERVER INFO.

Revision 1.28 / (view) - annotate - [select for diffs] , Sun May 22 10:27:56 2005 UTC (3 years, 6 months ago) by capela
Branch: MAIN
Changes since 1.27: +5 -0 lines
Diff to previous 1.27
* 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.27 / (view) - annotate - [select for diffs] , Mon May 9 09:17:12 2005 UTC (3 years, 6 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_2_8
Changes since 1.26: +16 -0 lines
Diff to previous 1.26
* [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 1.26 / (view) - annotate - [select for diffs] , Thu Mar 10 20:16:09 2005 UTC (3 years, 8 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_2_7
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
Preparations for the 0.2.7 bugfix release.

Revision 1.25 / (view) - annotate - [select for diffs] , Wed Mar 9 18:39:56 2005 UTC (3 years, 8 months ago) by capela
Branch: MAIN
Changes since 1.24: +6 -1 lines
Diff to previous 1.24
* Mini bitsy regression; a severe crash (segfault)
  was fixed on the device configuration functions:
    lscp_set_audio_device_param();
    lscp_set_midi_device_param();
    lscp_set_audio_channel_param();
    lscp_set_midi_port_param();

Revision 1.24 / (view) - annotate - [select for diffs] , Wed Mar 2 16:25:27 2005 UTC (3 years, 9 months ago) by capela
Branch: MAIN
Changes since 1.23: +2 -0 lines
Diff to previous 1.23
Mini bitsy regression.

Revision 1.23 / (view) - annotate - [select for diffs] , Tue Mar 1 21:55:34 2005 UTC (3 years, 9 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_2_6
Changes since 1.22: +4 -3 lines
Diff to previous 1.22
* Fixed nasty off-by-one bug on internal helpers.

Revision 1.22 / (view) - annotate - [select for diffs] , Mon Feb 14 13:01:54 2005 UTC (3 years, 9 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_2_5
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Prepare for 0.2.5 release.

Revision 1.21 / (view) - annotate - [select for diffs] , Sun Feb 13 17:20:46 2005 UTC (3 years, 9 months ago) by capela
Branch: MAIN
Changes since 1.20: +3 -0 lines
Diff to previous 1.20
Added support for the new INSTRUMENT_NAME of GET CHANNEL INFO command.

Revision 1.20 / (view) - annotate - [select for diffs] , Mon Oct 11 11:22:40 2004 UTC (4 years, 1 month ago) by capela
Branch: MAIN
Changes since 1.19: +3 -0 lines
Diff to previous 1.19
* Fixed lscp_get_channel_info() to parse MIDI omni (ALL) channels mode.

Revision 1.19 / (view) - annotate - [select for diffs] , Mon Oct 11 10:59:30 2004 UTC (4 years, 1 month ago) by capela
Branch: MAIN
Changes since 1.18: +4 -0 lines
Diff to previous 1.18
* 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 1.18 / (view) - annotate - [select for diffs] , Tue Sep 28 15:33:59 2004 UTC (4 years, 2 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_2_3
Changes since 1.17: +4 -3 lines
Diff to previous 1.17
Changelog fix.

Revision 1.17 / (view) - annotate - [select for diffs] , Mon Sep 27 13:40:08 2004 UTC (4 years, 2 months ago) by capela
Branch: MAIN
Changes since 1.16: +6 -0 lines
Diff to previous 1.16
* Fixed lscp_set_channel_midi_channel() where MIDI
  channels should be given in the range 0-15, and
  omni mode with new LSCP_MIDI_CHANNEL_ALL symbol.

* Rearrangement on main command requester executive.

Revision 1.16 / (view) - annotate - [select for diffs] , Thu Jul 29 08:22:01 2004 UTC (4 years, 4 months ago) by capela
Branch: MAIN
Changes since 1.15: +6 -1 lines
Diff to previous 1.15
* LSCP document draft (v.12); lscp_reset_sampler() added.

Revision 1.15 / (view) - annotate - [select for diffs] , Tue Jul 13 17:48:00 2004 UTC (4 years, 4 months ago) by schoenebeck
Branch: MAIN
Changes since 1.14: +4 -0 lines
Diff to previous 1.14
* renamed pkg-config lib name 'liblscp' -> 'lscp', as it's common practice
  to omit the 'lib' prefix

Revision 1.14 / (view) - annotate - [select for diffs] , Fri Jul 9 13:35:27 2004 UTC (4 years, 4 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_2_1
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Release 0.2.1

Revision 1.13 / (view) - annotate - [select for diffs] , Wed Jul 7 22:41:07 2004 UTC (4 years, 4 months ago) by capela
Branch: MAIN
Changes since 1.12: +2 -0 lines
Diff to previous 1.12
* 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 1.12 / (view) - annotate - [select for diffs] , Tue Jul 6 14:52:25 2004 UTC (4 years, 4 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_2_0
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
Slight change to thread join termination code.

Revision 1.11 / (view) - annotate - [select for diffs] , Mon Jul 5 15:26:43 2004 UTC (4 years, 4 months ago) by capela
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
Milestone for integral implementation of draft-protocol v.11.

Revision 1.10 / (view) - annotate - [select for diffs] , Fri Jul 2 13:36:43 2004 UTC (4 years, 5 months ago) by capela
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
* New lscp_get_channel_stream_usage() helper function.

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Jul 1 15:14:28 2004 UTC (4 years, 5 months ago) by capela
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
Minor attempts to clean autocrap/libfool stuff.

Revision 1.8 / (view) - annotate - [select for diffs] , Wed Jun 30 14:16:03 2004 UTC (4 years, 5 months ago) by capela
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Driver parameter info wrapper implementation.

Revision 1.7 / (view) - annotate - [select for diffs] , Tue Jun 29 15:39:11 2004 UTC (4 years, 5 months ago) by capela
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Initial split parameter array code.

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

Revision 1.5 / (view) - annotate - [select for diffs] , Fri Jun 25 11:00:24 2004 UTC (4 years, 5 months ago) by capela
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
* Major changes to server event protocol interface
  on attempt to comply with draft-protocol v.11.

Revision 1.4 / (view) - annotate - [select for diffs] , Thu Jun 24 17:25:10 2004 UTC (4 years, 5 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, 5 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, 5 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, 5 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, 5 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