Skip to content

engine.getValue("[EffectRack1_EffectUnit1]", "loaded"); doesn't work, just throws a warning. #16741

Description

@josefveiga

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions