--- liblscp/trunk/ChangeLog 2008/02/14 16:52:36 1688 +++ liblscp/trunk/ChangeLog 2008/02/14 17:05:51 1689 @@ -3,7 +3,17 @@ ChangeLog -CVS HEAD Added new client interface function, for renaming +CVS HEAD Added support for new (un)subscribable events: + LSCP_EVENT_CHANNEL_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();