Skip to content

NoiseBox addperiod/mulperiod copy paste issue? #17

Description

@LamaMakesMusic

Instead of
[...] if (data->mulcount >= addperiod)

it should compare to 'mulperiod', right?
[...] if (data->mulcount >= mulperiod)

Source:
https://github.com/Unity-Technologies/NativeAudioPlugins/blob/188a776e2d9f217af1afa574b92a11cd82600271/NativeCode/Plugin_NoiseBox.cpp#L110C59-L110C68

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions