 | InstrumentOctave Property |
The octave(from the middle octave) that the instrument plays in.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Octave { get; set; }
Public Property Octave As Integer
Get
Set
public:
property int Octave {
int get ();
void set (int value);
}
member Octave : int with get, set
Property Value
Type:
Int32
See Also