LICENSE
README.md
pyproject.toml
music/__init__.py
music/py.typed
music/sequencer.py
music/tables.py
music/utils.py
music.egg-info/PKG-INFO
music.egg-info/SOURCES.txt
music.egg-info/dependency_links.txt
music.egg-info/requires.txt
music.egg-info/top_level.txt
music/core/__init__.py
music/core/functions.py
music/core/io.py
music/core/filters/__init__.py
music/core/filters/adsr.py
music/core/filters/fade.py
music/core/filters/impulse_response.py
music/core/filters/localization.py
music/core/filters/loud.py
music/core/filters/reverb.py
music/core/filters/stretches.py
music/core/synths/__init__.py
music/core/synths/envelopes.py
music/core/synths/noises.py
music/core/synths/notes.py
music/legacy/CanonicalSynth.py
music/legacy/IteratorSynth.py
music/legacy/__init__.py
music/legacy/classes.py
music/legacy/tables.py
music/legacy/pieces/__init__.py
music/legacy/pieces/testSong2.py
music/singing/__init__.py
music/singing/bootstrap.py
music/singing/paths.py
music/singing/perform.py
music/structures/__init__.py
music/structures/permutations.py
music/structures/symmetry.py
music/structures/peals/__init__.py
music/structures/peals/base.py
music/structures/peals/peals.py
music/structures/peals/plain_changes.py
tests/test_abc_notation.py
tests/test_additional.py
tests/test_branches.py
tests/test_envelopes.py
tests/test_fidelity.py
tests/test_filters.py
tests/test_filters_response.py
tests/test_io.py
tests/test_io_paths.py
tests/test_legacy.py
tests/test_localize_linear.py
tests/test_mixing.py
tests/test_normalization.py
tests/test_notes_extra.py
tests/test_public_api.py
tests/test_remaining_paths.py
tests/test_sequencer.py
tests/test_singing.py
tests/test_spectral.py
tests/test_structures.py
tests/test_synths.py
tests/test_tables.py
tests/test_tutorial.py
tests/test_utils.py