robertesler / Pd4P3

A real-time audio synthesis library for Processing 3. Pd4P3 implements Pure Data's signal processing objects via Pd++ native code. Pd4P3 stands for "Pd++ for Processing 3".
GNU Lesser General Public License v2.1
7 stars 1 forks source link

PVOC example buggy on MacOS #9

Closed robertesler closed 1 month ago

robertesler commented 3 months ago

Currently I've only tried the new PVOC.pde example on an Intel Mac. But it works about 1/2 the time. The audio appears to "short out" on load. This may not be a problem on an M1/M2 machine. Will have to troubleshoot if this is coming from the C++ side or a JNI thing, or a weird mac issue.

PVOC.pde works fine for me so far on Windows, Linux and Android.

robertesler commented 1 month ago

PVOC seems to be behaving normally on all platforms.