You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Midi uses 248 as number for clock signal. Unfortunately, sending this message with current strudel midi functionality does not work: note("248*24").midi()
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.
The text was updated successfully, but these errors were encountered: