--- liblscp/trunk/ChangeLog 2007/10/02 17:29:55 1369 +++ liblscp/trunk/ChangeLog 2008/02/26 19:08:13 1711 @@ -3,6 +3,36 @@ ChangeLog +CVS HEAD _lscp_device_port_info_query(): take port parameter + "NAME" into the result list. + + 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 support for new (un)subscribable events: + LSCP_EVENT_CHANNEL_MIDI + LSCP_EVENT_DEVICE_MIDI + Caution: the bitflag approach for the event variable + is now abondoned, since otherwise we would soon hit the + limit of the bit range. The bitflag approach will + remain for events older at this point (that is all + events which occupy the lower 16 bits), but this new + and all following events will simply be enumared along + the upper 16 bits. + + Added new client interface function, for renaming + effect send entities: + lscp_set_fxsend_name(); + +0.5.5 2007-10-12 Changed client interface function, for editing + instrument, from: + lscp_edit_instrument(); + to: + lscp_edit_channel_instrument(); + 0.5.4 2007-10-02 Added new client interface function, for editing instrument: lscp_edit_instrument();