Method | Description | |
---|---|---|
App ( ) : System | ||
LoadFile ( |
||
ResetDevice ( int id ) : void | ||
Run ( ) : void | ||
SkipTo ( int milliseconds ) : void | ||
Stop ( ) : void | ||
drawOctave ( int channel, int octave ) : void | ||
getChannelYPos ( int channel ) : double | ||
setup ( ) : void | ||
setupChannelInfo ( int channel ) : void | ||
setupDriverInfo ( ) : void | ||
setupKeyboard ( int channel ) : void | ||
setupPlayInfoSection ( ) : void | ||
setupTitleArea ( ) : void |
Method | Description | |
---|---|---|
OnApplicationSetup ( ) : void |
Method | Description | |
---|---|---|
AddKeyonMeterPanel ( ) : void | ||
AddParameterVisualizer ( ) : void | ||
AddPlayTimeStatusPanel ( ) : void | ||
AddPlayerStatusPanel ( ) : void | ||
AddSpectrumAnalyzerPanel ( ) : void | ||
EndFF ( ) : void | ||
GetKeyIndexForNote ( int value ) : int | ||
HandleSmfMessage ( Commons.Music.Midi.SmfMessage m ) : void | ||
Init ( ) : void | ||
IsWhiteKey ( int note ) : bool | ||
OnProgressClicked ( object o, System.Windows.Input.MouseButtonEventArgs a ) : void | ||
Pause ( ) : void | ||
Play ( ) : void | ||
SelectFile ( ) : void | ||
StartFF ( ) : void | ||
StartRewind ( ) : void | ||
StopViews ( ) : void |
public LoadFile ( |
||
filename | ||
stream | Stream | |
return | void |
public static drawOctave ( int channel, int octave ) : void | ||
channel | int | |
octave | int | |
return | void |
public static getChannelYPos ( int channel ) : double | ||
channel | int | |
return | double |
public static setupChannelInfo ( int channel ) : void | ||
channel | int | |
return | void |
public static setupKeyboard ( int channel ) : void | ||
channel | int | |
return | void |
public static setupPlayInfoSection ( ) : void | ||
return | void |