aboutsummaryrefslogtreecommitdiffstats
path: root/tests/com/jsyn/examples/LongEcho.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/com/jsyn/examples/LongEcho.java')
-rw-r--r--tests/com/jsyn/examples/LongEcho.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/com/jsyn/examples/LongEcho.java b/tests/com/jsyn/examples/LongEcho.java
index 41f21f2..0a86efd 100644
--- a/tests/com/jsyn/examples/LongEcho.java
+++ b/tests/com/jsyn/examples/LongEcho.java
@@ -4,9 +4,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -33,7 +33,7 @@ import com.jsyn.util.WaveFileWriter;
/**
* Echo the input using a circular buffer in a sample.
- *
+ *
* @author Phil Burk (C) 2010 Mobileer Inc
*/
public class LongEcho {
@@ -50,9 +50,7 @@ public class LongEcho {
private void test() throws IOException {
// Create a context for the synthesizer.
synth = JSyn.createSynthesizer();
- // Add a tone generator.
synth.add(channelIn = new ChannelIn());
- // Add an output mixer.
synth.add(channelOut = new ChannelOut());
synth.add(minner = new Minimum());