 | InstrumentInstrumentType Property |
The instrument sound that will be used when playing MusicObjects from this instance.
Namespace: MidiGremlinAssembly: 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