The ITransformOut type exposes the following members.

Methods

  NameDescription
Public methodGetMatrixPointer(Single**%)
Public methodGetMatrixPointer(Single*%)
Used to retrieve a Pointer to the Values of the pin, which can be used to write large number of values more efficiently. Note though, that when writing Values to the Pointer the pins dimensions and overall SliceCount have to be taken care of manually.
Public methodSetMatrix
Used to write a Matrix to the pin at the specified slice.

Properties

  NameDescription
Public propertyIsConnected
Specifies whether the pin is connected in the patch or not.
(Inherited from IPluginIO.)
Public propertyName
The pins name.
(Inherited from IPluginIO.)
Public propertyOrder
The order property helps the node to arrange its pins visually. The higher the order, the more right the pin appears on the node.
(Inherited from IPluginIO.)
Public propertyPluginHost
Gets the plugin host which created this plugin io.
(Inherited from IPluginIO.)
Public propertySliceCount
The pins SliceCount specifies the number of Values (2D Vector, String...) it carries. This is like the length of an array or list.
(Inherited from IPluginOut.)
Public propertySpreadAsString
Returns a String of the pins concatenated Values. Typcally used internally only to save a pins state to disk.
(Inherited from IPluginOut.)

See Also