SamiPerttu / fundsp

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

Non-generic `adsr_live()` and `adsr_fixed()`. Generic versions in `prelude.rs`. #19

Closed gjf2a closed 2 years ago

gjf2a commented 2 years ago

As suggested by @harudagondi in #17, I created non-generic versions of adsr_live() and adsr_fixed() and placed them in hacker.rs and hacker32.rs. I moved the generic versions to prelude.rs.

gjf2a commented 2 years ago

Thanks @harudagondi. I'm running it now.

harudagondi commented 2 years ago

You accidentally added the .idea folder. You should undo your last commit

gjf2a commented 2 years ago

Yikes, sorry about that. I've removed .idea. Thanks for pointing it out!