-
Notifications
You must be signed in to change notification settings - Fork 1
OSC transmitted messages
Dewiweb edited this page Mar 1, 2024
·
6 revisions
OSC messages are formatted as follows:
prefix + "/" + index + attribute : value
If index
is disabled, messages are formatted as follows:
prefix + attribute : value
attribute
depends of mode set by the user or can be manually defined.
value
can be rounded with the precision
parameter and multiplied with the factor
parameter.
Each visible (enabled) data field is send to the destination OSC address set by the user.
Defined by user in "preferences"/"network settings"