Skip to content

Commit

Permalink
Fix LowLevelEngine example
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Mar 22, 2024
1 parent a8a7e8d commit 23108c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/IO/LowLevelEngine/LowLevelEngine.pde
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import processing.sound.*;

import com.jsyn.engine.SynthesisEngine;
import com.jsyn.unitgen.ChannelOut;

void setup() {

Expand Down Expand Up @@ -50,5 +51,5 @@ void draw() {

// a useful callback method when you are debugging a sound sketch
void mouseClicked() {
Sound.Status();
Sound.status();
}

0 comments on commit 23108c9

Please sign in to comment.