C# Class AlphaSynth.Player.WebWorkerOutput

Inheritance: ISynthOutput
Show file Open project: CoderLine/alphaSynth

Public Methods

Method Description
AddSamples ( AlphaSynth.Ds.SampleArray samples ) : void
Open ( ) : void
Pause ( ) : void
Play ( ) : void
Seek ( int position ) : void
SequencerFinished ( ) : void
SetPlaybackSpeed ( float playbackSpeed ) : void
Stop ( ) : void

Protected Methods

Method Description
OnFinished ( ) : void
OnPositionChanged ( int obj ) : void
OnReadyChanged ( bool isReady ) : void
OnSampleRequest ( ) : void

Private Methods

Method Description
HandleMessage ( SharpKit.Html.DOMEvent e ) : void
PostMessage ( object o ) : void

Method Details

AddSamples() public method

public AddSamples ( AlphaSynth.Ds.SampleArray samples ) : void
samples AlphaSynth.Ds.SampleArray
return void

OnFinished() protected method

protected OnFinished ( ) : void
return void

OnPositionChanged() protected method

protected OnPositionChanged ( int obj ) : void
obj int
return void

OnReadyChanged() protected method

protected OnReadyChanged ( bool isReady ) : void
isReady bool
return void

OnSampleRequest() protected method

protected OnSampleRequest ( ) : void
return void

Open() public method

public Open ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

Seek() public method

public Seek ( int position ) : void
position int
return void

SequencerFinished() public method

public SequencerFinished ( ) : void
return void

SetPlaybackSpeed() public method

public SetPlaybackSpeed ( float playbackSpeed ) : void
playbackSpeed float
return void

Stop() public method

public Stop ( ) : void
return void