Skip to content

Conversation

@sdatkinson
Copy link
Owner

@sdatkinson sdatkinson commented Nov 15, 2024

image

Description

  • Integrate controls for setting the input calibration level of the plugin input
  • Activate input calibration (default off--better to have the same behavior as before than to have it automatically change the sound and maybe not be correct for the use case in the signal chain.)

Resolves #294.

PR Checklist

  • Does the VST3 plugin pass all of the unit tests in the VST3PluginTestHost? (Download it as part of the VST3 SDK here.)
    • Windows
    • macOS
  • [Y] Does your PR add, remove, or rename any plugin parameters?
    • [N] If yes, then have you ensured that older versions of the plug-in load correctly? (Usually, this means writing a new legacy unserialization function like _UnserializeStateLegacy_0_7_9.)

@sdatkinson sdatkinson changed the title [FEATURE, BREAKING] Input level calibration [FEATURE] Input level calibration Nov 16, 2024
@sdatkinson
Copy link
Owner Author

I'm going to put the backward-compatible unserialization for another PR; this one is already dauntingly big.

That'll let me help out #494 as well.

@sdatkinson sdatkinson marked this pull request as ready for review November 17, 2024 01:19
@sdatkinson sdatkinson merged commit 420f438 into main Nov 17, 2024
@sdatkinson sdatkinson deleted the 294-input-level branch November 17, 2024 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Support for automatically adjusting input level control to an internal reference level metadata value

2 participants