nlaha / godot-midi

MIDI file parsing and event playback in Godot 4.2+
MIT License
79 stars 10 forks source link

Opening the project after building from source doesn't work the first time #18

Open nlaha opened 10 months ago

nlaha commented 10 months ago

When building from source (cloning the repository, etc.) and opening the demo project, the project seems to load the scene before the midi file has been imported/processed by Godot Midi. This results in an error opening the scene as the resource isn't present yet. Restarting the editor works as a temporary fix.