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

Support MIDI Clock #709

Closed
atfornes opened this issue Sep 26, 2023 · 2 comments · Fixed by #710
Closed

Support MIDI Clock #709

atfornes opened this issue Sep 26, 2023 · 2 comments · Fixed by #710

Comments

@atfornes
Copy link
Contributor

Sending MIDI clock messages would be really useful to synch with MIDI instruments.

WebMIDI clock offers sendClock function, that should be called 24 times per quarter note.

@atfornes
Copy link
Contributor Author

Midi uses 248 as number for clock signal. Unfortunately, sending this message with current strudel midi functionality does not work:
note("248*24").midi()

@atfornes
Copy link
Contributor Author

Already discussed in #192

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 a pull request may close this issue.

1 participant