Tweak EQ icons

This commit is contained in:
Robin E.R. Davies
2026-04-06 14:57:10 -04:00
parent b21c9d636a
commit 0a8f3f42e4
8 changed files with 124 additions and 33 deletions
-1
View File
@@ -379,7 +379,6 @@ export const VuMeter =
}
updateChannel(vuData: VuChannelData, telltaleState: TelltaleState) {
let db = aToDb(vuData.value);
if (db > MAX_DB) db = MAX_DB;
if (db < MIN_DB) db = MIN_DB;
let y = dbToY(db);