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:
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:
Thanks for reporting: