added simple keyboard control

This commit is contained in:
2025-12-24 20:26:37 -06:00
parent ae85e7ad13
commit c5bf66b31c
12 changed files with 202 additions and 19 deletions

View File

@@ -30,8 +30,7 @@ if not exist %BUILD_DIR% (
cmake -S . -B %BUILD_DIR% ^
-G Ninja ^
-DCMAKE_BUILD_TYPE=%CONFIG% ^
-DCMAKE_PREFIX_PATH=%QT_ROOT% ^
-DRTAUDIO_ROOT=%RTAUDIO_ROOT%
-DRTAUDIO_ROOT=%RTAUDIO_ROOT%
if errorlevel 1 goto error