godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.44k stars 1.52k forks source link

Only print MIDI device list if any are found. #1039

Closed chrisl8 closed 2 months ago

chrisl8 commented 2 months ago

This is a silly "fix", but it prevents an empty [] from being printed every time this demo is run without a MIDI device plugged into the computer.

The MIDI devices list is printed if one is plugged into the computer, which I have tested.