fpsdk

Crates.iofpsdk
lib.rsfpsdk
version1.0.3
sourcesrc
created_at2020-05-23 13:28:40.063902
updated_at2020-05-25 12:51:46.691131
descriptionFL Studio SDK
homepage
repositoryhttps://github.com/tonikasoft/fpsdk
max_upload_size
id244881
size234,803
Ales Tsurko (ales-tsurko)

documentation

README

docs

fpsdk

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.

Example

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.

Commit count: 68

cargo fmt