Crates.io | fpsdk |
lib.rs | fpsdk |
version | 1.0.3 |
source | src |
created_at | 2020-05-23 13:28:40.063902 |
updated_at | 2020-05-25 12:51:46.691131 |
description | FL Studio SDK |
homepage | |
repository | https://github.com/tonikasoft/fpsdk |
max_upload_size | |
id | 244881 |
size | 234,803 |
Rust port of FL Studio SDK.
The FL Studio SDK provides you the API libraries and developer tools necessary to build, test, and debug plugins for FL Studio.
The example demonstrates how to use this library.
To build it, run:
cargo build --release --example simple
To install it:
./install.mac.sh simple Simple -g # for macOS
./install.win.bat simple Simple -g # for Windows
Check out the corresponding script for your system for usage notes.
The plugin's log file is created at FL's resources root. It's /Applications/FL Studio 20.app/Contents/Resources/FL
for macOS and <Drive>:\Program Files\Image-Line\FL Studio 20
for Windows.