abigailwillow / fl-studio-akai-mpk-mini-plus

Akai MPK Mini Plus Controller Script for FL Studio
GNU General Public License v3.0
9 stars 1 forks source link

Add an early return for unknown CC events #1

Closed MaddyGuthridge closed 1 year ago

MaddyGuthridge commented 1 year ago

This prevents these events from being handled, which was causing them to only be used for automation when the value was zero (as per line 16). It's not the cleanest solution, but I'm expecting that a lot of this will be rewritten as you improve and build upon the script, so I won't step on your toes with your design.

abigailwillow commented 1 year ago

I noticed this issue while working on the Arturia Keystep script but hadn't yet found the time to fix it in this project. Thank you!