Parent Directory
|
Revision Log
Sticky Revision: |
Prepare for liblscp 0.3.2 release.
* Fixed missing initialization bug on lscp_channel_info_t new struct fields (mute/solo). * Include debian files into distribution.
Prepared for 0.3.1 release.
[bug #21] Fixed automake support for separate build directory.
* 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).
* [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.
* 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.
* [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.
* Prepare 0.2.7 yet another bug-fix release.
Mini bitsy regression.
* Fixed nasty off-by-one bug on internal helpers.
Prepare for 0.2.5 release.
* 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).
* Fix MIDI input selection (revised).
* LSCP document draft (v.12); lscp_reset_sampler() added.
* renamed pkg-config lib name 'liblscp' -> 'lscp', as it's common practice to omit the 'lib' prefix
* 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.
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.
ViewVC Help | |
Powered by ViewVC |