-
Notifications
You must be signed in to change notification settings - Fork 941
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
invert doesn't work with scalar step block #2318
Comments
@walterbender I am trying to understand the project but I think I am finding needle in the bush. Could you please help me getting a good start. I want to make open source contribution. |
This one is pretty tricky. The scalar step block steps based on the previous note. But if that note was inverted then it will step from the inverted note instead. I think we need to figure out if the scalar step is inside an invert and do the following:
This is prob. not a good first issue. |
Invert should invert the scale. What is happening in your test is that the first note is inverted but the rest are stepped up from the inverted note instead of stepped down. |
If you create a scale with the scalar step block, you'd expect the scale to invert when you play it back. Instead it seems to apply the step to the inverted note, creating a toggle back and forth.
Inverting this code:
I'd expect:
but we get:
The text was updated successfully, but these errors were encountered: