aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Burk <[email protected]>2016-12-03 18:08:27 -0800
committerPhil Burk <[email protected]>2016-12-03 18:08:27 -0800
commit588bc1a4138d9f5486981ec34de99c0223805d8f (patch)
tree9bc7331203683f28522c5df89f940db043311665
parent15418b3471eb29f351d04c6e6138fef9e9a0aed5 (diff)
fix javadocs
-rw-r--r--src/com/jsyn/scope/AudioScope.java3
-rw-r--r--src/com/jsyn/unitgen/Circuit.java2
-rw-r--r--src/com/jsyn/util/MultiChannelSynthesizer.java2
3 files changed, 3 insertions, 4 deletions
diff --git a/src/com/jsyn/scope/AudioScope.java b/src/com/jsyn/scope/AudioScope.java
index 9ab4a73..7b2a98c 100644
--- a/src/com/jsyn/scope/AudioScope.java
+++ b/src/com/jsyn/scope/AudioScope.java
@@ -92,11 +92,10 @@ public class AudioScope {
/**
* Not yet implemented.
- * @param waveform
+ * @param viewMode
*/
public void setViewMode(ViewMode viewMode) {
// TODO Auto-generated method stub
-
}
}
diff --git a/src/com/jsyn/unitgen/Circuit.java b/src/com/jsyn/unitgen/Circuit.java
index c5a1dcf..01cb860 100644
--- a/src/com/jsyn/unitgen/Circuit.java
+++ b/src/com/jsyn/unitgen/Circuit.java
@@ -63,7 +63,7 @@ public class Circuit extends UnitGenerator {
/**
* @deprecated ignored, frameRate comes from the SynthesisEngine
- * @param rate
+ * @param frameRate
*/
@Deprecated
@Override
diff --git a/src/com/jsyn/util/MultiChannelSynthesizer.java b/src/com/jsyn/util/MultiChannelSynthesizer.java
index 8027994..aff795b 100644
--- a/src/com/jsyn/util/MultiChannelSynthesizer.java
+++ b/src/com/jsyn/util/MultiChannelSynthesizer.java
@@ -40,7 +40,7 @@ import com.softsynth.shared.time.TimeStamp;
*
* Each channel has:
* <pre><code>
- * lfo -> pitchToLinear -> [VOICES] -> volume* -> panner
+ * lfo -&gt; pitchToLinear -&gt; [VOICES] -&gt; volume* -&gt; panner
* bend --/
* </code></pre>
*