-
Notifications
You must be signed in to change notification settings - Fork 0
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 sending messages to Erlang/LFE servers #26
Comments
Maybe this for basic TCP client? |
Parsing the result: And maybe this: |
Hrm, until full OTP node support has landed (see #27) I don't think we're going to be able to get responses after sending an RPC message ... just going to have to fire into the void. |
The MIDI callback func has been updated to take the RPC client as a parameter. Once the external clock state machine is done, this client will be used to update the state machine when the MIDI clock message fires off the callback. |
This is in support of the MIDI clock tracking that undermidi needs to do in support of VCV Rack interop.
Tasks:
Blocks:
Related:
The text was updated successfully, but these errors were encountered: