Wasted-Audio / hvcc

The heavy hvcc compiler for Pure Data patches. Updated to python3 and additional generators
https://wasted-audio.github.io/hvcc/
GNU General Public License v3.0
257 stars 30 forks source link

Feature: Daisy - configuration for message buffer size #173

Closed dromer closed 6 months ago

dromer commented 8 months ago

Currently the used constructor is very minimal and only uses defaults. It should instead use at least the calculated buffer size and ideally we can manually overload it.

We regularly get reports of patches crashing, with some suspicion that it's due to message queue overload.

dromer commented 7 months ago

Might help stabilize: https://github.com/Wasted-Audio/hvcc/issues/175