Last updated:
0 purchases
pyflp 2.2.1
PyFLP
PyFLP is an unofficial parser for FL Studio
project and preset files written in Python.
CI
PyPI
Activity
QA
Other
From a very general point-of-view, this is the state of what is currently
implemented. Click on a link to go to the documentation for that feature.
Group
Feature
Issues
Arrangements
πΌ Playlist
ποΈ Tracks
Channel Rack
π Automations
πΉ Instruments
π Layer
π Sampler
Mixer
ποΈ Inserts
π° Effect slots
πΆ Patterns
π Controllers
π΅ Notes
π© Timemarkers
Plugins
Native -
8 effects,
1 synth
VST 2/3
Project
- Settings and song metadata
β¬ Installation
CPython 3.8+ / PyPy 3.8+ required.
python -m pip install -U pyflp
βΆ Usage
Load a project file:
import pyflp
project = pyflp.parse("/path/to/parse.flp")
If you get any sort of errors or warnings while doing this, please open an
issue.
Save the project:
pyflp.save(project, "/path/to/save.flp")
It is advised to do a backup of your projects before doing any changes.
It is also recommended to open the modified project in FL Studio to ensure
that it works as intended.
Check the reference for a
complete list of useable features.
π Acknowledgements
Monad.FLParser: https://github.com/monadgroup/FLParser
FLPEdit (repo deleted by author)
β¨ Contributors
Thanks goes to these wonderful people:
nickberry17π»
zacangerπ π
Timπ π» π§
This project follows the all-contributors specification.
Contributions of any kind are welcome!
Please see the contributor's guide
for more information about contributing.
π§ Contact
You can contact me either via issues
and discussions or through
email via demberto(at)proton(dot)me.
Β© License
The code in this project has been licensed under the
GNU Public License v3.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.