LICENSE
pyproject.toml
setup.py
docs/README.md
src/fluidpatcher/__init__.py
src/fluidpatcher/bankfiles.py
src/fluidpatcher/config.py
src/fluidpatcher/patcher.py
src/fluidpatcher/pfluidsynth.py
src/fluidpatcher/router.py
src/fluidpatcher.egg-info/PKG-INFO
src/fluidpatcher.egg-info/SOURCES.txt
src/fluidpatcher.egg-info/dependency_links.txt
src/fluidpatcher.egg-info/entry_points.txt
src/fluidpatcher.egg-info/requires.txt
src/fluidpatcher.egg-info/top_level.txt
src/fluidpatcher/_ladspa/prebuilt/linux-aarch64/patchcord.so
src/fluidpatcher/_ladspa/prebuilt/linux-armv71/patchcord.so
src/fluidpatcher/_ladspa/prebuilt/linux-x86_64/patchcord.so
src/fluidpatcher/data/fluidpatcherconf.yaml
src/fluidpatcher/data/banks/control_names.txt
src/fluidpatcher/data/banks/testbank.yaml
src/fluidpatcher/data/midi/elevatorgroove.mid
src/fluidpatcher/data/midi/funkjam.mid
src/fluidpatcher/data/midi/funkjam2.mid
src/fluidpatcher/data/sounds/ModSynth_R1.sf2
src/fluidpatcher/data/sounds/test.sf2
src/fluidpatcher/examples/basic.py
src/fluidpatcher/examples/live_bank_editor.py
src/fluidpatcher/examples/patch_add_remove.py