send message without patchcord and without using fromsymbol
Apr 20 2022 | 10:45 am
Hi,
i d like to send a message from within a js code using
this.patcher.getnamed("myobject").message(mymessage);
my final object is an osc formated like object expecting input message as: /myparam value1
js sends its message with quote marks: "/myparam value1" which is ofc not recognized by my destination
Normally in with max objects, you would just put a fromsymbol at the outlet to correct the message, but as i would like to not use a patchcord/outlet, what would be the way, if there is one, to send the message directly as it is to that object, so without the quote marks?
thx!