aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jsyn/Synthesizer.java
diff options
context:
space:
mode:
authorPhil Burk <[email protected]>2016-03-23 09:28:15 -0700
committerPhil Burk <[email protected]>2016-03-23 09:28:15 -0700
commiteb36cf83f1cca79e76c4ad44fc78077c9428790b (patch)
tree5f4bef6827f6bd9c29b1ccdf8f2a1fde5000381c /src/com/jsyn/Synthesizer.java
parent431965f53739b2ed9608510781bfc7b9d3b4b0e2 (diff)
parenteeafc364cbd39edc794748a0f2c0626e09ee9bb5 (diff)
Merge pull request #28 from philburk/docs
Docs
Diffstat (limited to 'src/com/jsyn/Synthesizer.java')
-rw-r--r--src/com/jsyn/Synthesizer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jsyn/Synthesizer.java b/src/com/jsyn/Synthesizer.java
index ca23ee8..784b355 100644
--- a/src/com/jsyn/Synthesizer.java
+++ b/src/com/jsyn/Synthesizer.java
@@ -185,7 +185,7 @@ public interface Synthesizer {
* This task must be very quick and should not perform any blocking operations. If you are not
* certain that you need an Audio rate task then don't use this.
*
- * @param blockTask
+ * @param task
*/
public void addAudioTask(Runnable task);