LICENSE
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/automation.py
sinethesizer/effects/chorus.py
sinethesizer/effects/equalizer.py
sinethesizer/effects/filter.py
sinethesizer/effects/filter_sweep.py
sinethesizer/effects/overdrive.py
sinethesizer/effects/registry.py
sinethesizer/effects/reverb.py
sinethesizer/effects/stereo.py
sinethesizer/effects/tremolo.py
sinethesizer/effects/vibrato.py
sinethesizer/effects/volume.py
sinethesizer/envelopes/__init__.py
sinethesizer/envelopes/ahdsr.py
sinethesizer/envelopes/misc.py
sinethesizer/envelopes/registry.py
sinethesizer/envelopes/user_defined.py
sinethesizer/io/__init__.py
sinethesizer/io/events_to_wav.py
sinethesizer/io/load_presets.py
sinethesizer/io/midi_to_events.py
sinethesizer/io/tsv_to_events.py
sinethesizer/oscillators/__init__.py
sinethesizer/oscillators/analog.py
sinethesizer/oscillators/facade.py
sinethesizer/oscillators/karplus_strong.py
sinethesizer/oscillators/noise.py
sinethesizer/synth/__init__.py
sinethesizer/synth/core.py
sinethesizer/synth/event_to_amplitude_factor.py
sinethesizer/utils/__init__.py
sinethesizer/utils/misc.py
sinethesizer/utils/music_theory.py
tests/__init__.py
tests/conftest.py
tests/effects/__init__.py
tests/effects/test_automation.py
tests/effects/test_chorus.py
tests/effects/test_equalizer.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_stereo.py
tests/effects/test_tremolo.py
tests/effects/test_vibrato.py
tests/effects/test_volume.py
tests/envelopes/__init__.py
tests/envelopes/test_ahdsr.py
tests/envelopes/test_misc.py
tests/envelopes/test_user_defined.py
tests/io/__init__.py
tests/io/test_events_to_wav.py
tests/io/test_load_presets.py
tests/io/test_midi_to_events.py
tests/io/test_tsv_to_events.py
tests/oscillators/__init__.py
tests/oscillators/test_analog.py
tests/oscillators/test_facade.py
tests/oscillators/test_karplus_strong.py
tests/oscillators/test_noise.py
tests/synth/__init__.py
tests/synth/test_core.py
tests/utils/__init__.py
tests/utils/test_misc.py
tests/utils/test_music_theory.py