C# Class MidiInput, fuze-vj-kit

Inheritance: MonoBehaviour
Afficher le fichier Open project: unity3d-jp/fuze-vj-kit Class Usage Examples

Méthodes publiques

Свойство Type Description
knobSensibility float

Protected Properties

Свойство Type Description
channelArray ChannelState[]

Méthodes publiques

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

Private Methods

Méthode Description
Awake ( ) : void
Initialize ( ) : void
Update ( ) : void

Method Details

DoesKnobExist() public static méthode

public static DoesKnobExist ( MidiChannel channel, int knobNumber ) : bool
channel MidiChannel
knobNumber int
Résultat bool

GetKey() public static méthode

public static GetKey ( MidiChannel channel, int noteNumber ) : float
channel MidiChannel
noteNumber int
Résultat float

GetKey() public static méthode

public static GetKey ( int noteNumber ) : float
noteNumber int
Résultat float

GetKeyDown() public static méthode

public static GetKeyDown ( MidiChannel channel, int noteNumber ) : bool
channel MidiChannel
noteNumber int
Résultat bool

GetKeyDown() public static méthode

public static GetKeyDown ( int noteNumber ) : bool
noteNumber int
Résultat bool

GetKeyUp() public static méthode

public static GetKeyUp ( MidiChannel channel, int noteNumber ) : bool
channel MidiChannel
noteNumber int
Résultat bool

GetKeyUp() public static méthode

public static GetKeyUp ( int noteNumber ) : bool
noteNumber int
Résultat bool

GetKnob() public static méthode

public static GetKnob ( MidiChannel channel, int knobNumber ) : float
channel MidiChannel
knobNumber int
Résultat float

GetKnob() public static méthode

public static GetKnob ( int knobNumber ) : float
knobNumber int
Résultat float

GetKnobNumbers() public static méthode

public static GetKnobNumbers ( ) : int[]
Résultat int[]

GetKnobNumbers() public static méthode

public static GetKnobNumbers ( MidiChannel channel ) : int[]
channel MidiChannel
Résultat int[]

GetNotePitch() public static méthode

public static GetNotePitch ( MidiChannel channel ) : float
channel MidiChannel
Résultat float

IsNotePitchGiven() public static méthode

public static IsNotePitchGiven ( MidiChannel channel ) : bool
channel MidiChannel
Résultat bool

Property Details

channelArray protected_oe property

protected ChannelState[] channelArray
Résultat ChannelState[]

knobSensibility public_oe static_oe property

public static float knobSensibility
Résultat float