polarity-correct scope

This commit is contained in:
minjaesong
2023-11-22 00:29:44 +09:00
parent 3ff90655f6
commit 72dc444353
2 changed files with 11 additions and 4 deletions

View File

@@ -569,6 +569,9 @@ class BasicDebugInfoWindow : UICanvas() {
App.fontSmallNumbers.draw(batch, "Bs:${BUFFER_SIZE/4}", x+3f, y+1f)
}
is Scope -> {
// batch.color = COL_FILTER_WELL_BACK
// Toolkit.fillArea(batch, 200, 200, 256, 256)
batch.color = scopePlotCol
val xxs = filter.backbufR
val yys = filter.backbufL
@@ -586,6 +589,9 @@ class BasicDebugInfoWindow : UICanvas() {
val py = ys[i] * halfStripW + halfStripW
Toolkit.fillArea(batch, x + px, y + py, 1f, 1f)
// Toolkit.fillArea(batch, 328 + xs[i] * 128, 328 + ys[i] * 128, 1f, 1f)
// scopedSamples++
}