LICENSE
README.md
pyproject.toml
logic2ableton/__init__.py
logic2ableton/__main__.py
logic2ableton/ableton_generator.py
logic2ableton/cli.py
logic2ableton/logic_parser.py
logic2ableton/models.py
logic2ableton/plugin_database.py
logic2ableton/plugin_matcher.py
logic2ableton/report.py
logic2ableton/vst3_scanner.py
logic2ableton.egg-info/PKG-INFO
logic2ableton.egg-info/SOURCES.txt
logic2ableton.egg-info/dependency_links.txt
logic2ableton.egg-info/entry_points.txt
logic2ableton.egg-info/top_level.txt
logic2ableton/data/DefaultLiveSet.als
tests/test_ableton_generator.py
tests/test_cli.py
tests/test_logic_parser.py
tests/test_models.py
tests/test_plugin_database.py
tests/test_plugin_matcher.py
tests/test_report.py
tests/test_vst3_scanner.py