Method | Description | |
---|---|---|
AddPitch ( List |
The add pitch.
|
|
AddPitch ( |
The add pitch.
|
|
Clone ( ) : IBaseObject |
The clone.
|
|
Equals ( object obj ) : bool |
The equals.
|
|
GetHashCode ( ) : byte[] |
The get hash code.
|
|
PitchEquals ( List |
The pitch equals.
|
|
SetInstrument ( int instrument ) : void |
The set instrument.
|
|
SplitNote ( Duration duration ) : List |
The split note.
|
|
ValueNote ( List |
Initializes a new instance of the ValueNote class.
|
|
ValueNote ( List |
Initializes a new instance of the ValueNote class.
|
|
ValueNote ( |
Initializes a new instance of the ValueNote class.
|
public AddPitch ( List |
||
pitch | List |
/// The pitch. /// |
return | void |
public AddPitch ( |
||
pitch | /// The pitch. /// | |
return | void |
public Equals ( object obj ) : bool | ||
obj | object | /// The object. /// |
return | bool |
public PitchEquals ( List |
||
pitchList | List |
/// The pitch list. /// |
return | bool |
public SetInstrument ( int instrument ) : void | ||
instrument | int | /// The instrument. /// |
return | void |
public SplitNote ( Duration duration ) : List |
||
duration | Duration | /// The duration. /// |
return | List |
public ValueNote ( List |
||
pitchList | List |
/// The pitch list. /// |
duration | Duration | /// The duration. /// |
triplet | bool | /// The triplet. /// |
tie | Tie | /// The tie. /// |
priority | int | /// The priority. /// |
return | System |
public ValueNote ( List |
||
midiNumbers | List |
/// The midi numbers. /// |
duration | Duration | /// The duration. /// |
triplet | bool | /// The triplet. /// |
tie | Tie | /// The tie. /// |
priority | int | /// The priority. /// |
return | System |
public ValueNote ( |
||
pitch | /// The pitch. /// | |
duration | Duration | /// The duration. /// |
triplet | bool | /// The triplet. /// |
tie | Tie | /// The tie. /// |
priority | int | /// The priority. /// |
return | System |