프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public static DoesKnobExist ( MidiChannel channel, int knobNumber ) : bool | ||
channel | MidiChannel | |
knobNumber | int | |
리턴 | bool |
public static GetKey ( MidiChannel channel, int noteNumber ) : float | ||
channel | MidiChannel | |
noteNumber | int | |
리턴 | float |
public static GetKeyDown ( MidiChannel channel, int noteNumber ) : bool | ||
channel | MidiChannel | |
noteNumber | int | |
리턴 | bool |
public static GetKeyUp ( MidiChannel channel, int noteNumber ) : bool | ||
channel | MidiChannel | |
noteNumber | int | |
리턴 | bool |
public static GetKnob ( MidiChannel channel, int knobNumber ) : float | ||
channel | MidiChannel | |
knobNumber | int | |
리턴 | float |
public static GetKnobNumbers ( MidiChannel channel ) : int[] | ||
channel | MidiChannel | |
리턴 | int[] |
public static GetNotePitch ( MidiChannel channel ) : float | ||
channel | MidiChannel | |
리턴 | float |
public static IsNotePitchGiven ( MidiChannel channel ) : bool | ||
channel | MidiChannel | |
리턴 | bool |