Skip to content

Commit 94e5701

Browse files
committed
adding missing method re processing#2797
1 parent bf8ca5c commit 94e5701

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

java/libraries/sound/src/processing/sound/MethClaInterface.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ public class MethClaInterface
77
System.loadLibrary("MethClaInterface");
88
}
99
// Functions I want
10+
11+
public native int[] mixPlay(int[] input, float[] amp);
12+
1013

1114
// Engine
1215

0 commit comments

Comments
 (0)