tidal-listener
tidal-listener copied to clipboard
Experimental tidal OSC listener
I'm getting this error when running tidal-listener on mac --> **_tidal-listener: WITH_GHC: getEnv: does not exist (no environment variable)_** I get the same error when executing tidal-listener from a shell,...
In the atom-tidalcycles plugin, the documentation for the autocomplete feature is retrieved from GHC, but, as stated here: https://github.com/tidalcycles/atom-tidalcycles/issues/171 with tidal-listener GHC is not needed, so maybe could be that...
On the wiki it's reported that: `< /code/highlight ` but the reality is: `< /code/highlight ` In addition, row numbers start from 1 not from 0 as column numbers
For a simple pattern, e.g. `s "bd"`, I receive something like 36/37 messages per cycle, it's expected?
In the `highlight` messages now I receive the id correctly, but if I send an id like: `d1` i receive in the message an id like that: `"d1"` so I...
For passing around config info/state e.g mIn/mOut mvars
I don't have that much time currently to move this forward rapidly so dumping my progress to get some feedback / let others know what I'm up to. I use...
What's the basic api? On going design ideas moved here: https://github.com/tidalcycles/tidal-listener/wiki
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...