Danil Alexeev c492e5fd73 Update some GDScript files for Godot 4.3 (#1129) 3 месяцев назад
..
piano_keys bac1e69164 Use static typing in all demos (#1063) 8 месяцев назад
screenshots be43d1644b Add MIDI Piano Demo 3 лет назад
README.md b4c73f4888 Fix README links to asset library (#1078) 7 месяцев назад
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 1 год назад
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 1 год назад
piano.gd c492e5fd73 Update some GDScript files for Godot 4.3 (#1129) 3 месяцев назад
piano.tscn 31d1c0c112 Remove old and unused project settings, update various demos for 4.2 (#1024) 10 месяцев назад
project.godot c492e5fd73 Update some GDScript files for Godot 4.3 (#1129) 3 месяцев назад

README.md

MIDI Piano

This demo shows how to use InputEventMIDI by creating a piano that can be controlled by a MIDI device. This is known to work with a Yamaha MX88.

The piano can also be controlled by clicking on the keys, or by manually calling the activate and deactivate methods on each key.

Note that MIDI output is not yet supported in Godot, only input works.

Language: GDScript

Renderer: Compatibility

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2761

Screenshots

Screenshot