LICENSE
README.md
pyproject.toml
logic2ableton/__init__.py
logic2ableton/__main__.py
logic2ableton/ableton_generator.py
logic2ableton/ableton_metadata.py
logic2ableton/ableton_parser.py
logic2ableton/audio.py
logic2ableton/cli.py
logic2ableton/logic_parser.py
logic2ableton/logic_transfer.py
logic2ableton/models.py
logic2ableton/paths.py
logic2ableton/plugin_database.py
logic2ableton/plugin_matcher.py
logic2ableton/protools_import.py
logic2ableton/protools_parser.py
logic2ableton/protools_transfer.py
logic2ableton/report.py
logic2ableton/smf.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_ableton_parser.py
tests/test_cli.py
tests/test_cli_protools.py
tests/test_cli_reverse.py
tests/test_forward_midi.py
tests/test_logic_parser.py
tests/test_logic_transfer.py
tests/test_midi_transfer.py
tests/test_models.py
tests/test_native_midi.py
tests/test_plugin_database.py
tests/test_plugin_matcher.py
tests/test_protools_parser.py
tests/test_protools_transfer.py
tests/test_report.py
tests/test_review_regressions.py
tests/test_vst3_scanner.py