Hello.
> That's cool :) blassic's quite good really. Incidentally I found a
way
> of very crudely playing back and recording sounds in linux using
> /dev/dsp. Using OPEN and PRINT# I can send simple waveforms to the
> soundcard. But this method's kinda crude :( is there any way or
will
> there be a way to talk to the sound card in linux (prehaps using
"IN"
> or "OUT" commands)?
The problem with sound support is that I don't know any library
simple,
portable and GPL'ed to use, and I lack the knowledge to do it myself.
Regarding IN and OUT, the use of in and out processor instructions in
Linux is tricky, because will require blassic be run as root, or make
it
setuid. And in Windows I think they can't be used at all in user
programs,
only in device drivers.
Regards.