CNMAT / CNMAT-MMJ-Depot

CNMAT's expanding library of Max/MSP/Jitter patches
89 stars 17 forks source link

bug in speaker_placement.js #98

Open mzed opened 6 years ago

mzed commented 6 years ago

In speaker_placement.js, "math" needs to be capitalised on line 347.

So:

 all_speakers[i].grav = Math.abs(theta - all_speakers[i].angle);
mzed commented 6 years ago

Also, the fsaa function is throwing an error for some reason.