C# Class GAudio.MasterPulseModule

Inheritance: PulseModule
Afficher le fichier Open project: gregzo/G-Audio Class Usage Examples

Protected Properties

Свойство Type Description
_isPulsing bool

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
OnDisable ( ) : void
OnDropDownResume ( double dspDelta ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnDropDownResume() protected méthode

protected OnDropDownResume ( double dspDelta ) : void
dspDelta double
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

StartPulsing() public méthode

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
Résultat void

Stop() public méthode

Stop pulsing immediately.
public Stop ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

_isPulsing protected_oe property

protected bool _isPulsing
Résultat bool