[OSC_dev] newby osc address question
Gaspard Bucher
gaspard at teti.ch
Thu Oct 16 07:15:28 PDT 2008
Hello !
I am going to use osc for the communication protocol between the UI
and processor for rubyk (an open source patcher written in C++).
Design ideas: http://rubyk.org/65
My question:
I would like to address the different objects inside rubyk instances
(processors) through urls like:
"/[instance name]/[object name]"
For example a metronome object named 'met' running inside rubyk
instance "venus" with IP 1.2.3.4 would be addressed as
"/venus/met"
This means the actual IP address of "venus" must be automatically
discovered or set by the user (if it's not on the same LAN).
Is this a misunderstanding of osc addresses ?
Should it be more "/1.2.3.4/venus/met" ?
Thanks for your help !
Gaspard
More information about the OSC_dev
mailing list