kyzfrintin / Godot-Mixing-Desk

A complete audio solution for Godot 3.3.x, making procedural sound and adaptive/procedural music possible with a few nodes and a couple lines of code.
MIT License
636 stars 32 forks source link

Cannot load plugin due to syntax error, probably in mixing_desk_music.gd #19

Closed Mrjcowman closed 3 years ago

Mrjcowman commented 3 years ago

As far as I can tell from a cursory search, there is supposed to be an argument passed to "stop()" on line 432 of mixing_desk_music.gd... I would assume you're trying to stop the current song, but I'm not entirely certain so I haven't made any changes or pull requests.

As it is now, I can't try out the plugin because Godot won't let me enable it with syntax errors in its scripts. Hopefully that's the culprit?

kyzfrintin commented 3 years ago

Just checked in the script and you're right, the arg is missing. Latest push should resolve this.