--- liblscp/trunk/lscp/client.h 2007/10/01 13:38:37 1364 +++ liblscp/trunk/lscp/client.h 2007/10/01 17:22:02 1365 @@ -289,6 +289,10 @@ lscp_status_t lscp_clear_midi_instruments (lscp_client_t *pClient, int iMidiMap); +//------------------------------------------------------------------------- +// Instrument editor functions. + +lscp_status_t lscp_edit_instrument (lscp_client_t *pClient, int iSamplerChannel); #if defined(__cplusplus) }