I've been trying to send an OSC message from Augustus Loop to X Fade Loop to sync their delay times without having to use Live 7's messed up midi syncing.
I put this in my Augustus script:
Code: Select all
sendOSC( "osc.udp://127.0.0.1:7001", "/set", "if", {69, loopLength})But I'm only getting errors:
Interestingly, in one of my earlier attempts without the format argument I got the following error:com.ableton.live[3124] std::runtime_error in TaskMain(): unable to bind udp socket
This suggests to me that the message was received by X Fade Loop at one time. Or am I wrong?com.ableton.live[3082] error while parsing message: /set: wrong argument type
By the way, it seems the Console in Snow Leopard doesn't always post message updates immediately anymore which is a major pita when trying to debug my scripts. I haven't found anything about that on the web. Do you know any solution?
Cheers,
Axel
