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

前端 未结 4 1586
一生所求
一生所求 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:28

    This QB play formatted string contains musical notes and duration symbols that could be converted into MIDI commands and then packaged in a midi file format. You may have to add more detailed timing and relative volume information based on some defaults.

    MIDI is still considered a current format with zillions of tools and devices currently supporting it.

提交回复
热议问题