-
Notifications
You must be signed in to change notification settings - Fork 6
Define basic protocol #1
Comments
Merge pull request #1 from tidalcycles/master
Would be great to have |
As in ? |
@lwlsn yeah, or even in a form like
|
One thing I've noticed is that while you can use multiple streams you won't get highlight nor Ok|err responses are easy fix but highlight looks way more complex due to the The information is there but it gets discarded (stacked), so it would need a bit different handling for |
@sorki @ndr-brt This should add the pattern id/stream name to the start of highlight osc messages: tidalcycles/Tidal@d15a87e |
@sorki It looks like the stream id is sent with /code/ok and /code/err messages to me https://github.com/tidalcycles/tidal-listener/blame/master/src/Sound/Tidal/Listener.hs#L81 To fix it for highlights I added the id to pattern controlmaps before they are stacked, as the string parameter 'id'. This means that this is accessible also to be sent out over the OSC messages, which might be useful for e.g. visualisation. |
Lovely, thank you @yaxu! |
What's the basic api?
On going design ideas moved here: https://github.com/tidalcycles/tidal-listener/wiki
The text was updated successfully, but these errors were encountered: