audiojs / web-audio-api

Node.js implementation of Web audio API
MIT License
817 stars 67 forks source link

Use automation-events to handle automation events in DspObject #84

Closed chrisguttandin closed 2 years ago

chrisguttandin commented 2 years ago

I just noticed that there is some logic in the DspObject class to maintain the automation events. I needed similar functionality for standardized-audio-context and standardized-audio-context-mock and therefore created a dedicated package to deal with that. It's called automation-events. Maybe it's worth using it here, too?

dy commented 2 years ago

Yeah, would be nice. Im not sure it will match the testcases here, if you can have a look.