mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 23:00:20 +00:00
5 lines
122 B
Python
5 lines
122 B
Python
from pytuning.scales import create_edo_scale
|
|
|
|
edo_12_scale = create_edo_scale(12)
|
|
print((edo_12_scale[1] * 440).evalf(8))
|