> A bit off-topic. Does browser MIDI implementation allow syncing across tabs with MIDI clock? It would be interesting to develop an open way to sync all these fun organic generators.
The Web MIDI API can receive/transmit any type of MIDI events, including clock messages, then it would be up to the receiver to be in sync to it. Although as far as I know, JavaScript timing is not very accurate, so I think it'll be hard to actually make things be in enough sync.
The Web MIDI API can receive/transmit any type of MIDI events, including clock messages, then it would be up to the receiver to be in sync to it. Although as far as I know, JavaScript timing is not very accurate, so I think it'll be hard to actually make things be in enough sync.