wtf is going on

This commit is contained in:
minjaesong
2024-01-11 13:31:17 +09:00
parent d92fae4bb1
commit ecd8f08419
2 changed files with 2 additions and 1 deletions

View File

@@ -469,7 +469,7 @@ class BasicDebugInfoWindow : UICanvas() {
private val dbLow = 60.0
private val oldPeak = Array(trackCount) { arrayOf(0.0, 0.0) }
private val oldPeakDS = Array(256) { arrayOf(0.0, 0.0) }
private val oldPeakDS = Array(App.getConfigInt("audio_dynamic_source_max")) { arrayOf(0.0, 0.0) }
private val oldRMS = Array(trackCount) { arrayOf(0.0, 0.0) }
private val oldComp = Array(trackCount) { arrayOf(0.0, 0.0) }