tmhglnd / mercury-playground

The Mercury live coding environment running in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emitting OSC messages is not sync with transport

tmhglnd opened this issue · comments

commented

When using an osc emitter via socket.io the messages are not in time with the transport. Using Tone.Transport.scheduleOnce() doesn't seem to help. Needs more investigating

commented

Fixed in dc91e1a