You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Merge pull request #68644 from alcomposer/print_all_midi_event_info
This commit is contained in:
@@ -1562,7 +1562,7 @@ String InputEventMIDI::as_text() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String InputEventMIDI::to_string() {
|
String InputEventMIDI::to_string() {
|
||||||
return vformat("InputEventMIDI: channel=%d, message=%d, pitch=%d, velocity=%d, pressure=%d", channel, message, pitch, velocity, pressure);
|
return vformat("InputEventMIDI: channel=%d, message=%d, pitch=%d, velocity=%d, pressure=%d, controller_number=%d, controller_value=%d", channel, message, pitch, velocity, pressure, controller_number, controller_value);
|
||||||
}
|
}
|
||||||
|
|
||||||
void InputEventMIDI::_bind_methods() {
|
void InputEventMIDI::_bind_methods() {
|
||||||
|
|||||||
Reference in New Issue
Block a user