OSC message to update text
I've come across an issue with the "/selectedLayer/media/fullText" OSC command in Millumin 4.18 and above; the command appears to be broken, and does not do anything.
Using the same command in Millumin 4.16 and earlier, works fine.
Is this a known bug, or has the command syntax changed?
Many thanks.
Comments
Hello @ectoplasmosis,
Indeed, for better understanding, the address of the OSC message now matches the name of the property to update :
text
(the documentation has been updated).In brief, the new OSC message is
/layer/media/text
In next update (4.18.f), the old message
/layer/media/fullText
will work again.Best. Philippe
Thank you Philippe, much appreciated!