Use BBCSDL2 with BeebMid



Follow up to https://d1ddle.com/2021/10/08/beebmid-8-bit-midi-player-for-the-bbc-micro/

BBC SDL2

https://www.bbcbasic.co.uk/bbcsdl/index.html

Copy the player program as normal to IDE.
Save it as a .bbc in the root folder (where the exe is located)
Name it as BEEBMID.bbc
Next, get the DATA from the python script
Paste into the SDLIDE and rename all (D. commands to DATA commands)
Then run it.
Inside the shell, type in:
A=OPENOUT”DATA”
REPEAT:READ D%:PRINT# A,D%:UNTIL FALSE
CLOSE# 0
Then type into the shell:
CH.”BEEBMID”
Then type in DATA
BOOOOM!!!!!

One thought on “Use BBCSDL2 with BeebMid

Leave a Reply