C# Class GAudio.MasterPulseModule

Inheritance: PulseModule
显示文件 Open project: gregzo/G-Audio Class Usage Examples

Protected Properties

Property Type Description
_isPulsing bool

Public Methods

Method Description
StartPulsing ( int stepIndex, double dspTime = 0d ) : void

Starts the pulse at the specified stepIndex, and optionally dspTime. Omitting the dspTime parameter will start the pulse immediately.

Stop ( ) : void

Stop pulsing immediately.

Protected Methods

Method Description
OnDisable ( ) : void
OnDropDownResume ( double dspDelta ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnDropDownResume() protected method

protected OnDropDownResume ( double dspDelta ) : void
dspDelta double
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

StartPulsing() public method

Starts the pulse at the specified stepIndex, and optionally dspTime. Omitting the dspTime parameter will start the pulse immediately.
public StartPulsing ( int stepIndex, double dspTime = 0d ) : void
stepIndex int
dspTime double
return void

Stop() public method

Stop pulsing immediately.
public Stop ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

_isPulsing protected_oe property

protected bool _isPulsing
return bool