I'm new to Juce and I'm making some test with the AudioProcessorParameters of Juce4. In my audio plugin I created a couple of params using the createAndAddParameter function with a custom range and ValueToText function:
Everything seems working fine but when I change the parameter through an automation or a widget i see only the normalized value in the DAW Automation section or in the Widget ValueText; I expected insted to see of the value in the vdBRange (-20.f - +20.f) formatted with CustomTextValue I passed to parameter constructor.
Hi Jules, thanks for writing, I'm testing on REAPER; anyway I don't think it's related to DAW since all other VST plugins loaded in Reaper show not-normalized range with pre and postfix where needed.
They might use VSTXML to scale the ranges. Surely setting a breakpoint in the relvant getParameter and getParameterText (or the AudioParameter equivalents) methods will show you if Reaper calls them?