MidiTransform(MidiTransformType, Int16) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new MidiTransform.
public MidiTransform (CoreMidi.MidiTransformType transform, short param);
new CoreMidi.MidiTransform : CoreMidi.MidiTransformType * int16 -> CoreMidi.MidiTransform
Parameters
- transform
- MidiTransformType
Transformation type to be applied.
- param
- Int16
Extra information needed by the transformation.