The big bug tier list
-
Clones in ScriptNode don't work. I've posted three threads of examples which multiple devs have confirmed.
-
PluginParameters are not working anymore.
I assume since the new system there is a major bug that the plugin parameter is creating a loop reporting back the value which breaks automations in Ableton Live (i assume also major problem for other DAWS). As not everyone maybe tries if automations are still working when pushing an update I thought it's important to mention as it fully breaks automations.
Recreate: one slider - pluginParameter == true - compile and try to automate - live will instantly behave as if there was an interference. -
@ps Mmmm... That might be why I have a customer experiencing a bug, failing LogicPro validation... (though it works on some systems like mine)
-
@ustk if you draw in an animation in ableton live for a plugin parameter it doesn't instantly jump to not automating because it thinks you interfered?
-
@ps I'm getting some reports from beta testers that automation is bunked in Cubase. Gonna take a closer look this weekend.
-
@Dan-Korneff @ustk I can confirm that after reverting to the last commit before the new plugin parameter system was introduced makes the automations from the DAW work as expected again. I'm cherrypicking other later commits now to narrow it down.
-
@ps interesting, which commit is it?
-
@ustk 02ac163c295b4ac053c6172b1567d9e0148d6e09
It would be very unlikely that DAW automation of plugin parameters (recorded) is not broken for any plugin compiled with a commit later than that. Once the parameter is changed by the DAW it reports back from the plugin again leading to the same behaviour as if you would have moved the slider - in ableton live this leads to "interference" mode which makes automations from the DAW simply not working. -
Clicking a draggablefilterpanel controlling a ParametricEQ within a panel that is disabled will hard crash HISE, and Cubase + Logic once the plugin is compiled. This is a real bummer as my latest plugin uses panels to display a series of effects which users can enable and disable, disabling the panel makes it visibly obvious the effect is off, but if a user was to click the panel they'd hard crash their DAW.
-
@LozPetts said in The big bug tier list:
Clicking a draggablefilterpanel controlling a ParametricEQ within a panel that is disabled will hard crash HISE,
I'm pretty sure this bug has been around for a while. Place another panel over the EQ when it's disabled ;)
-
@Dan-Korneff @ps Just got a report back that the automation system isn't working in Ableton properly. Thanks for sharing your insights.
-
Automation bug added here:
Previous automation data overwritten on playback when Read/Write automation enabled · Issue #749 · christophhart/HISE
Description: When Read/Write automation is enabled on the plugin, any previously recorded automation data is overwritten during playback. This appears to be introduced around commit 02ac163. Steps to Reproduce: Load your host (e.g. Logic...
GitHub (github.com)