Page 1 of 1

Posted: 25 Nov 2008, 18:17
by cybercharles
Hi

I encounter problems whith OSC modules.

When I copy and paste a module whith a specified address the past module don’t receive the data even if the OSC setup display that the data is coming in USINE.

This problem still apear when you past the OSC module in a subpatch or at the contrary.

Did you notice this problem ?

Charles

Posted: 26 Nov 2008, 08:44
by senso
I'll check it.

Posted: 03 Dec 2008, 14:34
by cybercharles
Hi Olivier

Did you check it ?

Charles

Posted: 03 Dec 2008, 14:46
by senso
Your pb comes from the fact that you can receive only osc messages one time in usine.
It means that if you have a one osc module in a patch on track 1 and the same on track 2 the incoming data's will only arrive in the patch 1 (and nothing in patch 2)

The solution is to create one single patch with all your osc modues and send data's (via buses) to all the patch.
Actually Usine osc is designed like that to avoid CPU overload.