Radium 6.9.98 released
Posted: 15 Apr 2022 08:18
Most work this time has been spent upgrading notes to the new internal data structure, but this work is in progress and has so far not been included into the master branch.
This release features many 3rd party library upgrades. Most importantly, Qt is upgraded from 5.15.2 to 5.15.3, JUCE is upgraded from 6.1.4 to 6.1.6, and Faust is upgraded from 2020-12 to latest version 2.37.3.
VST3 plugins on Linux should work better now, but other things might work better as well.
The most notable new feature this time is the new "glissando" mode in the Song Preferences to simulate pitch changes for instruments that don't support that. This feature can for instance be used to quickly create funny-sounding glissandos by automating the pitch of playing notes:
Besides this the release contains a few number of bug fixes.
Radium seems to be in a very stable condition now, so Radium V7 should be released soon.
Changes 6.9.97 -> 6.9.98:
This release features many 3rd party library upgrades. Most importantly, Qt is upgraded from 5.15.2 to 5.15.3, JUCE is upgraded from 6.1.4 to 6.1.6, and Faust is upgraded from 2020-12 to latest version 2.37.3.
VST3 plugins on Linux should work better now, but other things might work better as well.
The most notable new feature this time is the new "glissando" mode in the Song Preferences to simulate pitch changes for instruments that don't support that. This feature can for instance be used to quickly create funny-sounding glissandos by automating the pitch of playing notes:
Besides this the release contains a few number of bug fixes.
Radium seems to be in a very stable condition now, so Radium V7 should be released soon.
Changes 6.9.97 -> 6.9.98:
- 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.