ideoforms / signalflow

A sound synthesis framework for Python, designed for clear and concise expression of complex musical ideas
https://signalflow.dev
MIT License
167 stars 14 forks source link

Threads synchronisation #87

Open wjakobczyk opened 2 years ago

wjakobczyk commented 2 years ago

Looking at the source code, I don't see any code for synchronisation/critical sections on data modified and used from the main and audio threads. Are modifications to the graph while playing supported?