Метод | Описание | |
---|---|---|
Clone ( ) : IBaseObject |
The clone.
|
|
Equals ( object obj ) : bool |
The equals.
|
|
GetHashCode ( ) : byte[] |
The get hash code.
|
|
Pitch ( int octave, char step, int alter, int instrument ) : System |
Initializes a new instance of the Pitch class.
|
|
Pitch ( int midiNumber, int instrument ) : System |
Initializes a new instance of the Pitch class.
|
Метод | Описание | |
---|---|---|
GetMidiNumber ( ) : int |
The get midi number by param. вычисление глобального номера ноты через параметры
|
public Equals ( object obj ) : bool | ||
obj | object | /// The object. /// |
Результат | bool |
public Pitch ( int octave, char step, int alter, int instrument ) : System | ||
octave | int | /// The octave. /// |
step | char | /// The step. /// |
alter | int | /// The alter. /// |
instrument | int | /// The instrument. /// |
Результат | System |
public Pitch ( int midiNumber, int instrument ) : System | ||
midiNumber | int | /// The midi number. /// |
instrument | int | /// The instrument. /// |
Результат | System |