LICENSE
README.md
pyproject.toml
dodecaphony/__init__.py
dodecaphony/__main__.py
dodecaphony/constants.py
dodecaphony/evaluation.py
dodecaphony/fragment.py
dodecaphony/music_theory.py
dodecaphony/optimization.py
dodecaphony/rendering.py
dodecaphony/transformations.py
dodecaphony/utils.py
dodecaphony.egg-info/PKG-INFO
dodecaphony.egg-info/SOURCES.txt
dodecaphony.egg-info/dependency_links.txt
dodecaphony.egg-info/requires.txt
dodecaphony.egg-info/top_level.txt
dodecaphony/configs/default_config.yml
dodecaphony/configs/sinethesizer_presets.yml
dodecaphony/scoring_functions/__init__.py
dodecaphony/scoring_functions/harmony.py
dodecaphony/scoring_functions/melody.py
dodecaphony/scoring_functions/rhythm.py
tests/test_evaluation.py
tests/test_fragment.py
tests/test_music_theory.py
tests/test_optimization.py
tests/test_rendering.py
tests/test_transformations.py