aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jsyn/unitgen/ChannelIn.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/jsyn/unitgen/ChannelIn.java')
-rw-r--r--src/com/jsyn/unitgen/ChannelIn.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jsyn/unitgen/ChannelIn.java b/src/com/jsyn/unitgen/ChannelIn.java
index 0d8584e..c440b4f 100644
--- a/src/com/jsyn/unitgen/ChannelIn.java
+++ b/src/com/jsyn/unitgen/ChannelIn.java
@@ -20,7 +20,7 @@ import com.jsyn.ports.UnitOutputPort;
/**
* Provides access to one specific channel of the audio input. For ChannelIn to work you must call
- * the Synthesizer start() method with numInputChannels > 0.
+ * the {@link com.jsyn.Synthesizer} start() method with numInputChannels > 0.
*
* @author Phil Burk (C) 2009 Mobileer Inc
* @see ChannelOut