Skip to content

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

@vmagnin

Description

@vmagnin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions