Skip to content

Multiband attack and release are broken #9

@Manamongods

Description

@Manamongods

This commit:
fd08cdc

Changed the lines from:
atk = GetTimeConstant(0.99f, _atk); rel = GetTimeConstant(0.99f, _rel);
to:
atk = GetTimeConstant(0.99f, atk); rel = GetTimeConstant(0.99f, rel);

which means atk and rel are never being set correctly.

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