.all-contributorsrc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
TODO.md
VERSION
mkdocs.yml
pyproject.toml
requirements.txt
setup.cfg
tox.ini
.vscode/settings.json
.vscode/tasks.json
docs/contributing.md
docs/flp-format.md
docs/handbook.md
docs/index.md
docs/installation.md
docs/reference.md
docs/requirements.txt
docs/reference/arrangement.md
docs/reference/channel.md
docs/reference/constants.md
docs/reference/controllers.md
docs/reference/event.md
docs/reference/exceptions.md
docs/reference/flobject.md
docs/reference/insert.md
docs/reference/misc.md
docs/reference/parser.md
docs/reference/pattern.md
docs/reference/plugin.md
docs/reference/project.md
docs/reference/properties.md
docs/reference/utils.md
docs/reference/validators.md
pyflp/__init__.py
pyflp/_event.py
pyflp/_flobject.py
pyflp/_properties.py
pyflp/_utils.py
pyflp/_validators.py
pyflp/constants.py
pyflp/controllers.py
pyflp/exceptions.py
pyflp/misc.py
pyflp/parser.py
pyflp/project.py
pyflp.egg-info/PKG-INFO
pyflp.egg-info/SOURCES.txt
pyflp.egg-info/dependency_links.txt
pyflp.egg-info/requires.txt
pyflp.egg-info/top_level.txt
pyflp/arrangement/__init__.py
pyflp/arrangement/arrangement.py
pyflp/arrangement/playlist.py
pyflp/arrangement/timemarker.py
pyflp/arrangement/track.py
pyflp/channel/__init__.py
pyflp/channel/arp.py
pyflp/channel/channel.py
pyflp/channel/delay.py
pyflp/channel/envlfo.py
pyflp/channel/filter.py
pyflp/channel/fx.py
pyflp/channel/level_offsets.py
pyflp/channel/levels.py
pyflp/channel/parameters.py
pyflp/channel/polyphony.py
pyflp/channel/tracking.py
pyflp/insert/__init__.py
pyflp/insert/event.py
pyflp/insert/insert.py
pyflp/insert/parameters.py
pyflp/insert/slot.py
pyflp/pattern/__init__.py
pyflp/pattern/controller.py
pyflp/pattern/note.py
pyflp/pattern/pattern.py
pyflp/plugin/__init__.py
pyflp/plugin/_plugin.py
pyflp/plugin/vst.py
pyflp/plugin/effects/__init__.py
pyflp/plugin/effects/balance.py
pyflp/plugin/effects/fast_dist.py
pyflp/plugin/effects/notebook2.py
pyflp/plugin/effects/send.py
pyflp/plugin/effects/soft_clipper.py
pyflp/plugin/effects/soundgoodizer.py
pyflp/plugin/effects/stereo_enhancer.py
pyflp/plugin/synths/__init__.py
pyflp/plugin/synths/boobass.py
tests/__init__.py
tests/conftest.py
tests/test_events.py
tests/test_parser.py
tests/test_project.py
tests/test_validators.py
tests/assets/FL 20.8.3.zip
tests/assets/README.md