mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 11:34:05 +09:00
date marks for DSPs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user