C# Class mldsp.App

Inheritance: ProcessingCli.ProcessingApplication
Mostra file Open project: atsushieno/mldsp

Public Methods

Method Description
App ( ) : System
LoadFile ( FileInfo filename, Stream stream ) : void
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

Protected Methods

Method Description
OnApplicationSetup ( ) : void

Private Methods

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

Method Details

App() public method

public App ( ) : System
return System

LoadFile() public method

public LoadFile ( FileInfo filename, Stream stream ) : void
filename System.IO.FileInfo
stream Stream
return void

OnApplicationSetup() protected method

protected OnApplicationSetup ( ) : void
return void

ResetDevice() public method

public ResetDevice ( int id ) : void
id int
return void

Run() public static method

public static Run ( ) : void
return void

SkipTo() public method

public SkipTo ( int milliseconds ) : void
milliseconds int
return void

Stop() public method

public Stop ( ) : void
return void

drawOctave() public static method

public static drawOctave ( int channel, int octave ) : void
channel int
octave int
return void

getChannelYPos() public static method

public static getChannelYPos ( int channel ) : double
channel int
return double

setup() public static method

public static setup ( ) : void
return void

setupChannelInfo() public static method

public static setupChannelInfo ( int channel ) : void
channel int
return void

setupDriverInfo() public static method

public static setupDriverInfo ( ) : void
return void

setupKeyboard() public static method

public static setupKeyboard ( int channel ) : void
channel int
return void

setupPlayInfoSection() public static method

public static setupPlayInfoSection ( ) : void
return void

setupTitleArea() public static method

public static setupTitleArea ( ) : void
return void