Свойство | Type | Description | |
---|---|---|---|
knobSensibility | float |
Свойство | Type | Description | |
---|---|---|---|
channelArray | ChannelState[] |
Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
Initialize ( ) : void | ||
Update ( ) : void |
public static DoesKnobExist ( MidiChannel channel, int knobNumber ) : bool | ||
channel | MidiChannel | |
knobNumber | int | |
Résultat | bool |
public static GetKey ( MidiChannel channel, int noteNumber ) : float | ||
channel | MidiChannel | |
noteNumber | int | |
Résultat | float |
public static GetKey ( int noteNumber ) : float | ||
noteNumber | int | |
Résultat | float |
public static GetKeyDown ( MidiChannel channel, int noteNumber ) : bool | ||
channel | MidiChannel | |
noteNumber | int | |
Résultat | bool |
public static GetKeyDown ( int noteNumber ) : bool | ||
noteNumber | int | |
Résultat | bool |
public static GetKeyUp ( MidiChannel channel, int noteNumber ) : bool | ||
channel | MidiChannel | |
noteNumber | int | |
Résultat | bool |
public static GetKeyUp ( int noteNumber ) : bool | ||
noteNumber | int | |
Résultat | bool |
public static GetKnob ( MidiChannel channel, int knobNumber ) : float | ||
channel | MidiChannel | |
knobNumber | int | |
Résultat | float |
public static GetKnob ( int knobNumber ) : float | ||
knobNumber | int | |
Résultat | float |
public static GetKnobNumbers ( MidiChannel channel ) : int[] | ||
channel | MidiChannel | |
Résultat | int[] |
public static GetNotePitch ( MidiChannel channel ) : float | ||
channel | MidiChannel | |
Résultat | float |
public static IsNotePitchGiven ( MidiChannel channel ) : bool | ||
channel | MidiChannel | |
Résultat | bool |