How can I convert QBASIC PLAY Commands to Something More Contemporary?

前端 未结 4 1573
一生所求
一生所求 2021-01-12 20:51

I have play commands in my QB application like this:

PLAY \"MSe8f#4f#8f#8g8a8b4.a4.g4.f#4.o0b8o1e8e8e4d8e2.\"

I\'d like to convert these so

4条回答
  •  粉色の甜心
    2021-01-12 21:27

    The "modern applications" way to play music would be to use .mid files I guess. FreeBasic includes support for music through fmod library. So you could convert the music to .MID files format, using MIDI Tracker or something like that.

提交回复
热议问题