09-12-2022, 07:11 PM
QB64 Phoenix Edition v3.2.0!
https://github.com/QB64-Phoenix-Edition/...tag/v3.2.0
Enhancements
Bug Fixes
Full Changelog: https://github.com/QB64-Phoenix-Edition/...0...v3.2.0
https://github.com/QB64-Phoenix-Edition/...tag/v3.2.0
Enhancements
- #21, #164 - The $Unstable command was added - @mkilgore
- #155, #164 - Added MIDI support to `_SNDOPEN` - @a740g, @mkilgore
- MIDI support is current unstable, and hidden behind $Unstable:Midi.
- MIDI is enabled by using the $MidiSoundFont metacommand to specify a soundfont for playing MIDI files.
- The selected soundfont is compiled into your program, so the file does not need to be present at runtime.
- MIDI support is current unstable, and hidden behind $Unstable:Midi.
- #162, #164 - Compiler settings can be supplied on the command line - @mkilgore
- QB64-PE now accepts the `-f` flag for supplying settings accessible in the `Compiler Settings` menu.
- Settings are only applied for that run of QB64-PE (they do not modify the preserved IDE settings)
- Using `-f` with no flag will print all of the available options.
- QB64-PE now accepts the `-f` flag for supplying settings accessible in the `Compiler Settings` menu.
Bug Fixes
- #161 - Fixed _MOUSEMOVE when window is resized - @mkilgore
- #165 - Fixed compiling source files that have a `'` in their name - @mkilgore
- #169, #171 - Fixed `_SNDOPEN` to return zero on failures. - @a740g
- #170, #171 - Fixed `PLAY "MB"` so that it also causes `SOUND` commands to play in the background - @a740g
Full Changelog: https://github.com/QB64-Phoenix-Edition/...0...v3.2.0