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

Play does not handle 0-length notes correctly. (should be handled as note-on/note-off events) #3

Open
kitlith opened this issue Aug 25, 2020 · 0 comments

Comments

@kitlith
Copy link
Owner

kitlith commented Aug 25, 2020

Some brseq files (stemming from from_midi based on GotaSequenceLib) appear to emit 'note-on/note-off' events in the form of 0 length notes instead of entire notes. play currently emits these as notes all on their own, instead of as note-on/note-off events.

@kitlith kitlith changed the title Sometimes, Play turns long notes into 0 length notes? Play does not handle 0-length notes correctly. (should be handled as note-on/note-off events) Aug 25, 2020
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

1 participant