Fix issue where converting BPM to BPM (or any tempo unit to itself) was incorrectly applying the conversion formula instead of returning the same value. Example bug: 120 BPM → BPM was returning 0.008333 instead of 120 Added check: if fromUnit === toUnit, return value unchanged. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
7.4 KiB
7.4 KiB