Cabbage Logo
Back to Cabbage Site

Freely assignable envelopes and LFOs

Hi. I’m working on a wavvetable synth in csound.
I was wondering if anyone know if it is possible to make it so my three envelopes and three LFOs are assignable to whatever the user want? Maybe even by dragging and dropping?

Thanks for any reply!
Anders.

This type of flexibility might be possible using channels to route the signals from place to place. Dragging and dropping might be possible, but probably a pain to implement. They way I would probably do it would be to add an ‘input from’ combobox for each of my modules. Not as elegant as dragging and dropping but just as effective. Maybe :thinking: