Track levels were being converted to dB scale twice: 1. First in useMultiTrackPlayer via linearToDbScale() 2. Again in TrackFader via linearToDb() This caused tracks to show incorrect meter levels compared to master. Now both track and master levels store raw linear values (0-1) and let the fader components handle the single dB conversion for display. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>