From 643fb3150563481442995712d842eba7cdfe8ecc Mon Sep 17 00:00:00 2001 From: LeapwardKoex Date: Sun, 6 Apr 2025 10:04:13 +1200 Subject: [PATCH] Add support for large button setting, which extends the size of the ring buttons to fill the rendered area of the touch pannel Re-write button handling to decrese latency and fix issues where some notes where not picked up during slide actions --- App.config | 3 + MainWindow.xaml | 2 +- MainWindow.xaml.cs | 22 +- MainWindowViewModel.cs | 16 + Managers/MaiTouchComConnector.cs | 2 +- Properties/Settings.Designer.cs | 14 +- Properties/Settings.settings | 3 + TouchPanel.xaml | 68 ++-- TouchPanel.xaml.cs | 538 +++++++++++++++++++++++++++---- 9 files changed, 558 insertions(+), 110 deletions(-) diff --git a/App.config b/App.config index b27d2c8..4612be2 100644 --- a/App.config +++ b/App.config @@ -37,6 +37,9 @@ True + + False + \ No newline at end of file diff --git a/MainWindow.xaml b/MainWindow.xaml index 6a1b9a3..aeaf42e 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -99,7 +99,7 @@