Parent Directory | Revision Log
Sticky Revision: |
- Fixed for some fedora builds (rpm/spec). (bis)
- Removed lib*.*a archives from rpm/spec installation. - Added libtool to packages control/spec build requirements. - Modernized on debian, doxygen and reproducible build fronts.
* An Autumn'17 release: bumped directly to 0.6.0.
* Preparations for v0.5.8 - A Fall'16 release.
- Early preparations for the Fall'16 release.
* Sync to upstream git head.
- Sync to upstream git repo.
- Final preparations for 0.5.7 (A fifth of a Jubilee) release.
- Use getaddrinfo() instead of deprecated gethostbyname(). (WIN32 REGRESSION FIX)
* Use getaddrinffo() instead of deprecated gethostbyname().
- Some non-code related cleanups and updates, esp.re.RPM spec file.
- OBS spec fixing.
- Dropped debian automake stuff.
- Dropped debian automake stuff.
- Final preparations for the 0.5.6 release.
- Preparations for the 0.5.6 release.
- Preparations for the 0.5.6 release.
* Preparations for the 0.5.6 release.
* Changed client interface function, for editing instrument, from: lscp_edit_instrument(); to: lscp_edit_channel_instrument();
- Prepare for new release 0.5.4.
* 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).
Prepared for 0.5.1 release.
* 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.
- Updated examples (3nd round).
* 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();
Going up into 0.4.2 release really fast.
* 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.
Corrected RPM spec file.
* 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).
* 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).
Prepare for liblscp 0.3.2 release (final).
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 |