Added frequency and default key&scale

This commit is contained in:
2023-02-13 01:21:55 +02:00
parent 4f019bfda4
commit 7cc89d3333
3 changed files with 24 additions and 10 deletions

View File

@ -41,7 +41,7 @@ DEFAULT_DURS = {
DEFAULT_OCTAVE = 4
DEFAULT_OPTIONS = {"octave": 0, "duration": 0.25}
DEFAULT_OPTIONS = {"octave": 0, "duration": 0.25, "key":"C4", "scale":"IONIAN"}
OPERATORS = {
"+": operator.add,