Replies: 4 comments 11 replies
-
for those who wonder: -ctrlr (v5.3.201) works perfectly well for arguments[0].f as mostly used in TouchOSC. receiving osc is: sending is : there were complainings in the forum in the past about other arguments "s" ... however argument f (float) works pretty well. Brickwall. |
Beta Was this translation helpful? Give feedback.
-
I sent out a pseudo timer, which sends out osc messages every minute. And that works so far. [Connection stable] |
Beta Was this translation helpful? Give feedback.
-
Hi @suce-ex , that's pretty simple, here is a procedure to start a timer loop. Trigger the timer wherever you want :
Create a TimerCallback() LUA method :
PS: don't worry too much about the amount of message sent if your external device is modern, think about how a midi time clock is sent and manage during a minute... |
Beta Was this translation helpful? Give feedback.
-
Nope you can't trigger the timer without an event. (Mod value change, click, double click, ...)
OR, if you just need to run this script from start to end of your session, you can put the timer trigger into the global method "when the panel has finished loading". This way the timer will start as soon as you open the panel and is ready to go.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I figured out OSC works pretty well on Standalone (CTRLR v5.3.201) in both directions :
However as panel in VST (in Cubase) (and not as "exported Instance") it reacts like this :
-Sending out correctly (from panel)
-Receive: IT DOESNT RECEIVE anymore (after a while... couple of minutes)
It receives AGAIN, if an OSC msg is SENT (from panel). But ... later on (minutes later) ... looses connection...
(please remember, it does work perfectly in Standalone (CTRLR v5.3.201))
Anyone?
s-h
Beta Was this translation helpful? Give feedback.
All reactions