FL Studio project file parser
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyflp-2.2.1.tar.gz
.
File metadata
- Download URL: pyflp-2.2.1.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0926b8a8cb4832e3f33a711c7d43ded27d18a6dafef2497c45ce2e9acd9e8ad |
|
MD5 | 4fd0b9f4837ec460a48fe31339dd2719 |
|
BLAKE2b-256 | fd5177cf0f4c0207b457158e1babcd8a49fe036943778ad0af83acaedb4d40a7 |
File details
Details for the file pyflp-2.2.1-py3-none-any.whl
.
File metadata
- Download URL: pyflp-2.2.1-py3-none-any.whl
- Upload date:
- Size: 79.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14ee87f1ec07066bc5b41ca13a40254c529267fc6472ec8bbf33c1fff2b1e40b |
|
MD5 | 927d67379dd796eeb4cb2b9d8c8bc20b |
|
BLAKE2b-256 | 507df3a637ace13094d9b8c33d5ede30fe98a3b5724bc1717a0336486854c67d |