Skip to main content

Module and function definitions and documentation for the FL Studio Python API

Project description

FL Studio MIDI Python API

This project contains simple stub functions to provide intellisense while working on scripts for FL Studio's MIDI Python API.

Currently, it only provides function definitions and docstrings, but these functions don't do anything. It is NOT a complete testing framework, and it cannot guarantee your script will work correctly. However, it may help you to resolve issues with incorrect function calls when interacting with the API.

Important Note

Although the stubs are mostly complete, there are a few functions where I don't fully understand how they work. These functions have a HELP WANTED: label in their documentation. If you happen to know how to use one, I'd love it if you helped out by improving the documentation!

Differences to Official Implementation

A small number of tweaks have been made to these stubs in order to ease code writing. These shouldn't have any functional impact on the behaviour of the API compared to the implied behaviour from the stubs, but should help clarify some properties of certain functions.

  • Functions whose returns are boolean by nature are listed as returning a bool type, even though the implementation returns the integers 0 and 1. This change should help to describe the context in which the functions should be called when writing scripts, which in a language like Python is far more important than the actual implementation of the functions.

Installation

To avoid module conflicts with other Python projects, it is recommended that you install this script in a virtual environment by following these instructions in the official Python documentation.

After activating the environment in your editor, you can install the stub modules by running the command pip install FL-Studio-API-Stubs on Windows or pip3 install FL-Studio-API-Stubs on MacOS or Linux.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FL_Studio_API_Stubs-18.1.tar.gz (35.0 kB view hashes)

Uploaded Source

Built Distribution

FL_Studio_API_Stubs-18.1-py3-none-any.whl (44.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page