.zenodo.json
ASSESSMENT.md
CHANGELOG.md
CITATION.cff
DISCREPANCIES.md
LICENSE
MANIFEST.in
README.md
RECONCILIATION.md
RELEASING.md
conftest.py
pyproject.toml
pytest.ini
docs/api.rst
docs/conf.py
docs/index.rst
docs/tutorial.rst
music/__init__.py
music/bonds.py
music/hrtf.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/design.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/stimulation/__init__.py
music/stimulation/session.py
music/stimulation/stimuli.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
music/theory/__init__.py
music/theory/chords.py
music/theory/intervals.py
music/theory/scales.py
tests/test_abc_notation.py
tests/test_additional.py
tests/test_article.py
tests/test_audio_formats.py
tests/test_bonds.py
tests/test_branches.py
tests/test_docstring_references.py
tests/test_docstring_signature.py
tests/test_envelopes.py
tests/test_fidelity.py
tests/test_filter_design.py
tests/test_filters.py
tests/test_filters_response.py
tests/test_hrtf.py
tests/test_hrtf_dataset.py
tests/test_import_cost.py
tests/test_io.py
tests/test_io_paths.py
tests/test_legacy.py
tests/test_localize_linear.py
tests/test_mass_reconciliation.py
tests/test_mixing.py
tests/test_normalization.py
tests/test_notes_extra.py
tests/test_peals_named.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_stimulation.py
tests/test_stimulation_session.py
tests/test_structures.py
tests/test_synths.py
tests/test_tables.py
tests/test_theory.py
tests/test_tutorial.py
tests/test_utils.py
tests/test_zenodo_metadata.py
tests/fixtures/mass_reference.npz
tools/article_coverage.py
tools/assessment_figures.py
tools/audit_audio_tests.py
tools/check_sdist.py
tools/mass_reconcile.py
tools/mass_reference.py
tools/release.py
tools/run_examples.py
tools/verify_subjects.py
tools/zenodo_sync.py