Kjetil Matheussen
unread,Mar 30, 2024, 6:36:35 PM3/30/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to radium-music-editor
Biggest change is that JUCE has been upgraded from 7.0.3 to 7.0.11.
JUCE is used to host AU, LV2, VST, and VST3 plugins, so this upgrade
might improve plugin hosting.
In addition, all the binary releases of 7.3.84 except MacOs/ARM had a
bug causing instruments to automatically switch when current block is
changed when playing song. Since the "locked instrument" feature was
removed from that release, meaning that you couldn't disable this
behavior, this bug could have been very annoying.
Changes 7.3.84 -> 7.4.76:
* Instruments: Fix current instrument changing
automatically when playing song and switching
between blocks. This was only a bug in the official
binary releases of Radium 7.3.84.
* Help: Minor fix
* About: Include Faust version in the about window.
* Mac/ARM: Fix deadlock happening when showing
assertion reporter.
* Gui: Fix crash when exiting program and waiting for
a plugins to finish running.
* JUCE: 7.0.3 -> 7.0.11
* Sequencer: Don't throw error if pasting automation
from the clipboard where the two first nodes had
the same time values.