Property | Type | Description | |
---|---|---|---|
onPatternWillPlay | OnPatternWillPlay |
Property | Type | Description | |
---|---|---|---|
_sampleCount | int |
Method | Description | |
---|---|---|
OnPulse ( IGATPulseInfo pulseInfo ) : void | ||
PlaySample ( int index, double dspTime ) : void |
All conditions for playing a sample have been met, you may do so here.
|
|
UpdateIndex ( IGATPulseInfo pulseInfo ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CanSubscribeToPulse ( ) : bool | ||
UpdatedSampleCount ( ) : int |
How many samples in the pattern?
|
public OnPulse ( IGATPulseInfo pulseInfo ) : void | ||
pulseInfo | IGATPulseInfo | |
return | void |
public abstract PlaySample ( int index, double dspTime ) : void | ||
index | int | |
dspTime | double | |
return | void |
public UpdateIndex ( IGATPulseInfo pulseInfo ) : void | ||
pulseInfo | IGATPulseInfo | |
return | void |
protected abstract UpdatedSampleCount ( ) : int | ||
return | int |