Opaque types
<< Click to Display Table of Contents >> Navigation: Reference > Opaque types |
Opaque types are types whose behavior is controlled completely by system functions and you have no direct access to them. Variables that refer to "physical" widgets and plugin blocks instances of opaque types. Some opaque data types do not have any "physical" existence. These include function generators, the NoteTracker and the ChordRecognizer types. Over time, as new functionality is added to Gig Performer, more opaque data types are likely to be added.
Note that not all types are available in all scripts
Available opaque types
oADSR
oAfterTouchMessage
oAudioMixerBlock
oAutoSustainer
oBlock
oContinuous
oControlChangeMessage
oDiscrete
oExternalApplication
oExternalWidget
oGenerator
oMidiInBlock
oMidiMessage
oMidiOutBlock
oMidiSequence
oMultiChannelNoteTracker
oNoteMapper
oNoteMessage
oNoteTracker
oOSCMessage
oParameter
oPitchBendMessage
oPluginBlock
oPolyTouchMessage
oProgramChangeMessage
oRamp
oSubrange
oSysexMessage
oWidget
The use of these types can be seen by examining the available System Functions