Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

V2.1 - Randomiser Note Processor and More Improvements

Compare
Choose a tag to compare
@MaddyGuthridge MaddyGuthridge released this 05 Dec 07:31
6a1fb01

✨ NEW ✨

  • Randomiser note processor. A useful tool for composing unique melodies based on sets of notes.
  • Gave the FPC processor a pretty animation when you load it.
  • Added an option in config.py to force drum pads to do full-velocity notes when using Omni Mode.
  • Added support for long presses of buttons. This isn't implemented anywhere as far as I know, but it may be useful in the future.
  • Added functions for notifying modules when the beat changes.

✏ CHANGED ✏

  • Made the upper circular drum pad act as a mode switcher for processor modules. This allows their interfaces to be far less cluttered, and for more features to be added in the future. Here's what it can do so far:
    • Channel rack processor modes can be changed.
    • Scale and chord note modes can be reset to their defaults (although this seems to have broken).
  • Toggling the metronome and tapping tempo can now only be done from the record button menu. This is a necessary sacrifice for the script to grow more.

🔨 FIXED 🔨

  • Moved the startup animation to the redraw function, which improves FL Studio's startup time by a significant amount.
  • Fixed an issue where note processor menus would be processed before shift menus, even though they are drawn correctly.