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

Ring not applying in second argument of note() #64

Closed
GuillemGongora opened this issue Nov 25, 2020 · 1 comment
Closed

Ring not applying in second argument of note() #64

GuillemGongora opened this issue Nov 25, 2020 · 1 comment

Comments

@GuillemGongora
Copy link

The second argument of note() doesn't change when a ring is introduced, unless the first argument is also a ring.

ring first (0)
ring second (0 1 2)
new synth sine time(1/8) note(0 second) -> will output as if note(0 0)
new synth sine time(1/8) note(first second) -> will output the desired result
new synth sine time(1/8) note(first 1) -> will also output the desired result

Same goes for the note() in new sample

@tmhglnd
Copy link
Owner

tmhglnd commented Nov 25, 2020

Ah! Might be the case that the correct octave is only applied when the semitone changes. Will fix it soon

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