Parent Directory | Revision Log
Sticky Revision: |
- Try fix for automated windows builds. (bis)
- Try fix for automated windows builds.
- Probable fix to git-tag / build-version extraction.
* Switching to CMake build system as for packaging default.
* liblscp 0.9.2 - An End-of-Winter'21 Release.
- Early preparations for the New Year develop(ment) cycle.
* A Winter'20 Release.
- Simplified git version string extraction.
- Pre-incremented project dot version (0.6.2) (FIXED)
Merge branch 'master' into lsvntrunk
Merge branch 'master' into lsvntrunk.
- Early preparations for v0.6.1 release.
- Modernized on debian, doxygen and reproducible build fronts.
* An Autumn'17 release: bumped directly to 0.6.0.
- Early preparations for the Fall'16 release.
- Bumped micro version up one notch (pro-forma).
* Sync to upstream git head.
- Initial travis-ci.org configuration.
* Sync to upstream git repo.
- Final preparations for 0.5.7 (A fifth of a Jubilee) release.
- Lame docx typo fixing.
* Autoconf fix: AC_CONFIG_HEADER obsolete error (fixes #194).
* Use getaddrinffo() instead of deprecated gethostbyname().
* Update on newer autoconf macros (m4).
- Some non-code related cleanups and updates, esp.re.RPM spec file.
* fixes for building for Windows with configure and make * makefile fixes for building in separate directory
- OBS debian fixing.
- Dropped debian automake stuff.
* Preparations for the 0.5.6 release.
* fixed locale related parser bug (fixes #59) * bumped version to 0.5.5.10
* 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
* _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
* added LSCP event "DEVICE_MIDI"
* bugfix: _lscp_client_evt_proc() dropped LSCP events
* bugfix in lscp_client_subscribe(): only the first lscp_client_subscribe() call succeeded (per client), all subsequent ones failed
* added new LSCP event "CHANNEL_MIDI" (CAUTION: behavior change for lscp_client_subscribe() and lscp_client_unsubscribe!) * bumped version to 0.5.5.4
- Bump update for win32 build.
- fixed bug of previous commit
* added new client interface function, for renaming effect send entities: lscp_set_fxsend_name()
* Changed client interface function, for editing instrument, from: lscp_edit_instrument(); to: lscp_edit_channel_instrument();
- On the way up for the 0.5.4 release.
- 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).
* Audio routing representation changed to integer array.
* 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();
* 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.
* 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();
* 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.
* 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).
* 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();
GPL address update.
* 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).
Renamed configure.in to newer configure.ac.
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 |