Hi,
According to my Debugging-results I assume that the process-member of the processor-class will only get normalized parameter-values that were changed. Is this correct?
That would imply: In the GUI I see the plain value that is then normalized via Parameter-class-members, and this normalized value is transmitted via the host to the processor-instance, where I potentially need the plain value again, hence: plain -> normalized -> plain (for processing).
Is this also correct?