LICENSE
LICENSE-APACHE-2.0
NOTICE
README.md
pyproject.toml
src/faustax/__init__.py
src/faustax/audiotree.py
src/faustax/compile.py
src/faustax/contract.py
src/faustax/diffvox.py
src/faustax/dynamics.py
src/faustax/filters.py
src/faustax/functional.py
src/faustax/fx.py
src/faustax/modules.py
src/faustax/ops.py
src/faustax/processors.py
src/faustax/py.typed
src/faustax/realtime.py
src/faustax/reverb.py
src/faustax/reverb_losses.py
src/faustax/safe_grad.py
src/faustax/synth.py
src/faustax.egg-info/PKG-INFO
src/faustax.egg-info/SOURCES.txt
src/faustax.egg-info/dependency_links.txt
src/faustax.egg-info/entry_points.txt
src/faustax.egg-info/requires.txt
src/faustax.egg-info/top_level.txt
src/faustax/_generated/__init__.py
src/faustax/_generated/compressor.py
src/faustax/_generated/diffvox_compressor.py
src/faustax/_generated/diffvox_eq.py
src/faustax/_generated/diffvox_fdn.py
src/faustax/_generated/diffvox_pingpong.py
src/faustax/_generated/distortion.py
src/faustax/_generated/freeverb.py
src/faustax/_generated/gain.py
src/faustax/_generated/learnable_control_response.py
src/faustax/_generated/learnable_two_knob.py
src/faustax/_generated/lowpass_automated.py
src/faustax/_generated/modal_piano.py
src/faustax/_generated/mode_drive.py
src/faustax/_generated/parametric_eq.py
src/faustax/_generated/stereo_panner.py
src/faustax/_generated/stereo_widener.py
src/faustax/dsp/compressor.dsp
src/faustax/dsp/distortion.dsp
src/faustax/dsp/fdn_vectorize_repro.dsp
src/faustax/dsp/freeverb.dsp
src/faustax/dsp/gain.dsp
src/faustax/dsp/learnable_control_response.dsp
src/faustax/dsp/learnable_two_knob.dsp
src/faustax/dsp/lowpass_automated.dsp
src/faustax/dsp/modal_piano.dsp
src/faustax/dsp/mode_drive.dsp
src/faustax/dsp/parametric_eq.dsp
src/faustax/dsp/rbj.lib
src/faustax/dsp/stereo_panner.dsp
src/faustax/dsp/stereo_widener.dsp
src/faustax/dsp/diffvox/compressor.dsp
src/faustax/dsp/diffvox/eq.dsp
src/faustax/dsp/diffvox/fdn.dsp
src/faustax/dsp/diffvox/pingpong.dsp
src/faustax/vectorize/__init__.py
src/faustax/vectorize/__main__.py
src/faustax/vectorize/banks.py
src/faustax/vectorize/driver.py
src/faustax/vectorize/reroll.py
src/faustax/vectorize/scheduling.py
src/faustax/vectorize/signatures.py
src/faustax_vst_datasets/__init__.py
src/faustax_vst_datasets/export_treeset.py
src/faustax_vst_datasets/plugin_health.py
src/faustax_vst_datasets/stereo_dataset.py
src/faustax_vst_datasets/synthetic_inputs.py
src/faustax_vst_datasets/treeset_filter.py
src/faustax_vst_datasets/window_source.py
src/faustax_vst_datasets/windowing.py
tests/test_audio_loss_design.py
tests/test_audiotree_adapter.py
tests/test_automation.py
tests/test_batching_and_grad.py
tests/test_compile.py
tests/test_compressor.py
tests/test_contract.py
tests/test_diffvox_presets.py
tests/test_diffvox_processors.py
tests/test_distortion.py
tests/test_dynamics.py
tests/test_fdn_cross_validation.py
tests/test_filters.py
tests/test_fit_state_space_filter.py
tests/test_freeverb.py
tests/test_fx_argbind.py
tests/test_gain.py
tests/test_learn_control_response.py
tests/test_learn_mode_select.py
tests/test_learn_mode_select_interior.py
tests/test_modal_piano.py
tests/test_noise_shaped_reverb.py
tests/test_ops.py
tests/test_parametric_eq.py
tests/test_random_sampling_fit.py
tests/test_realtime.py
tests/test_reverb_losses.py
tests/test_safe_grad.py
tests/test_stereo.py
tests/test_synth.py
tests/test_vectorize.py
tests/test_vst_dataset_e2e.py
tests/test_vst_dataset_tools.py