/[svn]/liblscp/trunk/ChangeLog
ViewVC logotype

Log of /liblscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3850 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 7 16:18:56 2021 UTC (3 years, 2 months ago) by capela
File length: 12088 byte(s)
Diff to previous 3842 , to selected 2424
- Early preparations for the New Year develop(ment) cycle.

Revision 3842 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 17 08:36:44 2020 UTC (3 years, 3 months ago) by capela
File length: 12011 byte(s)
Diff to previous 3754 , to selected 2424
* A Winter'20 Release.

Revision 3754 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 24 11:10:34 2020 UTC (4 years ago) by capela
File length: 11970 byte(s)
Diff to previous 3670 , to selected 2424
* A Spring'20 release.

Revision 3670 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 23 11:06:05 2019 UTC (4 years, 3 months ago) by capela
File length: 11929 byte(s)
Diff to previous 3666 , to selected 2424
- Merged late 0.6.1 (winter'19) release.

Revision 3666 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 22 13:10:04 2019 UTC (4 years, 3 months ago) by schoenebeck
File length: 11933 byte(s)
Diff to previous 3664 , to selected 2424
* Fixed potential missing NULL termination of locale strings.


Revision 3664 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 22 12:53:26 2019 UTC (4 years, 3 months ago) by schoenebeck
File length: 11853 byte(s)
Diff to previous 3663 , to selected 2424
Improved connection error handling:

* Expose actual system error codes via client interface
  instead of just -1 whenever a syscall failed.

* Added new client interface function:
    lscp_client_connection_lost();
  for checking whether client lost connection to server.


Revision 3663 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 22 12:41:28 2019 UTC (4 years, 3 months ago) by schoenebeck
File length: 11531 byte(s)
Diff to previous 3400 , to selected 2424
- Fixed compile errors on macOS.


Revision 3400 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 12 17:47:01 2017 UTC (6 years, 3 months ago) by capela
File length: 11433 byte(s)
Diff to previous 3043 , to selected 2424
* An Autumn'17 release: bumped directly to 0.6.0.

Revision 3043 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 12 16:09:52 2016 UTC (7 years, 4 months ago) by capela
File length: 11391 byte(s)
Diff to previous 2487 , to selected 2424
- Early preparations for the Fall'16 release.

Revision 2487 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 31 11:21:32 2013 UTC (10 years, 2 months ago) by capela
File length: 11352 byte(s)
Diff to previous 2454 , to selected 2424
- Final preparations for 0.5.7 (A fifth of a Jubilee) release.

Revision 2454 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 1 16:12:09 2013 UTC (10 years, 9 months ago) by schoenebeck
File length: 11352 byte(s)
Diff to previous 2424
* Autoconf fix: AC_CONFIG_HEADER obsolete error
  (fixes #194).


Revision 2424 - (view) (download) (annotate) - [selected]
Modified Sun Feb 24 19:02:30 2013 UTC (11 years, 1 month ago) by capela
File length: 11272 byte(s)
Diff to previous 2422
- Use getaddrinfo() instead of deprecated gethostbyname().
  (WIN32 REGRESSION FIX)

Revision 2422 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 24 11:22:03 2013 UTC (11 years, 1 month ago) by capela
File length: 11273 byte(s)
Diff to previous 2418 , to selected 2424
* Use getaddrinffo() instead of deprecated gethostbyname().

Revision 2418 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 23 20:29:45 2013 UTC (11 years, 1 month ago) by capela
File length: 11195 byte(s)
Diff to previous 2132 , to selected 2424
* Update on newer autoconf macros (m4).

Revision 2132 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 28 18:00:38 2010 UTC (13 years, 6 months ago) by persson
File length: 11137 byte(s)
Diff to previous 1965 , to selected 2424
* fixes for building for Windows with configure and make
* makefile fixes for building in separate directory


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: 10991 byte(s)
Diff to previous 1813 , to selected 2424
* Preparations for the 0.5.6 release.


Revision 1813 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 20 23:16:45 2008 UTC (15 years, 3 months ago) by capela
File length: 10991 byte(s)
Diff to previous 1806 , to selected 2424
- fixed win32/Makefile.mingw.


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: 10666 byte(s)
Diff to previous 1802 , to selected 2424
* 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: 10525 byte(s)
Diff to previous 1711 , to selected 2424
* 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: 10225 byte(s)
Diff to previous 1697 , to selected 2424
* _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: 10105 byte(s)
Diff to previous 1692 , to selected 2424
* 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: 10061 byte(s)
Diff to previous 1690 , to selected 2424
* 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: 9988 byte(s)
Diff to previous 1689 , to selected 2424
* 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: 9799 byte(s)
Diff to previous 1665 , to selected 2424
* 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 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: 9217 byte(s)
Diff to previous 1412 , to selected 2424
* 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: 9061 byte(s)
Diff to previous 1369 , to selected 2424
* 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: 8836 byte(s)
Diff to previous 1368 , to selected 2424
- 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, 6 months ago) by capela
File length: 8824 byte(s)
Diff to previous 1365 , to selected 2424
- Prepare for new release 0.5.4.


Revision 1365 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 1 17:22:02 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 8824 byte(s)
Diff to previous 1031 , to selected 2424
* Added new client interface function, for editing instruments:
    lscp_edit_instrument();
* Fixed some minor bugs in:
    lscp_set_fxsend_midi_controller();
    lscp_set_fxsend_level();


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: 8531 byte(s)
Diff to previous 1020 , to selected 2424
* 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: 8233 byte(s)
Diff to previous 1019 , to selected 2424
* 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: 8161 byte(s)
Diff to previous 997 , to selected 2424
* 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 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: 7663 byte(s)
Diff to previous 994 , to selected 2424
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: 7663 byte(s)
Diff to previous 988 , to selected 2424
*  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: 7139 byte(s)
Diff to previous 983 , to selected 2424
- Updated examples (3nd round).


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: 7139 byte(s)
Diff to previous 975 , to selected 2424
- 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: 7101 byte(s)
Diff to previous 965 , to selected 2424
* 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: 6524 byte(s)
Diff to previous 963 , to selected 2424
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: 6524 byte(s)
Diff to previous 948 , to selected 2424
* 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: 6153 byte(s)
Diff to previous 946 , to selected 2424
* 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: 5680 byte(s)
Diff to previous 921 , to selected 2424
* 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: 5116 byte(s)
Diff to previous 869 , to selected 2424
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: 5076 byte(s)
Diff to previous 764 , to selected 2424
* 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: 4771 byte(s)
Diff to previous 762 , to selected 2424
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: 4771 byte(s)
Diff to previous 754 , to selected 2424
Prepare for liblscp 0.3.2 release.


Revision 754 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 24 18:01:55 2005 UTC (18 years, 7 months ago) by capela
File length: 4771 byte(s)
Diff to previous 749 , to selected 2424
Renamed configure.in to newer configure.ac.


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: 4707 byte(s)
Diff to previous 735 , to selected 2424
* Fixed missing initialization bug on lscp_channel_info_t
  new struct fields (mute/solo).

* Include debian files into distribution.


Revision 735 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 16 09:48:42 2005 UTC (18 years, 7 months ago) by capela
File length: 4540 byte(s)
Diff to previous 712 , to selected 2424
* 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 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: 4288 byte(s)
Diff to previous 626 , to selected 2424
[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: 4186 byte(s)
Diff to previous 625 , to selected 2424
* 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 625 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 9 15:55:49 2005 UTC (18 years, 9 months ago) by capela
File length: 4159 byte(s)
Diff to previous 623 , to selected 2424
* 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: 3854 byte(s)
Diff to previous 564 , to selected 2424
* [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 564 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 22 22:02:00 2005 UTC (18 years, 10 months ago) by capela
File length: 3634 byte(s)
Diff to previous 562 , to selected 2424
* Added support for the newest LSCP command: GET SERVER INFO.


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: 3531 byte(s)
Diff to previous 523 , to selected 2424
* 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: 3266 byte(s)
Diff to previous 445 , to selected 2424
* [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 445 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 10 20:16:09 2005 UTC (19 years ago) by capela
File length: 2338 byte(s)
Diff to previous 435 , to selected 2424
Preparations for the 0.2.7 bugfix release.


Revision 435 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 9 18:39:57 2005 UTC (19 years ago) by capela
File length: 2338 byte(s)
Diff to previous 419 , to selected 2424
* 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 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: 2039 byte(s)
Diff to previous 415 , to selected 2424
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: 1996 byte(s)
Diff to previous 380 , to selected 2424
* 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: 1967 byte(s)
Diff to previous 378 , to selected 2424
Prepare for 0.2.5 release.


Revision 378 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 13 17:20:46 2005 UTC (19 years, 1 month ago) by capela
File length: 1967 byte(s)
Diff to previous 279 , to selected 2424
Added support for the new INSTRUMENT_NAME of GET CHANNEL INFO command.


Revision 279 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 11 12:22:40 2004 UTC (19 years, 5 months ago) by capela
File length: 1851 byte(s)
Diff to previous 278 , to selected 2424
* Fixed lscp_get_channel_info() to parse MIDI omni (ALL) channels mode.


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: 1723 byte(s)
Diff to previous 257 , to selected 2424
* 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 257 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 28 16:33:59 2004 UTC (19 years, 6 months ago) by capela
File length: 1513 byte(s)
Diff to previous 253 , to selected 2424
Changelog fix.


Revision 253 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 27 14:40:08 2004 UTC (19 years, 6 months ago) by capela
File length: 1486 byte(s)
Diff to previous 213 , to selected 2424
* 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 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: 1192 byte(s)
Diff to previous 199 , to selected 2424
* 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: 1021 byte(s)
Diff to previous 194 , to selected 2424
* renamed pkg-config lib name 'liblscp' -> 'lscp', as it's common practice
  to omit the 'lib' prefix


Revision 194 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 9 14:35:27 2004 UTC (19 years, 8 months ago) by capela
File length: 819 byte(s)
Diff to previous 187 , to selected 2424
Release 0.2.1


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: 814 byte(s)
Diff to previous 178 , to selected 2424
* 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 178 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 6 15:52:25 2004 UTC (19 years, 8 months ago) by capela
File length: 754 byte(s)
Diff to previous 171 , to selected 2424
Slight change to thread join termination code.


Revision 171 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 5 16:26:44 2004 UTC (19 years, 8 months ago) by capela
File length: 754 byte(s)
Diff to previous 167 , to selected 2424
Milestone for integral implementation of draft-protocol v.11.


Revision 167 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 2 14:36:43 2004 UTC (19 years, 9 months ago) by capela
File length: 754 byte(s)
Diff to previous 166 , to selected 2424
* New lscp_get_channel_stream_usage() helper function.


Revision 166 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 1 16:14:28 2004 UTC (19 years, 9 months ago) by capela
File length: 754 byte(s)
Diff to previous 163 , to selected 2424
Minor attempts to clean autocrap/libfool stuff.


Revision 163 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 30 15:16:03 2004 UTC (19 years, 9 months ago) by capela
File length: 754 byte(s)
Diff to previous 158 , to selected 2424
Driver parameter info wrapper implementation.


Revision 158 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 29 16:39:11 2004 UTC (19 years, 9 months ago) by capela
File length: 754 byte(s)
Diff to previous 156 , to selected 2424
Initial split parameter array code.


Revision 156 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 28 16:29:05 2004 UTC (19 years, 9 months ago) by capela
File length: 754 byte(s)
Diff to previous 146 , to selected 2424
Minor fix on client callback documentation intro.


Revision 146 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 25 12:00:25 2004 UTC (19 years, 9 months ago) by capela
File length: 754 byte(s)
Diff to previous 144 , to selected 2424
* Major changes to server event protocol interface
  on attempt to comply with draft-protocol v.11.


Revision 144 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 24 18:25:11 2004 UTC (19 years, 9 months ago) by capela
File length: 754 byte(s)
Diff to previous 132 , to selected 2424
* 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 132 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 18 14:19:19 2004 UTC (19 years, 9 months ago) by capela
File length: 754 byte(s)
Diff to previous 125 , to selected 2424
* Overall mutexing of client command calls;
  preparation of forthcoming v.09 LSCP document draft.


Revision 125 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 14 21:04:04 2004 UTC (19 years, 9 months ago) by capela
File length: 754 byte(s)
Diff to previous 103 , to selected 2424
* Added support for the new LIST commands (draft v.08).


Revision 103 - (view) (download) (annotate) - [select for diffs]
Added Fri Jun 4 14:32:51 2004 UTC (19 years, 9 months ago) by capela
File length: 754 byte(s)
Diff to selected 2424
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