* Build: Upgraded Qt from 5.15.2 to 5.15.3.
* Build: Upgraded lots of system libraries for
all three platforms.
* Windows: Include a general README.txt file.
* Windows 32bit: Include the FaustDev instrument. By
mistake, the FaustDev instrument had not been
included before now.
* Song properties/Instruments/Editor: Add options to
simulate pitch changes by sending out discrete
glissando notes. Enabled by default in new songs
for instruments that don't support changing pitch
of playing notes.
* Editor: Fix some harmless but annoying error
messages sometimes popping up right after loading
a song.
* Audio: Fix notes not stopping for some instrument
when changing the pitch of a currently playing
note.
* JUCE: Upgrade from 6.1.4 to 6.1.6
* Build: Fix compiling with clang 13.
* Faust: Update to faust 2.37.3
* Editor: Don't set random sample for all selected
instruments when pressing SHIFT+R. This keybinding
belongs in the mixer only.
* Instruments: Remember highest instance number from
last time when loading songs. The instance number
is used when autocreating instrument names.
* Build: Fix shebangs (bandthedoge)
* JUCE: Don't enable jassert in RELEASE mode
(fixes crashes in VST3 plugins on linux.)
* Editor/Sequencer: Paint nodes correctly when they
are selected.
* Editor/Sequencer: Paint thicker borders on high
DPI screens.