Skip to content

Commit 7733cad

Browse files
committed
Change to Sound library to re-enable building the project
1 parent 6e94396 commit 7733cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/libraries/sound/src/processing/sound/Engine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public static void reverbSet(float room, float damp, float wet, int nodeId){
220220
// Mix
221221

222222
public static int[] mixPlay(int[] input, float[] amp){
223-
// return methCla.mixPlay(input, amp);
223+
return methCla.mixPlay(input, amp);
224224
};
225225

226226
// Amplitude Follower

0 commit comments

Comments
 (0)