LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
antescofo/__init__.py
antescofo/client.py
antescofo/constants.py
antescofo/events.py
antescofo/exceptions.py
antescofo/osc.py
antescofo/score.py
antescofo/simple_antescofo_score_generator.py
antescofo/types.py
antescofo/util.py
antescofo.egg-info/PKG-INFO
antescofo.egg-info/SOURCES.txt
antescofo.egg-info/dependency_links.txt
antescofo.egg-info/requires.txt
antescofo.egg-info/top_level.txt
antescofo/wip/__init__.py
antescofo/wip/audio.py
antescofo/wip/builder.py
antescofo/wip/events.py
antescofo/wip/player.py
examples/antescofo_example_script.py
examples/basic_control.py
examples/event_listening.py
examples/quick_reference.py
examples/run_demo.py
examples/score_generation.py
examples/setup_config.py
tests/__init__.py
tests/test_events.py
tests/test_score.py
tests/test_types.py