LICENSE.txt
README.md
pyproject.toml
setup.py
src/scamp/__init__.py
src/scamp/_abjad_facade.py
src/scamp/_dependencies.py
src/scamp/_engraving_translations.py
src/scamp/_metric_structure.py
src/scamp/_midi.py
src/scamp/_parsing.py
src/scamp/_soundfont_host.py
src/scamp/instruments.py
src/scamp/note_properties.py
src/scamp/performance.py
src/scamp/playback_adjustments.py
src/scamp/playback_implementations.py
src/scamp/quantization.py
src/scamp/score.py
src/scamp/session.py
src/scamp/settings.py
src/scamp/spanners.py
src/scamp/spelling.py
src/scamp/test_run.py
src/scamp/text.py
src/scamp/transcriber.py
src/scamp/utilities.py
src/scamp.egg-info/PKG-INFO
src/scamp.egg-info/SOURCES.txt
src/scamp.egg-info/dependency_links.txt
src/scamp.egg-info/entry_points.txt
src/scamp.egg-info/not-zip-safe
src/scamp.egg-info/requires.txt
src/scamp.egg-info/top_level.txt
src/scamp/__pyinstaller/__init__.py
src/scamp/__pyinstaller/hook-scamp.py
src/scamp/_thirdparty/__init__.py
src/scamp/_thirdparty/fluidsynth.py
src/scamp/_thirdparty/sf2or3utils/__init__.py
src/scamp/_thirdparty/sf2or3utils/bag.py
src/scamp/_thirdparty/sf2or3utils/generator.py
src/scamp/_thirdparty/sf2or3utils/instrument.py
src/scamp/_thirdparty/sf2or3utils/modulator.py
src/scamp/_thirdparty/sf2or3utils/preset.py
src/scamp/_thirdparty/sf2or3utils/riffparser.py
src/scamp/_thirdparty/sf2or3utils/sample.py
src/scamp/_thirdparty/sf2or3utils/sf2parse.py
src/scamp/_thirdparty/sf2or3utils/tests/__init__.py
src/scamp/_thirdparty/sf2or3utils/tests/test_parse.py
src/scamp/lilypond/scamp_template.ly
src/scamp/soundfonts/Merlin.sf2
test/test_examples.py