nlaha / godot-midi

MIDI file parsing and event playback in Godot 4.1+
MIT License
52 stars 5 forks source link

[GodotMidi] No midi resource set gets printed to console every frame #22

Closed louiidev closed 1 month ago

louiidev commented 1 month ago

After creating my initial node before assigning any midi resource, it just keeps printing to the console that no midi resource is selected, this seems like a bug? this is happening in the editor btw, makes sense if it happens when the project is running

Screenshot 2024-05-18 110250

nlaha commented 1 month ago

Should be fixed now, for some reason GDExtension runs the _process function in the editor.