Skip to content

Binding to stem_count control from JavaScript always fails #14767

@SamWhited

Description

@SamWhited

Bug Description

If I try to do something like the following in a plugin:

engine.makeConnection("[Channel1]", "stem_count", this.output.bind(this));

It always returns undefined. However, if I use engine.getValue I get the number of stems back as expected (unfortunately this is less useful because it doesn't appear that stem_count has always been updated before the output call if we're binding to another group such as the stem color, so the number you get back may be incorrect, I'm not sure if this is its own separate bug or expected behavior)

Manual page for this control: https://manual.mixxx.org/2.6/en/chapters/appendix/mixxx_controls#control-[ChannelN]-stem_count

Version

2.6

OS

Arch Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions