Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QB64 Phoenix Edition v3.2.0 Released!
#1
QB64 Phoenix Edition v3.2.0!
https://github.com/QB64-Phoenix-Edition/...tag/v3.2.0

Enhancements
  1. #21, #164 - The $Unstable command was added - @mkilgore
    • $Unstable allows usage of language features that are not yet finalized.
    • Features hidden behind $Unstable may have breaking change in new releases, unlike regular parts of the language which do not have breaking changes in new releases.
  2. #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.
  3. #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.

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
Reply


Messages In This Thread
QB64 Phoenix Edition v3.2.0 Released! - by DSMan195276 - 09-12-2022, 07:11 PM



Users browsing this thread: 3 Guest(s)