tidalcycles / tidal-listener

Experimental tidal OSC listener
GNU General Public License v3.0
16 stars 6 forks source link

Tag up events in mininotation stream #9

Open yaxu opened 3 years ago

yaxu commented 3 years ago

When code is received, parse all the events in mininotation strings and tag them with unique identifiers, probably prefixed with an identifier that is sent with the code. Send back these locations as e.g. tuples of (id, x, y, length) to the sender. Then as events are triggered, send timestamped messages with the id and duration of the event.