Visual Productions forum

Author Topic: Feedback implementation via OSC  (Read 123 times)

2026 July 27, 10:03:27
Read 123 times

ArjanB

  • Member
  • *
  • Posts: 2
I'm trying to control the color of an Indicator on my kiosc2 via the quecore 3.
I am seeing OSC messages coming in but I am a little puzzled about how to addres the specific elements.
Right now, I have 1 indicator with label: Indicator
From the Quecore i sned the message: /kiosc/Indicator with a colour as argument. However, nothing changes.
The kiosc does receive the message, but I'm wondering if I'm addressing the elements correctly.
Other elements also don't seem to respond to osc commands.
Can anyone point out what i'm doing wrong?

2026 July 27, 14:42:17
Reply #1

Jorge Solano

  • Visual Productions
  • Member
  • **
  • Posts: 128
Hello Arjan,

First of all thank you for reaching out and using our products :)

We confirm that this is possible. Kiosc addresses an element by its **OSC Tag**, not by the visible label. In KioscEditor, select the Indicator and set a tag under its Behaviour settings, for example:

/status/indicator1

Then send to that exact URI from the CueCore3. The value must be an OSC **Colour** argument, not a String such as `#FF0000`. Also send an on-state, otherwise the Indicator may remain dimmed:

/status/indicator1    Colour: Red
/status/indicator1    Bool: On


You only need  /kiosc/  in the address when it is actually part of the configured tag. Also check that the KioscTouch2 IP and OSC input port are correctly entered under **CueCore3 → Settings → OSC → Out IP**.

Hope this helps!
Jorge Solano

Technical Customer Support

support@visualproductions.nl

2026 July 27, 15:09:07
Reply #2

ArjanB

  • Member
  • *
  • Posts: 2
He Jorge,

Thanks, this helps a lot. This works like a charm.
I didn't get the fact that you need to use the tag.
I see now that also for output elements, you need to address the tag. A bit confusing as that tag also is the output message to the cueqore.
 

2026 July 27, 15:50:26
Reply #3

Jorge Solano

  • Visual Productions
  • Member
  • **
  • Posts: 128
Glad that it worked  ;D

Enjoy!
Jorge Solano

Technical Customer Support

support@visualproductions.nl

 

SMF spam blocked by CleanTalk