SamiPerttu / fundsp

Library for audio processing and synthesis
Apache License 2.0
808 stars 44 forks source link

Added Var output node #16

Closed schell closed 2 years ago

schell commented 2 years ago

I've added an AudioNode that produces a variable float each tick which can be set using atomics.

This is useful in cases where you'd like to control the output from a separate thread from the audio graph, eg from user input events.