tttapa / Control-Surface

Arduino library for creating MIDI controllers and other MIDI devices.
GNU General Public License v3.0
1.23k stars 139 forks source link

MIDI touchpad piano class #976

Open gwilherm opened 10 months ago

gwilherm commented 10 months ago

Hello, I wrote a class to control a touchpad piano module. That class can have 3 different behaviours:

A demo: https://www.youtube.com/watch?v=TpfqNea4UTI

I tried to write unit tests but I don't know GTest so I failed