Closed a740g closed 4 months ago
This PR moves MIDI support in QB64-PE out of $UNSTABLE. Additionally, it addresses the issue highlighted here.
$UNSTABLE
Changes:
_MIDISOUNDBANK
$UNSTABLE:MIDI
$MIDISOUNDFONT
New command:
_MIDISOUNDBANK fileName$[, flags$] ' flags$ can be "memory" and one of the supported soundfont/FM bank types
This PR moves MIDI support in QB64-PE out of
$UNSTABLE
. Additionally, it addresses the issue highlighted here.Changes:
_MIDISOUNDBANK
command.$UNSTABLE:MIDI
and$MIDISOUNDFONT
triggers an appropriate warning message.New command: