--- liblscp/trunk/ChangeLog 2006/11/28 15:31:20 948 +++ liblscp/trunk/ChangeLog 2006/12/19 11:28:47 988 @@ -3,6 +3,29 @@ ChangeLog +0.5.1 2006-12-19 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.