InputEventMIDI

Inherits: InputEvent < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

int

channel

0

int

controller_number

0

int

controller_value

0

int

instrument

0

MIDIMessage

message

0

int

pitch

0

int

pressure

0

int

velocity

0


Property Descriptions

int channel = 0

  • void set_channel ( int value )

  • int get_channel ( )

There is currently no description for this property. Please help us by contributing one!


int controller_number = 0

  • void set_controller_number ( int value )

  • int get_controller_number ( )

There is currently no description for this property. Please help us by contributing one!


int controller_value = 0

  • void set_controller_value ( int value )

  • int get_controller_value ( )

There is currently no description for this property. Please help us by contributing one!


int instrument = 0

  • void set_instrument ( int value )

  • int get_instrument ( )

There is currently no description for this property. Please help us by contributing one!


MIDIMessage message = 0

There is currently no description for this property. Please help us by contributing one!


int pitch = 0

  • void set_pitch ( int value )

  • int get_pitch ( )

There is currently no description for this property. Please help us by contributing one!


int pressure = 0

  • void set_pressure ( int value )

  • int get_pressure ( )

There is currently no description for this property. Please help us by contributing one!


int velocity = 0

  • void set_velocity ( int value )

  • int get_velocity ( )

There is currently no description for this property. Please help us by contributing one!