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 |
CPython 3.8+ / PyPy 3.8+ required.
python -m pip install -U pyflp
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.
- Monad.FLParser: https://github.com/monadgroup/FLParser
- FLPEdit (repo deleted by author)
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.
You can contact me either via issues
and discussions or through
email via demberto(at)proton(dot)me
.
The code in this project has been licensed under the GNU Public License v3.