[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
Pete's QBASIC Site • Info about SBMIDI and SBSIM
Page 1 of 1

Info about SBMIDI and SBSIM

Posted: Sun May 14, 2006 2:46 pm
by Laaca
Hi!
In many programs are used the TSR drivers SBMIDI and SBSIM.
Where can I obtain some info about this drivers?
Don't give me links to QB libraries please. I can understand BASIC language (I used to code in it many years ago) but I plan to use it in FreePascal.
Thanks!
Laaca

Posted: Mon May 15, 2006 9:51 am
by Plasma
If you understand BASIC, then you should be able to get all the info you need from QMIDI. Or take a look at the interrupt listing.

Posted: Mon May 15, 2006 10:23 am
by Laaca
I see, it is described in Ralf Brown's interrupt list!
I also found via google the QMIDI library, so I will look at it.
Thanks!