Bug Description
engine.getValue("[EffectRack1_EffectUnit1]", "loaded"); doesn't work, just throws the warning below.
warning [Controller] ControlDoublePrivate::getControl returning NULL for ( "[EffectRack1_EffectUnit1]" , "loaded" )
But querying an EffectSlot directly for "loaded" works as expected, like so:
engine.getValue("[EffectRack1_EffectUnit1_Effect1]", "loaded");
Version
2.5.4
OS
Debian 13
Bug Description
engine.getValue("[EffectRack1_EffectUnit1]", "loaded"); doesn't work, just throws the warning below.
warning [Controller] ControlDoublePrivate::getControl returning NULL for ( "[EffectRack1_EffectUnit1]" , "loaded" )
But querying an EffectSlot directly for "loaded" works as expected, like so:
engine.getValue("[EffectRack1_EffectUnit1_Effect1]", "loaded");
Version
2.5.4
OS
Debian 13