diff options
author | Phil Burk <[email protected]> | 2020-07-02 07:15:52 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-02 07:15:52 -0700 |
commit | 543be58aa9bcb31216a813e9bd602168d7f6bd00 (patch) | |
tree | e4c128a4aa824009b149df2e39903fb529116c23 /src/com/jsyn/unitgen/ChannelIn.java | |
parent | 0eb49ab0342fd0fd0660a845141dbc78508e9cd2 (diff) | |
parent | ae8aa40c8a3d432ac55deebfa006107adfaaaef3 (diff) |
Merge pull request #78 from philburk/betterdocs
jsyn docs: various small improvements
Diffstat (limited to 'src/com/jsyn/unitgen/ChannelIn.java')
-rw-r--r-- | src/com/jsyn/unitgen/ChannelIn.java | 2 |
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 |