Files
pytheory/t.py
T
2018-08-29 06:49:53 -04:00

11 lines
229 B
Python

from pprint import pprint
import pytheory
from pytheory import TonedScale, Tone
# print(c)
# print(c.subtract(1))
# print(c.add(1))
c = TonedScale(tonic="C4").scales["major"]
print(c[1].pitch())
# print(pytheory.western.scales)