Storing non-automated Parameters

Hi Jucers,

I would like to know if there’s a convenient procedure for saving single parameters that don’t require any automation.
Searching this forum I read a lot about parameter scaling to the permitted range of [0…1] - but how about large numbers like an OSC-port?
Is there a separate mechanism for saving single parameters / numbers?

Thanks in advance

For saving them where?

Implement these virtual functions in your derived processor:
AudioProcessor::getStateInformation(…)
AudioProcessor::setStateInformation(…)

@Jules: I wanted to save them in the Host Project file or the file that is associated to the Host-/Plugin configuration.
So @fbecker’s proposal was the solution I was looking for.

Thanks