Skip to content

getGain() returns always zero, regardless the value previously set with setGain()Β #20

@gmbertani

Description

@gmbertani

Hello,

in Settings.cpp, line 239:

if ((name.length() >= 2) && (name.substr(0, 2) == "AUDIO"))

always failed. I had to patch it in this way to make it work:

if ((name.length() >= 2) && (name.substr(0, 2) == "AU"))
Cordially
Giuseppe

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