Hey all,
Just wanted to say, I love the new build of Iannix. I am so happy
to see development still moving forward.
I do have an issue I was hoping to get some help on. It appears that
Iannix does not send the event label when it sends its message over OSC.
My setup:
Osc output is going from Iannix to a Python receiver (pyOSC). This is what
it looks like when it arrives on the python side.
/trigger, fffff, [4.0, -3.025482654571533, -0.022952232509851456, 0.0, 3.0], (‘127.0.0.1’, 1234)
It does send the event id, so I could create a mapping in python from event ID to
python events. But that would be extra work to maintain. It would be nicer
to have the label to reference. I could even use the label as a function call.
So is it possible to send the label over OSC?
Thanks,
Anthony
But I would rather be able to send the label that way I could use
the label as a call to a python