--- liblscp/trunk/ChangeLog 2005/03/01 21:55:34 415 +++ liblscp/trunk/ChangeLog 2005/08/28 21:32:40 762 @@ -3,6 +3,60 @@ ChangeLog +0.3.2 2005-08-28 Fixed missing initialization bug on lscp_channel_info_t + new struct fields (mute/solo). + + Include debian files into distribution. + + Renamed configure.in to newer configure.ac. + +0.3.1 2005-08-16 [bug #21] Fixed automake support for separate build + directory. + + Added support to sampler channel MUTE/SOLO states: + lscp_set_channel_mute(); + lscp_set_channel_solo(); + with corresponding new lscp_channel_info_t fields. + +0.3.0 2005-06-10 [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. + + 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). + +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, + as to be more meaningful. Added support for the newest + LSCP command: GET SERVER INFO; lscp_get_server_info(). + +0.2.8 2005-05-08 [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. + +0.2.7 2005-03-10 Mini bitsy regression; a severe crash (segfault) + was fixed on the device configuration functions: + lscp_set_audio_device_param(); + lscp_set_midi_device_param(); + lscp_set_audio_channel_param(); + lscp_set_midi_port_param(); + 0.2.6 2005-03-01 Fixed nasty off-by-one bug on internal helpers. 0.2.5 2005-02-14 Added support for the new INSTRUMENT_NAME field