Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fadetime for parallel synths #47

Open
LFSaw opened this issue Nov 7, 2019 · 1 comment
Open

fadetime for parallel synths #47

LFSaw opened this issue Nov 7, 2019 · 1 comment

Comments

@LFSaw
Copy link
Contributor

LFSaw commented Nov 7, 2019

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
Copy link
Collaborator

telephon commented Nov 8, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants