adding missing method re #2797

This commit is contained in:
Daniel Shiffman
2014-08-17 22:19:36 -04:00
parent 17184df4af
commit 36898624d0
@@ -7,6 +7,9 @@ public class MethClaInterface
System.loadLibrary("MethClaInterface");
}
// Functions I want
public native int[] mixPlay(int[] input, float[] amp);
// Engine