Flpianoroll
This module provides editing tools for interacting with notes and markers on the FL Studio piano roll, using its piano roll scripting functionality.
Note that this module is not accessible in MIDI Controller Scripts, it can only be used in scripts that run in FL Studio's piano roll.
Table of contents
flpianoroll.ScriptDialog
: create, show and get responses from dialog windows.flpianoroll.score
: access and manipulate the piano roll contents.flpianoroll.Note
: a class to represent notes in the piano roll.flpianoroll.Marker
: a class to represent markers in the piano roll.flpianoroll.Utils
: a collection of useful functions for interacting with the piano roll.