메소드 | 설명 | |
---|---|---|
AddSample ( string sampleName ) : void |
Adds a new PatternSample at the end of the list. You may then retrieve the updated samples ( Samples property ), and configure the newly added sample's parameters.
|
|
InsertSample ( |
Inserts a pre configured PatternSample in the pattern.
|
|
PlaySample ( int index, double dspTime ) : void | ||
RemoveSampleAt ( int index ) : void |
Removes the PatternSample at specified index.
|
메소드 | 설명 | |
---|---|---|
CanSubscribeToPulse ( ) : bool | ||
OnDestroy ( ) : void | ||
UpdatedSampleCount ( ) : int |
public InsertSample ( |
||
newSample | ||
index | int | |
리턴 | void |
public PlaySample ( int index, double dspTime ) : void | ||
index | int | |
dspTime | double | |
리턴 | void |