SamiPerttu / fundsp

Library for audio processing and synthesis
Apache License 2.0
800 stars 43 forks source link

Allow var() with Shared<T: Atomic> #37

Closed IsaacMarovitz closed 10 months ago

IsaacMarovitz commented 10 months ago

Extend the use of var() and Shared<> so it can be used with more atomic types.

SamiPerttu commented 10 months ago

Thanks for the PR!

SamiPerttu commented 10 months ago

Actually, the PR did not compile, so I'm reverting it.