Releases: IL-Group/FL-Studio-API-Stubs
Releases · IL-Group/FL-Studio-API-Stubs
v37.0.1 - Minor fixes
🔧 FIXED 🔧
- Fix incorrect documentation for
mixer.isTrackPluginValid
- Fix missing editor suggestions for
midi
module
v37.0.0 - Documentation improvements and additions
✨ NEW ✨
- Documentation of many new
flpianoroll
functions and properties, thanks to @Holzchopf in #27
✏️ CHANGED ✏️
- Improved documentation of time formats (see this page on the documentation site
🔧 FIXED 🔧
- Fix incorrect documentation of
velocity
parameter forplaylist.triggerLiveClip
v36.1.1 - Build system fixes
🔧 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
✨ NEW ✨
- Add stub functions for controlling mixer route levels
✏️ CHANGED ✏️
- Improve documentation of snap modes
v36.0.1 - Bug fixes
🔧 FIXED 🔧
- Incorrect type definition for
mixer.setRouteTo
v36.0.0 - Major documentation improvements and new features
✨ 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