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

[FEATURE] Pitch Wheel #2

Closed memorylick closed 4 years ago

memorylick commented 4 years ago

Add two buttons to the "play" mode imitating a pitch wheel. Don't think about the smoothness of the wheel's movement for now: synths will figure it out themselves, it's gonna work fine.

state-of-the-art commented 4 years ago

I think it will be better to use the second proposal - since full pitch is a tone and we need a way to choose half tone or tone pitch.

memorylick commented 4 years ago

Basic pitch wheel emulation has been implemented and works fine. Yay!

An improvement over its current operation has been submitted as a separate feature