From Cabbage plugin I’m sending OSC with
OSCsend kwhen, ihost, iport, idestination[, itype , xdata1, xdata2, ...]
I’d like to get user input strings for, e.g. host, port, destination.
I guess I could reinit
the OSCsend
opcode, but I’d need to get the strings in somehow.
Using texteditor
seems an option, but I need to rewrite the string for example “localhost” to “192.168.1.42” and back. It would be nice to have “localhost” always there ready to be selected and the ability to modify the IP address, add a new one, switch between them, maybe having a history of strings ready to be selected, updated, with the ability to clear items and having the list saved within plugin so it loads automatically.
Perhaps it would be useful to have something like editable listbox
, or selectively enter string lines from texteditor
?
I might be missing something with the mentioned widgets. Is it possible to do something like that?
Any suggestions how to handle such case?