Colors notes by harmonic root (scale degree I–vii°) using the Weighted Third-Stacking algorithm.#32578
Open
faiyazchowdhury wants to merge 1 commit intomusescore:masterfrom
Open
Colors notes by harmonic root (scale degree I–vii°) using the Weighted Third-Stacking algorithm.#32578faiyazchowdhury wants to merge 1 commit intomusescore:masterfrom
faiyazchowdhury wants to merge 1 commit intomusescore:masterfrom
Conversation
…, and other notes in triad grey. Makes identifying degrees, musical complexity, and identifying composition mistakes very easy.
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.
Colors notes by harmonic root (scale degree I–vii°) using the Weighted Third-Stacking algorithm. Root notes use degree colors, triad members (3rd, 5th) are grey, and other diatonic notes use their degree color. Makes identifying degrees, understanding musical complexity, and identifying composition mistakes easier.
Features
Measure-by-measure analysis for full score or selection
Selection ≤ 1 measure: uses selection as harmonic window
Single-note selection: toggle degree color on/off
Weighted Third-Stacking algorithm for root detection
I signed the CLA
The title of the PR describes the problem it addresses
Each commit's message describes its purpose and effects, and references the issue it resolves
If changes are extensive, there is a sequence of easily reviewable commits
The code in the PR follows the coding rules
There are no unnecessary changes
The code compiles and runs on my machine, preferably after each commit individually
I created a unit test or vtest to verify the changes I made (if applicable)