Vuo  1.0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oC_VuoAudio_internalPrivate data for a VuoAudio instance
oC_VuoImageAn image residing in GPU memory (GL Texture Object)
oC_VuoLeapInternalInternal data for listening to a Leap controller
oC_VuoMeshA 3D mesh that contains one or more submeshes (allowing each submesh to have a different element assembly method)
oC_VuoOscMessageAn OSC message
oC_VuoShaderA graphics shader program, specifying how to render a 3D object
oC_VuoSmoothInertiaInstance data for smoothing a value using inertia
oCCIColor(VuoRunnerCocoaConversion)Methods for converting between Cocoa types and Vuo types
oCNSArray(VuoRunnerCocoaConversion)Methods for converting between Cocoa types and Vuo types
oCNSBitmapImageRep(VuoRunnerCocoaConversion)Methods for converting between Cocoa types and Vuo types
oCNSColor(VuoRunnerCocoaConversion)Methods for converting between Cocoa types and Vuo types
oCNSData(VuoRunnerCocoaConversion)Methods for converting between Cocoa types and Vuo types
oCNSImage(VuoRunnerCocoaConversion)Methods for converting between Cocoa types and Vuo types
oCNSNumber(VuoRunnerCocoaConversion)Methods for converting between Cocoa types and Vuo types
oCNSScreen(VuoAdditions)Some convenience methods for fetching information about an NSScreen
oCNSString(VuoRunnerCocoaConversion)Methods for converting between Cocoa types and Vuo types
oCNSValue(VuoRunnerCocoaConversion)Methods for converting between Cocoa types and Vuo types
oCNSWindow(liveFrame)NSWindow category by Jonathan 'Wolf' Rentzsch http://rentzsch.com
oCOnDevicesChangedListenerA singleton class that listens for changes in available video input devices
oCVuoArtNetAddressA set of values that specifiy a DMX512 universe
oCVuoArtNetInputDeviceInformation about an Art-Net input device
oCVuoArtNetOutputDeviceInformation about an Art-Net output device
oCVuoAudioFileInternalContext data for decoding an audio file
oCVuoAudioInputDeviceInformation about an audio input device
oCVuoAudioOutputDeviceInformation about an audio ouput device
oCVuoAudioSamplesA set of audio amplitudes for a single channel
oCVuoBaseThis class is intended to be inherited by a base class that can have compiler and/or renderer detail classes
oCVuoBaseDetailThis class is intended to be inherited by a detail class attached to a base class
oCVuoBoxDefines a bounding box
oCVuoCableRepresents a connection from a node's output port to a node's input port
oCVuoColorA color, with component values specifying red, green, blue, and alpha (opacity)
oCVuoCompilerThis class compiles node classes, types, and library modules
oCVuoCompilerBitcodeGeneratorGenerates code for a composition
oCVuoCompilerBitcodeParserA parser to extract code elements from an LLVM module
oCVuoCompilerCableRepresents a connection from a node's output port to a node's input port
oCVuoCompilerChainA linear sequence of nodes along which an event may be transmitted
oCVuoCompilerCodeGenUtilitiesHandy methods for generating code
oCVuoCompilerCompositionA collection of nodes and the cables connecting them
oCVuoCompilerDataThe data for a data-and-event port
oCVuoCompilerDataClassThe data type for a data-and-event port
oCVuoCompilerDriverThis class represents a driver for a protocol
oCVuoCompilerErrorA description of an error that occurred while compiling a composition
oCVuoCompilerEventPortA passive (non-trigger) port, optionally with data
oCVuoCompilerEventPortClassA passive (non-trigger) port type, optionally with data
oCVuoCompilerExceptionAn exception containing a list of errors that occurred while compiling a composition
oCVuoCompilerGenericTypeThe compiler detail class for VuoGenericType
oCVuoCompilerGraphData structure used for performing graph analysis on a composition in order to compile it or check its validity
oCVuoCompilerGraphvizParserParses nodes and cables from a .vuo composition file
oCVuoCompilerInputDataThe data for a data-and-event input port
oCVuoCompilerInputDataClassThe data type for a data-and-event input port
oCVuoCompilerInputEventPortAn input port, optionally with data
oCVuoCompilerInputEventPortClassAn input port type, optionally with data
oCVuoCompilerInstanceDataThe instance data for a node
oCVuoCompilerInstanceDataClassA type of node instance data
oCVuoCompilerMakeListNodeClassA "Make List" node class
oCVuoCompilerModuleA node class or type defined in an LLVM module
oCVuoCompilerNodeThe compiler detail class for VuoNode
oCVuoCompilerNodeArgumentAn argument to a node's event and/or init function
oCVuoCompilerNodeArgumentClassA parameter to a node's event and/or init function
oCVuoCompilerNodeClassThe compiler detail class for VuoNodeClass
oCVuoCompilerOutputDataThe data for a data-and-event output port
oCVuoCompilerOutputDataClassThe data type for a data-and-event output port
oCVuoCompilerOutputEventPortA passive (non-trigger) output port, optionally with data
oCVuoCompilerOutputEventPortClassA passive (non-trigger) output port type, optionally with data
oCVuoCompilerPortA port
oCVuoCompilerPortClassA port type
oCVuoCompilerPublishedInputNodeClassA node class used by the compiler to provide trigger ports corresponding to published input ports
oCVuoCompilerPublishedInputPortA published input port
oCVuoCompilerPublishedOutputPortA published output port
oCVuoCompilerPublishedPortThe compiler detail class for VuoPublishedPort
oCVuoCompilerSpecializedNodeClassA specialization of a generic node class
oCVuoCompilerTargetSetStores a set of targets (operating system versions) and can be used to check compatibility
oCVuoCompilerTriggerPortA trigger output port
oCVuoCompilerTriggerPortClassA trigger output port type
oCVuoCompilerTypeThe compiler detail class for VuoType
oCVuoCompositionA collection of nodes and the cables connecting them
oCVuoDialogForInputEditorA dialog that closes when the Enter key is pressed
oCVuoDictionary_VuoText_VuoRealA mapping from keys to values
oCVuoDisplayRefreshInternalContext data for VuoDisplayRefresh_displayLinkCallback
oCVuoDoubleSpinBoxA spin box where the buttons can have a different minimum and maximum than the line edit
oCVuoFileUtilitiesFunctions for dealing with files
oCVuoFontA font description: family, style, point size, underline
oCVuoGenericTypeA generic port type
oCVuoGlContextPoolA process-wide set of mutually-shared OpenGL contexts
oCVuoImageFilterCompiles, runs, and controls a Vuo composition that adheres to the Image Filter protocol
oCVuoImageGeneratorCompiles, runs, and controls a Vuo composition that adheres to the Image Generator protocol
oCVuoImageRendererInternalInternal state data for a VuoImageRenderer instance
oCVuoInputEditorThis class implements the input editor widget displayed by the Vuo Editor when editing an input port value of a certain type
oCVuoInputEditorBlendModeAn input editor that displays a menu of VuoBlendMode values
oCVuoInputEditorBlendModeFactoryA VuoInputEditorBlendMode factory
oCVuoInputEditorColorAn input editor that displays a color-picker dialog
oCVuoInputEditorColorFactoryA VuoInputEditorColor factory
oCVuoInputEditorCurveAn input editor that displays a menu of VuoCurve values
oCVuoInputEditorCurveEasingAn input editor that displays a menu of VuoCurveEasing values
oCVuoInputEditorCurveEasingFactoryA VuoInputEditorCurveEasing factory
oCVuoInputEditorCurveFactoryA VuoInputEditorCurve factory
oCVuoInputEditorDispersionAn input editor that displays a menu of VuoWrapMode values
oCVuoInputEditorDispersionFactoryA VuoInputEditorDispersion factory
oCVuoInputEditorDisplacementAn input editor that displays a menu of VuoWrapMode values
oCVuoInputEditorDisplacementFactoryA VuoInputEditorDisplacement factory
oCVuoInputEditorFactoryPlugin interface for input editors
oCVuoInputEditorFontAn input editor that displays a Font-picker dialog
oCVuoInputEditorFontAccessoryDelegateReceives events changing the font's alignment and spacing
oCVuoInputEditorFontFactoryA VuoInputEditorFont factory
oCVuoInputEditorFontPanelDelegateIntercepts events from NSFontPanel and passes them to the parent QDialog
oCVuoInputEditorFontTextEditProvides a text edit widget to be used as a proxy for receiving NSFontPanel's changes
oCVuoInputEditorIconProvides functions for rendering icons
oCVuoInputEditorIntegerAn input editor that displays widgets for editing a VuoInteger value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit)
oCVuoInputEditorIntegerFactoryA VuoInputEditorInteger factory
oCVuoInputEditorKeyAn input editor that displays a dialog for picking a keyboard key
oCVuoInputEditorKeyFactoryA VuoInputEditorKey factory
oCVuoInputEditorLoopTypeAn input editor that displays a menu of VuoLoopType values
oCVuoInputEditorLoopTypeFactoryA VuoInputEditorLoopType factory
oCVuoInputEditorMathExpressionFactoryA VuoInputEditorMathExpression factory
oCVuoInputEditorMathExpressionListAn input editor for a list of math expressions
oCVuoInputEditorMenuItemInterface of VuoInputEditorMenuItem
oCVuoInputEditorPoint2dAn input editor that displays widgets for editing a VuoPoint2d value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit)
oCVuoInputEditorPoint2dFactoryA VuoInputEditorPoint2d factory
oCVuoInputEditorPoint3dAn input editor that displays widgets for editing a VuoPoint3d value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit)
oCVuoInputEditorPoint3dFactoryA VuoInputEditorPoint3d factory
oCVuoInputEditorPoint4dAn input editor that displays widgets for editing a VuoPoint4d value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit)
oCVuoInputEditorPoint4dFactoryA VuoInputEditorPoint4d factory
oCVuoInputEditorRealAn input editor that displays widgets for editing a VuoReal value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit)
oCVuoInputEditorRealFactoryA VuoInputEditorReal factory
oCVuoInputEditorRealRegulationAn input editor for real regulations
oCVuoInputEditorRealRegulationFactoryA VuoInputEditorRealRegulation factory
oCVuoInputEditorSizingModeAn input editor that displays a menu of VuoWrapMode values
oCVuoInputEditorSizingModeFactoryA VuoInputEditorSizingMode factory
oCVuoInputEditorTextAn input editor that displays a line edit and, if the text is outside the bounds of its suggested minimum and maximum length, a warning message
oCVuoInputEditorTextFactoryA VuoInputEditorText factory
oCVuoInputEditorWaveAn input editor that displays a menu of VuoWave values
oCVuoInputEditorWaveFactoryA VuoInputEditorWave factory
oCVuoInputEditorWithDialogA base class for input editors that display a frameless dialog
oCVuoInputEditorWithEnumMenuA base class for input editors that display a menu of enum values
oCVuoInputEditorWithLineEditA base class for input editors that display a line edit (text field)
oCVuoInputEditorWithLineEditListA base class for input editors that display a series of line edits (text fields)
oCVuoInputEditorWithMenuA base class for input editors that display a menu
oCVuoInputEditorWrapModeAn input editor that displays a menu of VuoWrapMode values
oCVuoInputEditorWrapModeFactoryA VuoInputEditorWrapMode factory
oCVuoIoSurfacePoolEntryTypeAn entry in the IOSurface pool
oCVuoKeyboardContextHandle for starting and stopping event listeners
oCVuoKeyComboBoxA combo box that displays a list of VuoKeys and reacts to keypresses by selecting the corresponding VuoKey
oCVuoKeyedPoolA pool of shared objects — one object per key
oCVuoLayerA 2D Object: visible (image), or virtual (group)
oCVuoLeapFrameA frame of Leap Motion data
oCVuoLeapHandThe Hand class reports the physical characteristics of a detected hand
oCVuoLeapListenerListens for Leap events, and passes them along to the specified trigger port
oCVuoLeapPointableCoordinates of a single Leap "pointable" (a finger or tool)
oCVuoList_VuoArtNetInputDevice_structA list of VuoArtNetInputDevice elements
oCVuoList_VuoArtNetOutputDevice_structA list of VuoArtNetOutputDevice elements
oCVuoList_VuoAudioInputDevice_structA list of VuoAudioInputDevice elements
oCVuoList_VuoAudioOutputDevice_structA list of VuoAudioOutputDevice elements
oCVuoList_VuoAudioSamples_structA list of VuoAudioSamples elements
oCVuoList_VuoBlendMode_structA list of VuoBlendMode elements
oCVuoList_VuoBoolean_structA list of VuoBoolean elements
oCVuoList_VuoColor_structA list of VuoColor elements
oCVuoList_VuoCursor_structA list of VuoCursor elements
oCVuoList_VuoCurve_structA list of VuoCurve elements
oCVuoList_VuoCurveEasing_structA list of VuoCurveEasing elements
oCVuoList_VuoDispersion_structA list of VuoDispersion elements
oCVuoList_VuoDisplacement_structA list of VuoDisplacement elements
oCVuoList_VuoDmxColorMap_structA list of VuoDmxColorMap elements
oCVuoList_VuoFileType_structA list of VuoFileType elements
oCVuoList_VuoFont_structA list of VuoFont elements
oCVuoList_VuoGradientNoise_structA list of VuoGradientNoise elements
oCVuoList_VuoHorizontalAlignment_structA list of VuoHorizontalAlignment elements
oCVuoList_VuoHorizontalReflection_structA list of VuoHorizontalReflection elements
oCVuoList_VuoHorizontalSide_structA list of VuoHorizontalSide elements
oCVuoList_VuoIconPosition_structA list of VuoIconPosition elements
oCVuoList_VuoImage_structA list of VuoImage elements
oCVuoList_VuoImageColorDepth_structA list of VuoImageColorDepth elements
oCVuoList_VuoImageFormat_structA list of VuoImageFormat elements
oCVuoList_VuoImageWrapMode_structA list of VuoImageWrapMode elements
oCVuoList_VuoInteger_structA list of VuoInteger elements
oCVuoList_VuoKey_structA list of VuoKey elements
oCVuoList_VuoLayer_structA list of VuoLayer elements
oCVuoList_VuoLeapFrame_structA list of VuoLeapFrame elements
oCVuoList_VuoLeapHand_structA list of VuoLeapHand elements
oCVuoList_VuoLeapPointable_structA list of VuoLeapPointable elements
oCVuoList_VuoLeapPointableType_structA list of VuoLeapPointableType elements
oCVuoList_VuoLeapTouchZone_structA list of VuoLeapTouchZone elements
oCVuoList_VuoListPosition_structA list of VuoListPosition elements
oCVuoList_VuoLoopType_structA list of VuoLoopType elements
oCVuoList_VuoMesh_structA list of VuoMesh elements
oCVuoList_VuoMidiController_structA list of VuoMidiController elements
oCVuoList_VuoMidiInputDevice_structA list of VuoMidiInputDevice elements
oCVuoList_VuoMidiNote_structA list of VuoMidiNote elements
oCVuoList_VuoMidiOutputDevice_structA list of VuoMidiOutputDevice elements
oCVuoList_VuoMidiPitchBend_structA list of VuoMidiPitchBend elements
oCVuoList_VuoModifierKey_structA list of VuoModifierKey elements
oCVuoList_VuoMouseButton_structA list of VuoMouseButton elements
oCVuoList_VuoNoise_structA list of VuoNoise elements
oCVuoList_VuoNotePriority_structA list of VuoNotePriority elements
oCVuoList_VuoOscMessage_structA list of VuoOscMessage elements
oCVuoList_VuoPoint2d_structA list of VuoPoint2d elements
oCVuoList_VuoPoint3d_structA list of VuoPoint3d elements
oCVuoList_VuoPoint4d_structA list of VuoPoint4d elements
oCVuoList_VuoReal_structA list of VuoReal elements
oCVuoList_VuoRealRegulation_structA list of VuoRealRegulation elements
oCVuoList_VuoRenderedLayers_structA list of VuoRenderedLayers elements
oCVuoList_VuoRssItem_structA list of VuoRssItem elements
oCVuoList_VuoSceneObject_structA list of VuoSceneObject elements
oCVuoList_VuoScreen_structA list of VuoScreen elements
oCVuoList_VuoShader_structA list of VuoShader elements
oCVuoList_VuoSizingMode_structA list of VuoSizingMode elements
oCVuoList_VuoSyphonServerDescription_structA list of VuoSyphonServerDescription elements
oCVuoList_VuoText_structA list of VuoText elements
oCVuoList_VuoThresholdType_structA list of VuoThresholdType elements
oCVuoList_VuoTransform2d_structA list of VuoTransform2d elements
oCVuoList_VuoTransform_structA list of VuoTransform elements
oCVuoList_VuoUrl_structA list of VuoUrl elements
oCVuoList_VuoVertexAttribute_structA list of VuoVertexAttribute elements
oCVuoList_VuoVerticalAlignment_structA list of VuoVerticalAlignment elements
oCVuoList_VuoVerticalReflection_structA list of VuoVerticalReflection elements
oCVuoList_VuoVideoFrame_structA list of VuoVideoFrame elements
oCVuoList_VuoVideoInputDevice_structA list of VuoVideoInputDevice elements
oCVuoList_VuoWave_structA list of VuoWave elements
oCVuoList_VuoWindowProperty_structA list of VuoWindowProperty elements
oCVuoList_VuoWindowReference_structA list of VuoWindowReference elements
oCVuoList_VuoWrapMode_structA list of VuoWrapMode elements
oCVuoMathExpressionA mathematical expression
oCVuoMathExpressionErrorInternalC++ implementation of opaque C type VuoMathExpressionError
oCVuoMathExpressionListAn ordered list of mathematical expressions
oCVuoMathExpressionParserInternalC++ implementation of opaque C type VuoMathExpressionParser
oCVuoMidiControllerA music note event sent via MIDI
oCVuoMidiIn_internalPrivate data for a VuoMidiIn instance
oCVuoMidiInputDeviceA set of specifications for choosing a MIDI input device
oCVuoMidiNoteA music note event sent via MIDI
oCVuoMidiOutputDeviceA set of specifications for choosing a MIDI output device
oCVuoMidiPitchBendA pitch bend event sent via MIDI
oCVuoModuleA modular component (i.e., node class or type) that is an add-on to the core Vuo framework
oCVuoMouseContextHandle for starting and stopping event listeners
oCVuoMovieDecoderInstance class used to control the playback of video
oCVuoNodeThis class represents an instance of a VuoNodeClass
oCVuoNodeClassThis base class represents the metadata and implementation of one node class — i.e., for each node implementation file, there is one instance of VuoNodeClass
oCVuoNodeSetThis class represents a node set, which is a set of node classes and supporting files grouped together in an archive
oCVuoOscIn_internalPrivate data for a VuoOscIn instance
oCVuoOscInPacketListenerThis class maintains a list of trigger functions to be called when an OSC message is received
oCVuoOscInSocketOpens a reusable UDP socket, attaches the specified listener to it (on a separate thread), and starts it receiving messages
oCVuoPoint2dA floating-point 2-dimensional Cartesian spatial location
oCVuoPoint3dA floating-point 3-dimensional Cartesian spatial location
oCVuoPoint4dA floating-point 4-dimensional point
oCVuoPortA port instance on a VuoNode instance
oCVuoPortClassA port type on a VuoNodeClass
oCVuoProtocolThis class represents a protocol
oCVuoPublishedPortThis class represents a published port in a composition
oCVuoQtListenerManages receiving video frames via a QTCaptureSession
oCVuoRealRegulationParameters describing how to regulate a real number
oCVuoRectangleA rectangular area
oCVuoRenderedLayersA layer (or hierarchical structure of layers) and its dimensions in pixels
oCVuoRendererCableRenders a cable in a VuoRendererComposition
oCVuoRendererColorsProvides colors for rendered items in a composition
oCVuoRendererCompositionProvides a canvas upon which nodes and cables can be rendered
oCVuoRendererFontsProvides fonts for rendered items in a composition
oCVuoRendererHiddenInputAttachmentRepresents an input attachment with no visible rendering
oCVuoRendererInputAttachmentRepresents a node that is rendered as an attachment to another node's input port
oCVuoRendererInputDrawerRepresents the compact drawer form of a "Make List" node
oCVuoRendererInputListDrawerRepresents the resizable, compact form of a "Make List" node
oCVuoRendererItemSubclass of QGraphicsItem, which can show bounding rects for debugging
oCVuoRendererKeyListForReadOnlyDictionaryRepresents the compact form of a "Make List" node that outputs a list of keys as input to a read-only input "Make Dictionary" node
oCVuoRendererNodeRenders a node in a VuoRendererComposition
oCVuoRendererPortRenders a node's port in a QGraphicsScene
oCVuoRendererPortListA QGraphicsItemGroup containing only instances of VuoRendererPort
oCVuoRendererPublishedPortA published input or output port
oCVuoRendererReadOnlyDictionaryRepresents the compact form of a read-only input "Make Dictionary" node
oCVuoRendererSignalerSends signals on behalf of VuoRenderer objects that don't inherit from QObject
oCVuoRendererTypecastPortRenders a typecast port
oCVuoRendererValueListForReadOnlyDictionaryRepresents the compact form of a "Make List" node that outputs a list of values as input to a read-only input "Make Dictionary" node
oCVuoRssItemAn item from an RSS feed
oCVuoRunnerThis class runs and controls a composition that has been compiled and linked by VuoCompiler
oCVuoRunnerCocoaCompiles, runs, and controls a Vuo composition
oCVuoRunnerCocoa(Conversion)Methods for converting between Cocoa types and Vuo types
oCVuoRunnerDelegateAn abstract class to be implemented by a client that will receive telemetry messages from the composition
oCVuoRunnerDelegateAdapterA class provided for convenience when inheriting from VuoRunnerDelegate
oCVuoSceneObjectA 3D Object: visible (mesh), or virtual (group, light, camera)
oCVuoSceneObjectRenderer_AttributesOpenGL attribute locations
oCVuoSceneObjectRendererInternalInternal state data for a VuoSceneObjectRenderer instance
oCVuoSceneRendererInternalInternal state data for a VuoSceneRenderer instance
oCVuoSceneRendererInternal_meshItemGL Objects corresponding with a VuoSubmesh instance
oCVuoSceneRendererInternal_objectGL Objects corresponding with a VuoSceneObject instance
oCVuoScreenInformation about a display screen
oCVuoShaderUniformHolds values to eventually be assigned to a GL Program Object's uniforms
oCVuoShaderUniform.value
oCVuoSpinBoxA spin box where the buttons can have a different minimum and maximum than the line edit
oCVuoStringUtilitiesFunctions for dealing with strings
oCVuoSubmeshOne set of vertices, with associated normals and other per-vertex data, within a mesh
oCVuoSubmesh.glUploadReferences to mesh data uploaded to the GPU
oCVuoSubshaderReferences to shader source code and shader code uploaded to the GPU
oCVuoSyphonListenerThis class handles connecting to and receiving frames from a Syphon server
oCVuoSyphonSenderThis class handles creating a Syphon server and publishing frames from it
oCVuoSyphonServerDescriptionA struct containing the dictionary values of a Syphon Server Description
oCVuoSyphonServerNotifierInternalInternal implementation of VuoSyphonServerNotifier
oCVuoTimeUtilitiesFunctions for measuring times at microsecond precision
oCVuoTransformA 3D transformation (scale, rotation, translation)
oCVuoTransform.rotationSource
oCVuoTransform.rotationSource.__unnamed__
oCVuoTransform2dA 2D transformation (scale, rotation, translation)
oCVuoTriggerSetManages a set of callbacks for nodes' trigger ports
oCVuoTypeThis base class represents the metadata of one type
oCVuoUrl_curlBufferA memory buffer, filled by VuoUrl_curlCallback()
oCVuoVideoFrameAn image and timestamp for a single frame of video
oCVuoVideoInputDeviceInformation about an audio input device
oCVuoWindowApplicationAn application that runs its own event loop
oCVuoWindowApplicationDelegateDelegate for VuoWindowApplication
oCVuoWindowOpenGLInternalA graphics window for use by Vuo node classes
oCVuoWindowOpenGLViewHelper for VuoWindowOpenGLInternal
oCVuoWindowPropertyA window setting, such as its title, or whether it is full-screen
oCVuoWindowReference_structA unique ID for a window being displayed by the composition
\CVuoWindowTextInternalA console window for use by Vuo node classes