We are about to switch to a new forum software. Until then we have removed the registration on this forum.
when i try to build the code its giving error->
ERROR in git\processing\java\libraries\sound\src\processing\sound\Engine.java (at line 223)
return methCla.mixPlay(input , amp );
The method mixPlay(int[] , float[] ) is undefined for the type MethClaInterface
Answers
Yes, known: https://github.com/processing/processing/issues/2797
Update to the very latest commit and it should build again.
but git pull is returning Already up-to-date
Then there is some kind of error on your end. At least know that the problem is not in the source, because the current source is buildable.