C# 클래스 MidiInput, fuze-vj-kit

상속: MonoBehaviour
파일 보기 프로젝트 열기: unity3d-jp/fuze-vj-kit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
knobSensibility float

보호된 프로퍼티들

프로퍼티 타입 설명
channelArray ChannelState[]

공개 메소드들

메소드 설명
DoesKnobExist ( MidiChannel channel, int knobNumber ) : bool
GetKey ( MidiChannel channel, int noteNumber ) : float
GetKey ( int noteNumber ) : float
GetKeyDown ( MidiChannel channel, int noteNumber ) : bool
GetKeyDown ( int noteNumber ) : bool
GetKeyUp ( MidiChannel channel, int noteNumber ) : bool
GetKeyUp ( int noteNumber ) : bool
GetKnob ( MidiChannel channel, int knobNumber ) : float
GetKnob ( int knobNumber ) : float
GetKnobNumbers ( ) : int[]
GetKnobNumbers ( MidiChannel channel ) : int[]
GetNotePitch ( MidiChannel channel ) : float
IsNotePitchGiven ( MidiChannel channel ) : bool

비공개 메소드들

메소드 설명
Awake ( ) : void
Initialize ( ) : void
Update ( ) : void

메소드 상세

DoesKnobExist() 공개 정적인 메소드

public static DoesKnobExist ( MidiChannel channel, int knobNumber ) : bool
channel MidiChannel
knobNumber int
리턴 bool

GetKey() 공개 정적인 메소드

public static GetKey ( MidiChannel channel, int noteNumber ) : float
channel MidiChannel
noteNumber int
리턴 float

GetKey() 공개 정적인 메소드

public static GetKey ( int noteNumber ) : float
noteNumber int
리턴 float

GetKeyDown() 공개 정적인 메소드

public static GetKeyDown ( MidiChannel channel, int noteNumber ) : bool
channel MidiChannel
noteNumber int
리턴 bool

GetKeyDown() 공개 정적인 메소드

public static GetKeyDown ( int noteNumber ) : bool
noteNumber int
리턴 bool

GetKeyUp() 공개 정적인 메소드

public static GetKeyUp ( MidiChannel channel, int noteNumber ) : bool
channel MidiChannel
noteNumber int
리턴 bool

GetKeyUp() 공개 정적인 메소드

public static GetKeyUp ( int noteNumber ) : bool
noteNumber int
리턴 bool

GetKnob() 공개 정적인 메소드

public static GetKnob ( MidiChannel channel, int knobNumber ) : float
channel MidiChannel
knobNumber int
리턴 float

GetKnob() 공개 정적인 메소드

public static GetKnob ( int knobNumber ) : float
knobNumber int
리턴 float

GetKnobNumbers() 공개 정적인 메소드

public static GetKnobNumbers ( ) : int[]
리턴 int[]

GetKnobNumbers() 공개 정적인 메소드

public static GetKnobNumbers ( MidiChannel channel ) : int[]
channel MidiChannel
리턴 int[]

GetNotePitch() 공개 정적인 메소드

public static GetNotePitch ( MidiChannel channel ) : float
channel MidiChannel
리턴 float

IsNotePitchGiven() 공개 정적인 메소드

public static IsNotePitchGiven ( MidiChannel channel ) : bool
channel MidiChannel
리턴 bool

프로퍼티 상세

channelArray 보호되어 있는 프로퍼티

protected ChannelState[] channelArray
리턴 ChannelState[]

knobSensibility 공개적으로 정적으로 프로퍼티

public static float knobSensibility
리턴 float