-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SW3: Remove pythagorean enharmonic config #640
Comments
I wonder if the default Pythagoreans ought to be |
MIDI is a not a great standard, but it is a standard nonetheless. It's what SW3 already uses for the labels of the empty scale that defaults to 12TET. Bad defaults also incentivize people to learn the language and be explicit about root pitch declaration. |
True. The "sharp" approach is "simpler", in a way. The eight original notes, ranging historically in Western theory from Bb to B, were Pythagorean. My only counter-argument here might be that using "sharp" defaults (as the composer Xenakis did) reinforces the very strongly ingrained sense that sharps and flats are somehow enharmonic equivalents (rather than being 12 fifths apart, and spanning a comma, as we generally prefer it). Would it be an acceptable alternative to have a choice of b / # enharmonics on the black notes only? That would be convenient and elegant. |
As awareness of tuning possibilities grows, I like the idea of keeping some useful links to existing practice, and opening up the concepts therefrom. If someone is beginning with the idea of a reference pitch, the most relevant ones will be the Pythagorean diatonics F C G D A E, which each have examples in the literature. Tuning E4 down a comma is a useful tonic for a scale, but as you say this will be something that is for "power users" who familiarise themselves with syntax. |
I'd really want to get rid of the enharmonic dropdown. It takes up needless space. The best I can offer is a warning for black notes: |
OK, sounds good! |
Use the sharp enharmonic by default (MIDI standard). Motivate the user to declare an explicit root pitch when using a black base note. ref #640
Use the sharp enharmonic by default (MIDI standard). Motivate the user to declare an explicit root pitch when using a black base note. Update sonic-weave dependency. Hook into the warning system. SonicWeave changelog: - Binary prefixes - "Aug" and "dim" as alternatives for "a" and "d" - Vulgar fractions of Aug, M, #, etc. in Pythagorean notation - Make "/" a bona fide operator - Helpful warning to let the user know that fraction reduction is called "simplify" ref #640
Use the sharp enharmonic by default (MIDI standard). Motivate the user to declare an explicit root pitch when using a black base note. Update sonic-weave dependency. Hook into the warning system. SonicWeave changelog: - Binary prefixes - "Aug" and "dim" as alternatives for "a" and "d" - Vulgar fractions of Aug, M, #, etc. in Pythagorean notation - Make "/" a bona fide operator - Helpful warning to let the user know that fraction reduction is called "simplify" ref #640
Just default to a sharp following the MIDI standard.
Power users know how to say
Eb4 = mtof(_) = 1/1
.The text was updated successfully, but these errors were encountered: