Skip to content

Knob value bug in logarithmic mode #2378

Description

@Guest-1013

Description

  1. When choosing logarithmic mode for a knob, the input initial value seems to be not equal to the actual initial value (with double clicking);
    • For example, for a knob ranging [0.01, 1000] with logarithmic mode, and Exp factor of 0, if I set the input initial value to 600, the actual initial value would be 10.0;
  2. However, when opening/loading a plugin, the value of the knob is the input initial value, unless I double click it to set it to the actual initial value.

Steps to reproduce

  1. Add a knob, ranging [0.01, 1000], logarithmic mode, Exp factor 0;
    • input initial value 600;
    • which would result in the actual initial value to be 10.0 with a double click;
  2. Close and re-open the patch.
    • At this time, the knob initial value will be 600 instead of 10.0;
    • a manual double click is needed to set it back to 10.0.

Video

The video about the above bug.

Versions

plugdata v0.9.3
plugdata-fx VST3 in REAPER v7.78
Windows 11

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