vsariola / sointu

Fork of 4klang that can target 386, amd64 and WebAssembly. Tools run on Windows, Mac & Linux
MIT License
240 stars 15 forks source link

Add Oscillator to Global -> auto-set LFO setting #52

Closed esaruoho closed 3 years ago

esaruoho commented 3 years ago

set LFO setting by default when Oscillator is added to Global

vsariola commented 3 years ago

Global is just an instrument named Global, what's the heuristic to know when to do this? The name? What if the user renames Global? Could there be a situation where a user configures two global instruments and calls them Global1 and Global2?

So far there's no special treatment of the Global in the code, so I'm bit on the edge if we should add any.

esaruoho commented 3 years ago

ok, closing