Method | Description | |
---|---|---|
Dispose ( ) : void | ||
IsNotePlayed ( |
||
PlayTone ( byte octave, Tones tone, int strength = 127 ) : int | ||
SetInstrument ( Instruments instrument ) : void | ||
StopAll ( ) : void | ||
StopPlaying ( byte octave, Tones tone ) : void | ||
StopPlaying ( int id ) : void |
public PlayTone ( byte octave, Tones tone, int strength = 127 ) : int | ||
octave | byte | |
tone | Tones | |
strength | int | |
return | int |
public SetInstrument ( Instruments instrument ) : void | ||
instrument | Instruments | |
return | void |
public StopPlaying ( byte octave, Tones tone ) : void | ||
octave | byte | |
tone | Tones | |
return | void |