1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-23 13:05:13 +00:00
QB64-PE/tests/compile_tests/midi/relative_to_include.bas
2023-04-25 09:48:08 -04:00

12 lines
151 B
QBasic

$CONSOLE:ONLY
OPTION _EXPLICIT
'$Include:'include/soundfont.bi'
DIM h AS LONG: h = _SNDOPEN("2SKIPIX.mid")
PRINT "play time ="; _SNDLEN(h)
SYSTEM