C# Class OSCCommunicator, Elemental

Inheritance: MonoBehaviour
Show file Open project: CodeStrumpet/Elemental Class Usage Examples

Public Properties

Property Type Description
listenerPort int
midiEventReceiver MidiEventReceiver
remoteIp string
senderPort int
verbose bool

Public Methods

Method Description
Awake ( ) : void
OSCCallback ( OscMessage, m ) : void
SendNoteOff ( int noteNum ) : void
SendNoteOn ( int noteNum ) : void
Start ( ) : void
Update ( ) : void
onDisable ( ) : void
registerOSCReceiver ( OSCMessageReceiver omr, string command ) : void
unregisterOSCReceiver ( OSCMessageReceiver omr ) : void

Private Methods

Method Description
commandForOSCMessage ( OscMessage, message ) : string
messageInterestedParties ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OSCCallback() public method

public OSCCallback ( OscMessage, m ) : void
m OscMessage,
return void

SendNoteOff() public method

public SendNoteOff ( int noteNum ) : void
noteNum int
return void

SendNoteOn() public method

public SendNoteOn ( int noteNum ) : void
noteNum int
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

onDisable() public method

public onDisable ( ) : void
return void

registerOSCReceiver() public method

public registerOSCReceiver ( OSCMessageReceiver omr, string command ) : void
omr OSCMessageReceiver
command string
return void

unregisterOSCReceiver() public method

public unregisterOSCReceiver ( OSCMessageReceiver omr ) : void
omr OSCMessageReceiver
return void

Property Details

listenerPort public property

public int listenerPort
return int

midiEventReceiver public property

public MidiEventReceiver midiEventReceiver
return MidiEventReceiver

remoteIp public property

public string remoteIp
return string

senderPort public property

public int senderPort
return int

verbose public property

public bool verbose
return bool