OSCAddress constants

<< Click to Display Table of Contents >>

Navigation:  Reference >

OSCAddress constants

The address of an OSC message follows a specific format, a slash followed by alphanumeric characters, possibly repeated multiple times.

Examples:

/bpm

/device/open

/volume/page1/setvalue

These are all OSCAddress constants and their type is OSCAddress.

As of GP 4.6, OSC addresses no longer need to be represented as strings with quotes on either side if they are being used with the new OSCAddress type. Note that legacy OSC system functions still require the use of quotes.