fix(pdb): correct auto-gain reference constants from native capture analysis#320
Open
Radexito wants to merge 1 commit into
Open
fix(pdb): correct auto-gain reference constants from native capture analysis#320Radexito wants to merge 1 commit into
Radexito wants to merge 1 commit into
Conversation
…nalysis Back-calculated from native Rekordbox capture 20 (track with +2.6 dB loudness analysis): Unnamed7 = 0x4975 = 18805 → ref7 = 18805 / 10^(2.6/20) = 13940 Unnamed8 = 0x5DC9 = 24009 → ref8 = 24009 / 10^(2.6/20) = 17802 Previous values (19048 / 30967) were community-RE estimates that did not match observed native output. Refs #299. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
39 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Corrects the CDJ auto-gain reference constants in
pdbWriter.js.Back-calculated from native Rekordbox capture 20 (track with +2.6 dB loudness):
ref7: 19048 → 13940 (fromUnnamed7 = 0x4975 = 18805)ref8: 30967 → 17802 (fromUnnamed8 = 0x5DC9 = 24009)Previous values were community-RE estimates that did not match observed native output. Two-track export verified: both fields agree to 2 decimal places, quiet/loud tracks produce correct boost/attenuation.
Needs hardware verification on CDJ-3000 to confirm trim knob position.
Closes #299
🤖 Generated with Claude Code