.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/main.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/notebooks.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
notebooks/mesonic-audification.ipynb
notebooks/mesonic-introduction.ipynb
notebooks/mesonic-ison2022-examples.ipynb
notebooks/mesonic-latency-tests.ipynb
notebooks/mesonic-mbs.ipynb
notebooks/mesonic-pmson.ipynb
notebooks/mesonic-sc3nb-comparison.ipynb
notebooks/files/epileptic-eeg.csv
notebooks/files/nrt-render.wav
notebooks/files/record.wav
notebooks/files/ring.wav
src/mesonic/__init__.py
src/mesonic/buffer.py
src/mesonic/context.py
src/mesonic/events.py
src/mesonic/playback.py
src/mesonic/processor.py
src/mesonic/record.py
src/mesonic/synth.py
src/mesonic/timeline.py
src/mesonic.egg-info/PKG-INFO
src/mesonic.egg-info/SOURCES.txt
src/mesonic.egg-info/dependency_links.txt
src/mesonic.egg-info/not-zip-safe
src/mesonic.egg-info/requires.txt
src/mesonic.egg-info/top_level.txt
src/mesonic/backend/__init__.py
src/mesonic/backend/backend_sc3nb.py
src/mesonic/backend/bases.py
tests/conftest.py
tests/test_backend.py
tests/test_events.py
tests/test_playback.py
tests/test_timeline.py