 | SingleBeatWithChannelInstrumentType 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