Share via


MidiTransform Struct

Definition

Object that defines how a MIDI event is transformed.

[ObjCRuntime.NativeName("MIDITransform")]
public struct MidiTransform
[<ObjCRuntime.NativeName("MIDITransform")>]
type MidiTransform = struct
Inheritance
MidiTransform
Attributes

Constructors

Name Description
MidiTransform(MidiTransformType, Int16)

Creates a new MidiTransform.

Fields

Name Description
Param

Extra information needed by the transformation.

Transform

Transformation type to be applied.

Applies to