audio routing optimisations

This commit is contained in:
minjaesong
2024-01-21 20:48:32 +09:00
parent 612f4b830f
commit eebfa5c9de
2 changed files with 8 additions and 8 deletions

View File

@@ -463,7 +463,7 @@ class BasicDebugInfoWindow : UICanvas() {
private val stripGap = 1
private val stripFilterHeight = 16
private val stripFaderHeight = meterHeight + 20
private val numberOfFilters = 16
private val numberOfFilters = 14
private val stripH = stripFaderHeight + stripFilterHeight * numberOfFilters + 16
private val trackBack = listOf(COL_WELL, COL_WELL2)