Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) 8 mēneši atpakaļ
..
piano_keys 2a962929f3 Update demo files for Godot 4.2.1 (#1013) 8 mēneši atpakaļ
screenshots be43d1644b Add MIDI Piano Demo 2 gadi atpakaļ
README.md f1de905f87 Update README files after release 3.4-b0d4a7c 2 gadi atpakaļ
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 1 gadu atpakaļ
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 1 gadu atpakaļ
piano.gd cb52878006 Use StringName literals with Input methods 2 gadi atpakaļ
piano.tscn 0e2c5ad182 Update Audio demos to Godot 4 2 gadi atpakaļ
project.godot 2a962929f3 Update demo files for Godot 4.2.1 (#1013) 8 mēneši atpakaļ

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: GLES 2

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

Screenshots

Screenshot