Skip to content

Build fails with Juce 6 #4

@Xenakios

Description

@Xenakios

The plugin processor code has at least this piece of code that is no longer compatible with Juce :

myVoice->getEnvelopeParams(tree.getRawParameterValue("attack"), tree.getRawParameterValue("decay"), tree.getRawParameterValue("sustain"), tree.getRawParameterValue("release"));

getRawParameterValue now returns std::atomic<float>* and it won't work with the getEnvelopeParams call that expects plain float*'s.

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