OSC messages for transport initial state and changes #607
eliot-akira
started this conversation in
Ideas
Replies: 1 comment
-
|
I'm thinking that a similar protocol for syncing transport state could be useful for the Lua node. Technically, MIDI clock messages could be used for this purpose, for OSC client or Lua script to detect (and adjust) its internal tempo - but it's kind of tricky to implement. It'd be simpler if they could listen for explicit tempo init and change messages. As first steps, I'll try the following:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The idea is to enable an external OSC client/server to sync up, so it can send MIDI sequences in time with Element's transport control.
Possible commands/messages:
/element/transport/tempointbeats per minute/element/transport/timeSignatureintnumber of beats,intbeat unitFor initial state, maybe when an OSC Sender node is connected, Element can send the tempo and time signature as part of a "handshake" stage.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Beta Was this translation helpful? Give feedback.
All reactions