feat(settings): add keyboard note range calibration - #432
Merged
Merged
Conversation
PolyMeilex
reviewed
Sep 8, 2026
PolyMeilex
left a comment
Owner
There was a problem hiding this comment.
The app just randomly crasches during calibration.
Then it saves the broken configuration to the config file, and the app refuses to start ever again.
But the idea is quite cool, I'll take over from here and implement this with human guidance in the loop.
Co-Authored-By: KVK Siddartha <85823619+KVKcodes@users.noreply.github.com>
PolyMeilex
force-pushed
the
feat/calibrate-note-range
branch
from
September 8, 2026 19:11
7b86f0f to
7d08880
Compare
PolyMeilex
enabled auto-merge (squash)
September 8, 2026 19:14
Owner
|
Thanks! This is very usefull. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a "Calibrate" button to the "Note Range" settings section that lets users automatically configure their piano note range directly from their connected MIDI keyboard.
Problem
Setting the note range manually via the plus/minus spin buttons can be tedious, especially when using keyboards with non-standard or varying key counts (e.g., 25, 49, 61, 76, or 88 keys).
Solution