C# Class GAudio.PulseModule.GATPulseInfo

Inheritance: IGATPulseInfo
ファイルを表示 Open project: gregzo/G-Audio

Public Methods

Method 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 method

public DidPulse ( ) : void
return void

GATPulseInfo() public method

public GATPulseInfo ( IGATPulseSender sender ) : System.Collections
sender IGATPulseSender
return System.Collections

Init() public method

public Init ( double period, int nbOfSteps ) : void
period double
nbOfSteps int
return void

SetStart() public method

public SetStart ( double dspTime, int stepIndex ) : void
dspTime double
stepIndex int
return void

WillPulse() public method

public WillPulse ( double period ) : void
period double
return void