mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-12 00:20:03 -04:00
Small reduction in boost on bar 10
This commit is contained in:
parent
6423e2e5f8
commit
fcb716baa2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue