midi checkpoint

This commit is contained in:
2026-06-13 22:04:27 -05:00
parent e9fff9691b
commit 397e1fe7dc
6 changed files with 29 additions and 10 deletions

View File

@@ -54,6 +54,9 @@ ApplicationWindow {
width: 600
height: 300
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: -200
// this timer triggers a constant update on the scope's canvas, calls its draw() each time
Timer {