mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-04-18 06:56:03 -04:00
Small reduction in boost on bar 10
This commit is contained in:
parent
6423e2e5f8
commit
fcb716baa2
@ -124,7 +124,7 @@ void gfxEQView::update_audio_spectrum(const AudioSpectrum& spectrum) {
|
||||
if (bar == 10)
|
||||
treble_boost = 1.7f;
|
||||
else if (bar >= 9)
|
||||
treble_boost = 1.5f;
|
||||
treble_boost = 1.3f;
|
||||
else if (bar >= 7)
|
||||
treble_boost = 1.3f;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user