sdatkinson / NeuralAmpModelerPlugin

Plugin for Neural Amp Modeler
MIT License
1.99k stars 133 forks source link

[FEATURE] Output calibration #531

Closed sdatkinson closed 16 hours ago

sdatkinson commented 1 day ago

Description

Implement output calibration. Resolves #529

Normalized output is selected:

image

Example when the model doesn't support output calibration:

image

And when normalized output isn't supported:

image

If a non-supported option is chosen, then raw output will be used.

The "Normalize" control is removed from the front page since this extends it:

image

and the default will still be "normalized output" for consistency. Calibrated output is probably most useful for pedal models.

Might want to put some control on the "front page" when the selected output mode isn't supported? Maybe an orange Exclamation point in a circle and make the gear orange? Not sure.

PR Checklist