C# Class GAudio.PulseModule.GATPulseInfo

Inheritance: IGATPulseInfo
Afficher le fichier Open project: gregzo/G-Audio

Méthodes publiques

Méthode Description
DidPulse ( ) : void
GATPulseInfo ( IGATPulseSender sender ) : System.Collections
Init ( double period, int nbOfSteps ) : void
SetStart ( double dspTime, int stepIndex ) : void
WillPulse ( double period ) : void

Method Details

DidPulse() public méthode

public DidPulse ( ) : void
Résultat void

GATPulseInfo() public méthode

public GATPulseInfo ( IGATPulseSender sender ) : System.Collections
sender IGATPulseSender
Résultat System.Collections

Init() public méthode

public Init ( double period, int nbOfSteps ) : void
period double
nbOfSteps int
Résultat void

SetStart() public méthode

public SetStart ( double dspTime, int stepIndex ) : void
dspTime double
stepIndex int
Résultat void

WillPulse() public méthode

public WillPulse ( double period ) : void
period double
Résultat void