 | SingleBeatinstrumentType Property |
The type of instrument the tone is played with.
Namespace: MidiGremlin.InternalAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic InstrumentType instrumentType { get; }
Public ReadOnly Property instrumentType As InstrumentType
Get
public:
property InstrumentType instrumentType {
InstrumentType get ();
}
member instrumentType : InstrumentType with get
Property Value
Type:
InstrumentType
See Also