state-of-the-art / matrix-midi-controller

DIY prototype of a MIDI controller based on Teensy & Adaftuit NeoTrellis boards
Apache License 2.0
17 stars 5 forks source link

MMC-2 Added pitch control with show/hide menu option (#2) #10

Closed state-of-the-art closed 4 years ago

state-of-the-art commented 4 years ago

Pull Request Readiness Checklist

Description:

Added overlay tool for the keyboard mode - in the left top corner 4 pitch buttons (could be disabled in the menu):

|P-|p-|p+|P+|

-tone, -1/2 tone, +1/2 tone, +tone

Logic is simple - pressed tone button will send pitch command, released tone button will check I'm the current pitch? and pass if not, else send pitch none.