mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 02:41:08 +01:00
Change to Sound library to re-enable building the project
This commit is contained in:
@@ -220,7 +220,7 @@ public class Engine {
|
||||
// Mix
|
||||
|
||||
public static int[] mixPlay(int[] input, float[] amp){
|
||||
// return methCla.mixPlay(input, amp);
|
||||
return methCla.mixPlay(input, amp);
|
||||
};
|
||||
|
||||
// Amplitude Follower
|
||||
|
||||
Reference in New Issue
Block a user