diff options
Diffstat (limited to 'src/com/jsyn/unitgen/ChannelOut.java')
-rw-r--r-- | src/com/jsyn/unitgen/ChannelOut.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/jsyn/unitgen/ChannelOut.java b/src/com/jsyn/unitgen/ChannelOut.java index 89f778b..8ef0677 100644 --- a/src/com/jsyn/unitgen/ChannelOut.java +++ b/src/com/jsyn/unitgen/ChannelOut.java @@ -20,6 +20,8 @@ import com.jsyn.ports.UnitInputPort; /** * Provides access to one channel of the audio output. + * For more than two channels you must call + * the {@link com.jsyn.Synthesizer} start() method with numOutputChannels > 2. * * @author Phil Burk (C) 2009 Mobileer Inc * @see ChannelIn |