CVS log for liblscp/configure.ac |
|
Help |
Request diff between arbitrary revisions / Display revisions graphically
* 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.
| LinuxSampler Developers |
Powered by ViewCVS |