moxuse / tidal-unity

GNU General Public License v3.0
42 stars 2 forks source link

How to use with tidal 1.0.7? #6

Open diegodorado opened 5 years ago

diegodorado commented 5 years ago

I have tidal 1.0.7 installed and working. after loading the module UnityOsc.hs, d1 doesnt exists anymore. Neither does v1. Although thing "apple" does returns a pattern.

Anything I am missing here? PS: I have succesfully used tidal-unity before with tidal 0.9

kbdnr commented 4 years ago

Hi Diego,

I know you opened this a while ago, but i just went through the setup of this and was able to get it working after some time.

Since 1.0.6+ the stream assignment has been reworked it seems. I was able to attach the latest updates using the "multi target" example on this documentation page: https://tidalcycles.org/index.php/Custom_OSC_-_pre_1.5.0

The latest and greatest 1.5.0+ changes will likely cause another impact due to the changes in defining targets/oscmaps differently

diegodorado commented 4 years ago

Some for the delay. I am using keijiro OscJack and OscKlak lately when it comes to handle osc in unity. Thanks anyway!

yecto commented 4 years ago

Hi @kbdnr and @diegodorado :)

I've been trying to run tidal-unity - I have tidal-1.0.13. the module loads well - but right after- when I evaluate 'v1 <- unityStream ' - there's an error: 'Variable not in scope: unityStream :: IO a0 -...

Can you folks -please explain me a little bit more in detail - if possible.

I really appreciate it!