essenbee / synthesizer

On-stream project to build a synthesizer using .NET Core 3, WPF and NAudio
https://www.youtube.com/playlist?list=PLStUQafDNqPPuGzF0b_IFIuiFr1jZA2Pk
MIT License
16 stars 4 forks source link

Switch Volume and Gain/Level Sliders to dB #28

Closed essenbee closed 5 years ago

essenbee commented 5 years ago

y = 10^(x/20)

x in range -60 to 0 dB => y from ~0.0 to 1.0

essenbee commented 5 years ago

Changed.

essenbee commented 5 years ago

image