README.md
setup.cfg
setup.py
sinethesizer/__init__.py
sinethesizer/__main__.py
sinethesizer/default_config.yml
sinethesizer.egg-info/PKG-INFO
sinethesizer.egg-info/SOURCES.txt
sinethesizer.egg-info/dependency_links.txt
sinethesizer.egg-info/requires.txt
sinethesizer.egg-info/top_level.txt
sinethesizer/effects/__init__.py
sinethesizer/effects/filter.py
sinethesizer/effects/filter_sweep.py
sinethesizer/effects/overdrive.py
sinethesizer/effects/registry.py
sinethesizer/effects/reverb.py
sinethesizer/effects/tremolo.py
sinethesizer/effects/vibrato.py
sinethesizer/io/__init__.py
sinethesizer/io/load_presets.py
sinethesizer/io/midi_to_numpy.py
sinethesizer/io/numpy_to_wav.py
sinethesizer/io/tsv_to_numpy.py
sinethesizer/synth/__init__.py
sinethesizer/synth/envelopes.py
sinethesizer/synth/synth.py
sinethesizer/synth/timbre.py
sinethesizer/synth/timeline.py
sinethesizer/synth/validation.py
sinethesizer/utils/__init__.py
sinethesizer/utils/music_theory.py
sinethesizer/utils/waves.py
tests/__init__.py
tests/conftest.py
tests/effects/__init__.py
tests/effects/test_filter.py
tests/effects/test_filter_sweep.py
tests/effects/test_overdrive.py
tests/effects/test_reverb.py
tests/effects/test_tremolo.py
tests/effects/test_vibrato.py
tests/io/__init__.py
tests/io/test_load_presets.py
tests/io/test_midi_to_numpy.py
tests/io/test_numpy_to_wav.py
tests/io/test_tsv_to_numpy.py
tests/synth/__init__.py
tests/synth/test_envelopes.py
tests/synth/test_synth.py
tests/synth/test_timeline.py
tests/synth/test_validation.py
tests/utils/__init__.py
tests/utils/test_music_theory.py
tests/utils/test_waves.py