date marks for DSPs

This commit is contained in:
minjaesong
2024-01-21 15:14:17 +09:00
parent d927d1d240
commit c00dd4e0bf
17 changed files with 114 additions and 9 deletions

View File

@@ -721,7 +721,7 @@ class BasicDebugInfoWindow : UICanvas() {
}
// comp marker
track.filters.filterIsInstance<SoftClp>().firstOrNull()?.let {
track.filters.filterIsInstance<DspCompressor>().firstOrNull()?.let {
for (ch in 0..1) {
val downForceNow = it.downForce[ch] * 1.0
if (downForceNow != 0.0) {