The ViWo type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAddParameter
Add a new parameter to the parameters array.
Public methodStatic memberAddPreviewParameter
Add a preview parameter to the preview parameters array.
Public methodStatic memberChangeParameterByMIDI
Change a parameter by MIDI data.
Public methodStatic memberClearParameters
Clear all parameters.
Public methodStatic memberConnect
Establish a connection to ViWo.
Public methodStatic memberDisconnect
Disconnect from ViWo.
Public methodStatic memberGetParameterCommand
Get the OSC command of a parameter given by its name.
Public methodStatic memberGetParameterIndex
Get the index of a parameter given by name.
Public methodStatic memberGetParametersCount
Get the count of parameters.
Public methodStatic memberGetPreviewParameterCommand
Get the OSC command of a preview parameter given by its name.
Public methodStatic memberGetPreviewParameterIndex
Get the index of a preview parameter given by name.
Public methodStatic memberGetPreviewParametersCount
Get the count of preview parameters.
Public methodStatic memberInit
Init this module at the application's start.
Public methodStatic memberLoadPreviewParameters
Initiate loading of preview parameters from ViWo.
Public methodStatic memberSend
Send an OSC command to ViWo.
Public methodStatic memberSendAllParameters
Send all parameters to ViWo.
Public methodStatic memberSendAllParametersToMIDI
Send all real and preview parameters to MIDI.
Public methodStatic memberSendParameter
Send a parameter to ViWo
Public methodStatic memberSendParameterToMIDI
Send a parameter to MIDI
Public methodStatic memberWorldLoad
Load a world in ViWo.
Public methodStatic memberWorldUnload
Unload a world in ViWo.

See Also