Joel Blanco Berg

Results 23 comments of Joel Blanco Berg

Couldnt we add access to legato velocities via formula modulator to start with? cause that wouldnt brake anything at least. It would be really useful for modeling for sure

you could use the formula modulator for this in the meantime: ``` function init(state) ---------------- state.macro = 1 ---------------- state.subscriptions.macros[state.macro] = true return state end function process(state) if(state.initialized ~= true)...

just paste that code into a formula modulator and press the apply button. Then use that modulator as usual and connect it to the wavetable morph. When you press a...