--- liblscp/trunk/doc/reference.dox 2007/01/15 11:08:28 1031 +++ liblscp/trunk/doc/reference.dox 2007/10/01 17:22:02 1365 @@ -202,6 +202,10 @@ @ref lscp_get_midi_port_param_info (client, midi_device, midi_port, param); @ref lscp_set_midi_port_param (client, midi_device, midi_port, param); +For editing instruments while playing them with the sampler:
+
+    @ref lscp_edit_instrument (client, channel);
+
 
Most of these functions are wrappers to @ref lscp_client_query, and some will handle and change the result string accordingly.