Osc in chop qlab no message

I’m trying to send osc-messages with qlab using a oscin-Chop and an oscin-Dat. I don’t receive any message in the Chop, but i do receive messages from Qlab in the Dat. Is there any setting i have to adjust in the Chop to make it working?

I changed port and address, but nothing changes. I have the connection with TouchOSC fully working.

Hi @EdwinvanSteenbergen,

what messages can be received with the OSC In CHOP depends on the message type itself. Can you post the output of the OSC In DAT where you are already receiving data from QLab?

cheers
Markus

Hi Markus,

Thanks for your help. The output in the OSC-in DAT:

‘/1/go’ or ‘/cue/1/go’

Hi @EdwinvanSteenbergen,

CHOPs can only display numeric data so when that is missing or strings are send as OSC messages, the OSC In CHOP will ignore this.
Here in the screenshot you can see what I mean: I’m sending 2 OSC messages, one has the address /1/go and the value “text” while the other one has the address /2/go and the value “0.1”.
Only the message with the numeric value is “received” by the OSC In CHOP while both messages are shown in the OSC In DAT.

Hope this helps
cheers
Markus

big help.thanks