You're using QB64PE v3.7. (shrugs)
The "Q" and "@" commands were added for v3.8. Now it's beyond my control if it doesn't work for you for the new version.
You were really quick, I wanted to post a correction to the code I just posted. The previous created songs too long and I desired to fix the inability to play dotted-length notes. So check out the post #5 above.
The "N" command for PLAY, to play a note according to MIDI note number from zero to 84. In this new approach I did something that looks better like composed music with note commands.
The "Q" and "@" commands were added for v3.8. Now it's beyond my control if it doesn't work for you for the new version.
You were really quick, I wanted to post a correction to the code I just posted. The previous created songs too long and I desired to fix the inability to play dotted-length notes. So check out the post #5 above.
The "N" command for PLAY, to play a note according to MIDI note number from zero to 84. In this new approach I did something that looks better like composed music with note commands.