What I want to do is use some dialect of BASIC
(similar to QBasic) to output raw midi-bytes to
a midi-synth. NOT play a midi-file.
In Dos with QBasic I could write to the MPU-401
with :
OUT 816, data-byte
I've tried DOSBox with TLC to no avail
No avail with XP either, so I may just
not have it set up right.
In both cases the SOUND command works
(pc speaker) but the supposed SB emulator
does not. (no mpu-401 or opl-3)
I'd like to trash the DOSBox and use something
more native to Linux.
Any insights appreciated ...........