프로퍼티 | 타입 | 설명 | |
---|---|---|---|
onPatternWillPlay | OnPatternWillPlay |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_sampleCount | int |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
CanSubscribeToPulse ( ) : bool | ||
UpdatedSampleCount ( ) : int |
How many samples in the pattern?
|
public abstract PlaySample ( int index, double dspTime ) : void | ||
index | int | |
dspTime | double | |
리턴 | void |
public UpdateIndex ( IGATPulseInfo pulseInfo ) : void | ||
pulseInfo | IGATPulseInfo | |
리턴 | void |