--- liblscp/trunk/doc/reference.dox 2004/07/28 14:17:29 212 +++ liblscp/trunk/doc/reference.dox 2004/07/29 09:22:02 213 @@ -10,7 +10,7 @@ On the path to a GUI for linuxsampler, I've been taking some of my spare time by writing an early implementation for the LSCP (the LinuxSampler Control Protocol), as defined from the current available draft document -(http://www.linuxsampler.org/api/draft-linuxsampler-protocol-11.html). +(http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html). My implementation, while still rather crude, is taking the form of a programming library for plain conventional C, codenamed liblscp. @@ -132,6 +132,7 @@ @ref lscp_get_channel_buffer_fill (client, usage_type, channel); @ref lscp_reset_channel (client, channel); @ref lscp_remove_channel (client, channel); + @ref lscp_reset_sampler (client); For the audio output and MIDI input device configuration interface, the following functions are respectively defined in :