We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pitch to hertz block always shows undefined for the first note. The probable reason is race condition.
[1] https://musicblocks.sugarlabs.org/index.html?id=1589542696262980&run=True
The text was updated successfully, but these errors were encountered:
This is due to the fact that on-every-note-do triggers before the note is played.
I cannot manage to get it to run during the note, only before or after. Maybe we need to have both options available?
Sorry, something went wrong.
Before-Every-Note-Do After-Every-Note-Do
@pikurasa what do you think?
Yes, I was thinking the same thing too.
We can address this in Music Blocks 2.0.
No branches or pull requests
Pitch to hertz block always shows undefined for the first note.
The probable reason is race condition.
[1] https://musicblocks.sugarlabs.org/index.html?id=1589542696262980&run=True
The text was updated successfully, but these errors were encountered: