--- linuxsampler/trunk/Documentation/lscp.xml 2005/04/06 19:35:02 495 +++ linuxsampler/trunk/Documentation/lscp.xml 2005/04/15 11:54:22 499 @@ -234,7 +234,7 @@ C: "GET AUDIO_OUTPUT_DEVICE INFO 123456" S: "ERR:9:There is no audio output device with index 123456." - + Normal result sets could be: @@ -2603,9 +2603,9 @@ SET CHANNEL AUDIO_OUTPUT_CHANNEL <sampler-chan> <audio-out> <audio-in> - Where <sampler-chan> is the sampler channel, <audio-out> is the - sampler channel's audio output channel which should be - rerouted and <audio-in> the audio channel of the selected audio + Where <sampler-chan> is the sampler channel number, <audio-out> is the + numerical ID of the sampler channel's audio output channel which should be + rerouted and <audio-in> is the numerical ID of the audio channel of the selected audio output device where <audio-out> should be routed to. Possible Answers: @@ -2646,7 +2646,8 @@ SET CHANNEL MIDI_INPUT_DEVICE <sampler-channel> <midi-device-id> - + Where <sampler-channel> is the sampler channel number and <midi-device-id> is the + the numerical ID of the MIDI input device. Possible Answers: @@ -2722,7 +2723,7 @@
- The front-end can alter the input MIDI port on a specific sampler + The front-end can alter the MIDI input port on a specific sampler channel by sending the following command: @@ -2771,7 +2772,7 @@ SET CHANNEL MIDI_INPUT_CHANNEL <sampler-channel> <midi-input-chan> - Where <midi-input-chan> is the new MIDI input channel where + Where <midi-input-chan> is the number of the new MIDI input channel where <sampler-channel> should listen to or "ALL" to listen on all 16 MIDI channels. @@ -3099,11 +3100,11 @@ Server will start sending the following notification messages: - "NOTIFY:VOICE_COUNT:<sampler-channel> <voices>> + "NOTIFY:VOICE_COUNT:<sampler-channel> <voices> where <sampler-channel> will be replaced by the sampler channel the - voice count change occurred and <voices>> by the new number of + voice count change occurred and <voices> by the new number of active voices on that channel.
@@ -3127,8 +3128,8 @@
- Client may want to be notified when the number of streams on the back-end - changes by issuing the following command: + Client may want to be notified when the buffer fill state of a disk stream + on the back-end changes by issuing the following command: SUBSCRIBE BUFFER_FILL @@ -3142,7 +3143,7 @@ where <sampler-channel> will be replaced by the sampler channel the buffer fill state change occurred and <fill-data> will be replaced by the - buffer fill data for this channel as described in 4.4.12 as if the + buffer fill data for this channel as described in 5.4.12 as if the "GET CHANNEL BUFFER_FILL PERCENTAGE" was issued on this channel.