-
-
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
Creating non-integer EDOs #326
Comments
I think of such tunings as having a stretched octave/equave. Workarounds:
Feature proposal: |
I will also have to clarify that it was possible to create such tunings before the last update, so it should not take a lot to re-add this feature |
Unfortunately the whole application was re-written from scratch so implementing this incidental feature will be pushed to version 2.1.0. |
I think it's ambiguous how many notes a non-integer EDO scale should have. Version 1 breaks when you try to divide the octave into 0.5 parts even though the step-size is well-defined. |
Core functionality done... https://github.com/xenharmonic-devs/scale-workshop-core |
Single step approach would surely work, as long as it's not hard to set the non-integer size of an EDO. Thanks for taking time on this! |
Disable relative steps and absolute degrees inputs when divisions is not an integer. Add css styling for disabled labels. ref #326
Disable relative steps and absolute degrees inputs when divisions is not an integer. ref #326
Before the last update, it was possible to create non-integer EDOs, such as 52.99683 EDO instead of 53 EDO, 18.94809 EDO instead of 19 EDO, etc.
For context, 18.94809(...) EDO is very slightly more optimal tuning than 19 EDO, according to Riemann-Zeta tuning method
The text was updated successfully, but these errors were encountered: