Skip to content
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

Use Forsynth to study Pythagorean tuning, Zarlino tuning, etc. #3

Open
vmagnin opened this issue Dec 5, 2022 · 0 comments
Open

Use Forsynth to study Pythagorean tuning, Zarlino tuning, etc. #3

vmagnin opened this issue Dec 5, 2022 · 0 comments
Labels

Comments

@vmagnin
Copy link
Owner

vmagnin commented Dec 5, 2022

Some procedures in Forsynth use the parameter SEMITONE defined by:

    real(dp), parameter :: SEMITONE = 2.0_dp**(1.0_dp/12.0_dp)

It mean it implicitly uses the equal temperament: https://en.wikipedia.org/wiki/Equal_temperament

But we could also use Forsynth to study other tuning system. For example, in the Western music:
https://en.wikipedia.org/wiki/Pythagorean_tuning
https://en.wikipedia.org/wiki/Gioseffo_Zarlino
https://en.wikipedia.org/wiki/Musical_tuning#Tuning_systems

But also the tuning used in other musical systems.

@vmagnin vmagnin added the idea label Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant