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

[Bug Fix] Midi: Don't treat note 0 as false #657

Merged
merged 1 commit into from Aug 7, 2023

Conversation

daslyfe
Copy link
Collaborator

@daslyfe daslyfe commented Jul 29, 2023

This bug caused note 0 to be ignored.

I suspect there might be similar issues in other places in the app.
For instance: if you do
"0".note().sound("triangle").pianoroll()
it will display nothing in the piano roll and play a c2 and
"36".note().sound("triangle").pianoroll()
will display in the piano roll and play a c2 as well

@felixroos
Copy link
Collaborator

thank you for that fix!

@felixroos felixroos merged commit c20b691 into tidalcycles:main Aug 7, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants