FL Studio 20.7 Beta introduced MIDI scripting capabilities. FLatmate is a small library for developing FL Studio MIDI scripts with a cleaner, more Pythonic approach.
FLatmate is currently under development without a stable API. All suggestions and comments are welcome!
- Combine MIDI scripts and individual snippets together in a modular fashion
- Reusable snippets for rapid development
- Consistent interface for handling RECEvents
-
Copy
flatmate/
underProgram Files (x86)/Image-Line/Shared/Python/Lib
-
Copy
FLatmateExamples/
under[FL Userdata folder]/FL Studio/Settings/Hardware/
- Wiki
- Detailed documentation for FLatmate
- FL API's quirks (see
doc.md
for now)
- Method for importing device scripts from other folders under
../Settings/Hardware/
, by modifyingsys.path
- More features
- Cleaner ZIP downloads?