Hi,
I need to integrate the note number of a pressed key in the OSC address instead as the value part.
I tried “/mymessages/@{keyboard_1.value}/” but get a long array with zeros instead:
“/mymessages/[0,0,0,0,…0]/”
Any hints?
Cheers!
Hi,
I need to integrate the note number of a pressed key in the OSC address instead as the value part.
I tried “/mymessages/@{keyboard_1.value}/” but get a long array with zeros instead:
“/mymessages/[0,0,0,0,…0]/”
Any hints?
Cheers!
Setting the split
property to /mymessages/$
should do the trick, if I understand your question correctly.
Thank you! Works fine!