Reply to Re: DinkC Reference Guide Now Available
If you don't have an account, just leave the password field blank.
Good catch. It tripped me up, as every other engine has a separate parser just for init lines, rather than reusing the one for when the engine boots. The implications are interesting, as it should mean you can do stuff like:
And yes, there should definitely be some sort of addendum to playmidi() about it supporting Ogg Vorbis and MP3 at the very least.
init("playmidi 1.mid")
And yes, there should definitely be some sort of addendum to playmidi() about it supporting Ogg Vorbis and MP3 at the very least.