From 6391be6c9f084264d76d9d3aee71c6feead96823 Mon Sep 17 00:00:00 2001 From: edgeeffect Date: Sat, 24 Apr 2004 07:20:32 +0000 Subject: [PATCH] help text update for streamer --- SpiralSound/Plugins/StreamPlugin/StreamPluginGUI.C | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/SpiralSound/Plugins/StreamPlugin/StreamPluginGUI.C b/SpiralSound/Plugins/StreamPlugin/StreamPluginGUI.C index e64f61f..f048cc9 100644 --- a/SpiralSound/Plugins/StreamPlugin/StreamPluginGUI.C +++ b/SpiralSound/Plugins/StreamPlugin/StreamPluginGUI.C @@ -345,9 +345,13 @@ const string StreamPluginGUI::GetHelpText (const string &loc){ + "If you want to mix whole tracks and add effects etc, then this is the\n" + "way to do it. The StreamPlugin loads a wav in bit by bit, so it doesn't\n" + "use much memory. The track can be pitched for mixing.\n" - + "Operates pretty much like a media player such as XMMS (only wav\n" - + "format though).\n\n" - + "Connect the finish trigger to the stop trigger to play the wav only\nonce.\n\n" + + "Operates pretty much like a media player such as XMMS.\n\n" + + "Connect the finish trigger to the stop trigger to play the wav only\n" + + "once.\n\n" + + "The playing trigger is 'on' whilst the wave is actually playing\n" + + "and 'off' when it's not.\n\n" + + "The Position CV outputs 0 when not playing or at the start of the\n" + + "wave, and slowly increments up to 1 as the wave plays.\n\n" + "Note: Not realtime safe, if you're using JACK, use a client such as\n" + "alsaplayer."; }