gridsound/daw

Automation clips

Opened this issue · 3 comments

Would be cool to implement automations like for volume or paning.
Also for some Custom-written js plugins for this DAW.

mr21 commented

Yes indeed, it will be on any paramater :) with the gsuiDotline component already done, this could be done relatively fast.

And what's about custom js plugins, that i mensioned? IS there some API to do that? :)
I very interested in your DAW. It could become something big, and free (i hope), to beat all those expensive DAWs :)

mr21 commented

The DAW itself will stay free yes :) thx for your interest in the project

There are two type of JS plugins: the synthesizers and the effects. About the effects ones we already have an echo by using DelayNodes. So when i will finish to build the effect list related to the mixer and implementing our first effect Echo, then we could see what is the exact pattern we need.