Matthew Kaney
Matthew Kaney
Sooo, as it happens, I've actually built a mostly-complete, if still speculative, version of that [in this branch](https://github.com/mindofmatthew/Tidal/tree/listener). There's still some bugs with it, and maybe it makes sense broken...
I haven't added the functions yet, but this would allow you to attach individual controls to a stream, like so: ```haskell -- Add a new listener action (the returned Int...
The good news and bad news is that all major development now is directed towards a 2.0 release, which means there's an opportunity for serious rewriting, but also it's going...
> Does the same apply for OSC senders? Yes, inasmuch as the `Stream` class needs some sort of low-level abstract "target", which would essentially be a function that takes the...
My approach is ultimately that the Tidal stream wouldn't care what listener you have: ```haskell tidal
For context, I'd also like OSC targets to behave similarly in Tidal 2, more like this: ```haskell tidal
This has been fixed with a [recent PR](https://github.com/tidalcycles/tidal-bootstrap/pull/23) and should be resolved now
My specific use-case is a configuration object where certain fields are file paths on the users' system. In this case, autocompletion of file paths (plus theoretical linting of missing files,...
#1081 addresses the Sound.Tidal.Boot changes and is ready for review. I've mostly got the handshake OSC changes ported too, but I want to add a couple tests and bug fixes...
@yaxu #1027 is taken care of in #1051, which isn't merged yet. I remember it was basically done, but don't remember why I didn't wrap it up (maybe test failures...