mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
adding missing method re #2797
This commit is contained in:
@@ -7,6 +7,9 @@ public class MethClaInterface
|
||||
System.loadLibrary("MethClaInterface");
|
||||
}
|
||||
// Functions I want
|
||||
|
||||
public native int[] mixPlay(int[] input, float[] amp);
|
||||
|
||||
|
||||
// Engine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user