We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a7e8d commit 23108c9Copy full SHA for 23108c9
examples/IO/LowLevelEngine/LowLevelEngine.pde
@@ -1,6 +1,7 @@
1
import processing.sound.*;
2
3
import com.jsyn.engine.SynthesisEngine;
4
+import com.jsyn.unitgen.ChannelOut;
5
6
void setup() {
7
@@ -50,5 +51,5 @@ void draw() {
50
51
52
// a useful callback method when you are debugging a sound sketch
53
void mouseClicked() {
- Sound.Status();
54
+ Sound.status();
55
}
0 commit comments