-
Notifications
You must be signed in to change notification settings - Fork 396
Open
Labels
Description
Describe the bug
The result of adding 2 levels is wrong
The result of subtracting 2 levels is wrong
To Reproduce
Level level1 = new Level(1.6, Level.ParseUnit("dB"));
Level level2 = new Level(0.7, Level.ParseUnit("dB"));
Level level3 = level1 - level2;
Level level4 = level1 + level2;
Expected behavior
db additions or subtractions should be executed without any transformations
Additional context
see https://sengpielaudio.com/calculator-db.htm