vvopensource
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Instance Methods
<OSCDelegateProtocol> Protocol Reference

Most common means of passing OSC data to your application. Delegates of OSCManager and OSCInPort should support this protocol. More...

#import <VVOSC.h>

Instance Methods

(void) - receivedOSCMessage:
 This method is called whenever your in port/manager receives an OSCMessage.
 

Detailed Description

Most common means of passing OSC data to your application. Delegates of OSCManager and OSCInPort should support this protocol.

When instances of OSCInPort and OSCManager receive OSC data, they pass it to their delegate by calling this method. If you want to receive OSC data, your OSCManager's delegate must respond to this method!


The documentation for this protocol was generated from the following file: