musikinformatik / Steno

Concatenative little metalanguage for live coding
GNU General Public License v2.0
65 stars 7 forks source link

fadetime for parallel synths #47

Open LFSaw opened 4 years ago

LFSaw commented 4 years ago

this seems to be important for parallel synths to work properly regarding fading in and out, i.e. they should not fade at all... (sortof tested):

t.setGlobal(\fadeTime, 1, \attack, 1); // set global fadetime
t.set(']', \fadeTime, 0, \attack, 0);
t.set(']', \fadeTime, 0, \attack, 0);
telephon commented 4 years ago

That means we should exclude ] and [ from having a settable fadeTime at all?