Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Communication Ronin - TidalCycles

A topic by delaudio created Aug 07, 2019 Views: 557
Viewing posts 1 to 1

Hi! 

First of all, thank you for Ronin, it's a wonderful tool.

After playing a bit on its own, I'm trying to make TidalCycles communicate with it, but with no success. (It's my first time with OSC messages, unfortunately)
Looking for documentation, I'm looking at these references:

https://tidalcycles.org/index.php/Custom_OSC

http://doc.sccode.org/Guides/OSC_communication.html#Sending%2520OSC%2520to%2520another%2520application

https://github.com/hundredrabbits/Ronin/blob/master/examples/events/on-osc.lisp

I'm trying with the example provided, and I've managed to trigger the event in Ronin with SuperCollider, evaluating these two lines:

b = NetAddr.new("127.0.0.1", 49162);    // create the NetAddr
b.sendMsg("/a", "there");    // send the application the message "hello" with the parameter "there"

but nothing happens when I try to transpose the same logics in Tidal.
Has anyone ever tried to make them communicate? 
Thank you,

Federico