This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
Releases: MaddyGuthridge/FL-Studio-API-Stubs
Releases · MaddyGuthridge/FL-Studio-API-Stubs
v20.3.3 - Minor Improvements
- Fix mistakes in docs
v20.3.2 - Improvements
- Rename
EventData
toFlMidiMsg
for more clarity - Add equality and repr methods to
FlMidiMsg
v20.3.1 - Bug fix
Fix bug with missing recursive clones and bad dependencies with previous release
v20.3.0 - Type hints for EventData objects
- Added
fl_classes
module which contains definitions forEventData
and some basic type narrowing functions.
v20.2.2
Minor improvements and corrections
v20.2.1
Minor improvements to documentation
v20.1.1
- Use continuous deployment to automatically publish on pypi on new releases
- Include docs for new API functions (that aren't officially documented)
v20.1.0
- Tried (and failed) to set up continuous deployment