C# 클래스 PureDataSequenceItem

상속: PureDataItem
파일 보기 프로젝트 열기: leon196/WJ 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
sequence PureDataSequence

공개 메소드들

메소드 설명
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

메소드 상세

ApplyOptions() 공개 메소드

public ApplyOptions ( ) : void
리턴 void

GetCurrentStepBeats() 공개 메소드

public GetCurrentStepBeats ( ) : float
리턴 float

GetCurrentStepPattern() 공개 메소드

public GetCurrentStepPattern ( int trackIndex ) : int
trackIndex int
리턴 int

GetCurrentStepTempo() 공개 메소드

public GetCurrentStepTempo ( ) : float
리턴 float

GetPatternCount() 공개 메소드

public GetPatternCount ( int trackIndex ) : int
trackIndex int
리턴 int

GetStepBeats() 공개 메소드

public GetStepBeats ( int stepIndex ) : int
stepIndex int
리턴 int

GetStepCount() 공개 메소드

public GetStepCount ( ) : int
리턴 int

GetStepPattern() 공개 메소드

public GetStepPattern ( int trackIndex, int stepIndex ) : int
trackIndex int
stepIndex int
리턴 int

GetStepTempo() 공개 메소드

public GetStepTempo ( int stepIndex ) : float
stepIndex int
리턴 float

GetTrackCount() 공개 메소드

public GetTrackCount ( ) : int
리턴 int

Play() 공개 메소드

public Play ( float delay ) : void
delay float
리턴 void

PureDataSequenceItem() 공개 메소드

public PureDataSequenceItem ( PureDataSequence sequence, PureData, pureData ) : System.Collections
sequence PureDataSequence
pureData PureData,
리턴 System.Collections

Stop() 공개 메소드

public Stop ( float delay ) : void
delay float
리턴 void

StopImmediate() 공개 메소드

public StopImmediate ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

sequence 보호되어 있는 프로퍼티

protected PureDataSequence sequence
리턴 PureDataSequence