--- liblscp/trunk/ChangeLog 2005/08/24 18:01:55 754 +++ liblscp/trunk/ChangeLog 2007/01/11 15:25:04 1020 @@ -3,7 +3,87 @@ ChangeLog -0.3.2 2005-08-19 Fixed missing initialization bug on lscp_channel_info_t +0.5.2 2007-01-11 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(); + + Audio routing representation changed integer array. + +0.5.1 2006-12-22 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. + +0.5.0 2006-12-17 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(); + + +0.4.2 2006-12-04 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. + +0.4.1 2006-11-28 Fixed the flush timeout operation to be issued only + once, avoiding recurrent client failure after receive + timeout. + + Support for very long command result sets have been + introduced, with the downside of strictly obeying + the LSCP draft. + + list_midi_instruments() is now being implemented. + + LGPL text is now back in COPYING. + +0.4.0 2006-11-27 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 instrumenbt mapping features: + lscp_map_midi_instrument(); + lscp_unmap_midi_instrument(); + lscp_get_midi_instruments(); + lscp_get_midi_instrument_info(); + lscp_clear_midi_instruments(); + + +0.3.4 2006-09-24 GPL address update. + +0.3.3 2006-06-01 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). + +0.3.2 2005-08-29 Fixed missing initialization bug on lscp_channel_info_t new struct fields (mute/solo). Include debian files into distribution. @@ -28,6 +108,7 @@ giving up systematically on select() due to "Invalid argument" (EINVAL). + 0.2.8 2005-05-22 More LSCP command syntax changes, particularly on the event subscription ones: the LSCP_EVENT_CHANNELS event definition were renamed to LSCP_EVENT_CHANNEL_COUNT, @@ -90,6 +171,7 @@ 0.2.0 2004-07-06 New LSCP extension draft (v.11) initial support. (still a work in progress...) + 0.1.9 2004-05-18 More fixes for MSVC++ example build. 0.1.8 2004-05-17 Fix for MSVC++ example build; snprintf replaced by