Closed gjf2a closed 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.
adsr_live()
adsr_fixed()
hacker.rs
hacker32.rs
prelude.rs
Thanks @harudagondi. I'm running it now.
You accidentally added the .idea folder. You should undo your last commit
.idea
Yikes, sorry about that. I've removed .idea. Thanks for pointing it out!
As suggested by @harudagondi in #17, I created non-generic versions of
adsr_live()
andadsr_fixed()
and placed them inhacker.rs
andhacker32.rs
. I moved the generic versions toprelude.rs
.