C# Class PureDataSequenceItem

Inheritance: PureDataItem
Afficher le fichier Open project: leon196/WJ Class Usage Examples

Protected Properties

Свойство Type Description
sequence PureDataSequence

Méthodes publiques

Méthode 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

Method Details

ApplyOptions() public méthode

public ApplyOptions ( ) : void
Résultat void

GetCurrentStepBeats() public méthode

public GetCurrentStepBeats ( ) : float
Résultat float

GetCurrentStepPattern() public méthode

public GetCurrentStepPattern ( int trackIndex ) : int
trackIndex int
Résultat int

GetCurrentStepTempo() public méthode

public GetCurrentStepTempo ( ) : float
Résultat float

GetPatternCount() public méthode

public GetPatternCount ( int trackIndex ) : int
trackIndex int
Résultat int

GetStepBeats() public méthode

public GetStepBeats ( int stepIndex ) : int
stepIndex int
Résultat int

GetStepCount() public méthode

public GetStepCount ( ) : int
Résultat int

GetStepPattern() public méthode

public GetStepPattern ( int trackIndex, int stepIndex ) : int
trackIndex int
stepIndex int
Résultat int

GetStepTempo() public méthode

public GetStepTempo ( int stepIndex ) : float
stepIndex int
Résultat float

GetTrackCount() public méthode

public GetTrackCount ( ) : int
Résultat int

Play() public méthode

public Play ( float delay ) : void
delay float
Résultat void

PureDataSequenceItem() public méthode

public PureDataSequenceItem ( PureDataSequence sequence, PureData, pureData ) : System.Collections
sequence PureDataSequence
pureData PureData,
Résultat System.Collections

Stop() public méthode

public Stop ( float delay ) : void
delay float
Résultat void

StopImmediate() public méthode

public StopImmediate ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

sequence protected_oe property

protected PureDataSequence sequence
Résultat PureDataSequence