Skip to content

Releases: IL-Group/FL-Studio-API-Stubs

v37.0.1 - Minor fixes

07 Aug 07:03
Compare
Choose a tag to compare

🔧 FIXED 🔧

  • Fix incorrect documentation for mixer.isTrackPluginValid
  • Fix missing editor suggestions for midi module

v37.0.0 - Documentation improvements and additions

16 Jul 12:45
Compare
Choose a tag to compare

✨ NEW ✨

  • Documentation of many new flpianoroll functions and properties, thanks to @Holzchopf in #27

✏️ CHANGED ✏️

🔧 FIXED 🔧

  • Fix incorrect documentation of velocity parameter for playlist.triggerLiveClip

v36.1.1 - Build system fixes

16 Jul 10:58
Compare
Choose a tag to compare

🔧 FIXED 🔧

  • Fix an issue (#25) where the package wasn't built correctly, leading to all the libraries being entirely excluded from the wheel and sdist.

v36.1 - Add missing functions

02 Jun 12:25
Compare
Choose a tag to compare

✨ NEW ✨

  • Add stub functions for controlling mixer route levels

✏️ CHANGED ✏️

  • Improve documentation of snap modes

v36.0.1 - Bug fixes

02 Jun 12:23
Compare
Choose a tag to compare

🔧 FIXED 🔧

  • Incorrect type definition for mixer.setRouteTo

v36.0.0 - Major documentation improvements and new features

28 May 15:27
Compare
Choose a tag to compare

✨ NEW ✨

  • The documentation generation has been overhauled, making it far more complete and thorough
  • Documentation has been added for callback functions
  • Documentation has been added for most midi.py constants
  • Documentation is transpiled using transdoc to build links to documentation

✏️ CHANGED ✏️

  • The documentation is now hosted by Image-Line, meaning it is close to being official!
  • The entire project file hierarchy has been improved significantly, to make everything far more organised
  • The build system for the library and documentation have much better documentation