Breaking change/crash with AudioProcessorValueTreeStateParameterAttributes

Parameter’s valueToTextFunction used to be optional and we could pass nullptr.
With the AudioProcessorValueTreeStateParameterAttributes changes this will crash.

The deprecated Parameter’s constructor should check for nullptr here l501:

1 Like

Thanks for reporting:

1 Like