[FEATURE] Add I/O calibration to metadata #477
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
.nam
file for non-breaking changes to the spec.Add levels for the reamp send/return that was used to record the gear.
Stored under the metadata fields:
"input_level_dbu"
: The level being input to the gear, in dBu, corresponding to a 1kHz sine wave with 0dBFS peak."output_level_dbu"
: The level, in dBu, of a 1kHz sine wave that achieves 0dBFS peak when input to the interface that's recording the output of the gear being modeled.These can be used by plug-ins to automatically adjust the level of the incoming signal (if the plug-in is the first one that the signal is processed by, or if the I/O calibration of all of the previous effects are known) and the outgoing signal (to achieve the correct overall gain across the model).
Resolves #244