Property | Type | Description | |
---|---|---|---|
sequence | PureDataSequence |
Method | Description | |
---|---|---|
ApplyOptions ( ) : void | ||
GetCurrentStepBeats ( ) : float | ||
GetCurrentStepPattern ( int trackIndex ) : int | ||
GetCurrentStepTempo ( ) : float | ||
GetPatternCount ( int trackIndex ) : int | ||
GetStepBeats ( int stepIndex ) : int | ||
GetStepCount ( ) : int | ||
GetStepPattern ( int trackIndex, int stepIndex ) : int | ||
GetStepTempo ( int stepIndex ) : float | ||
GetTrackCount ( ) : int | ||
Play ( float delay ) : void | ||
PureDataSequenceItem ( PureDataSequence sequence, PureData, pureData ) : System.Collections | ||
Stop ( float delay ) : void | ||
StopImmediate ( ) : void | ||
ToString ( ) : string |
public GetCurrentStepPattern ( int trackIndex ) : int | ||
trackIndex | int | |
return | int |
public GetPatternCount ( int trackIndex ) : int | ||
trackIndex | int | |
return | int |
public GetStepPattern ( int trackIndex, int stepIndex ) : int | ||
trackIndex | int | |
stepIndex | int | |
return | int |
public GetStepTempo ( int stepIndex ) : float | ||
stepIndex | int | |
return | float |
public PureDataSequenceItem ( PureDataSequence sequence, PureData, pureData ) : System.Collections | ||
sequence | PureDataSequence | |
pureData | PureData, | |
return | System.Collections |