C# Class PianoKeyEmulator.Player

Mostrar archivo Open project: DrA1ex/GuitarHelper Class Usage Examples

Public Methods

Method Description
Player ( MainWindow parent ) : System
SetPlaySpeed ( double speed ) : void
SetStartPos ( int pos ) : void
Stop ( ) : void
playMusic ( string x ) : void

Private Methods

Method Description
RunCmd ( string cmd ) : int
RunCmds ( object state ) : void

Method Details

Player() public method

public Player ( MainWindow parent ) : System
parent MainWindow
return System

SetPlaySpeed() public method

public SetPlaySpeed ( double speed ) : void
speed double
return void

SetStartPos() public method

public SetStartPos ( int pos ) : void
pos int
return void

Stop() public method

public Stop ( ) : void
return void

playMusic() public method

public playMusic ( string x ) : void
x string
return void