tttapa / MIDI_controller

This is a library for creating a MIDI controller using an Arduino or Teensy board.
GNU General Public License v3.0
404 stars 69 forks source link

[Feature request] Can you add support for piezo inputs? #112

Open marekhalmo opened 3 years ago

marekhalmo commented 3 years ago

Hello, i would like to see added support for piezo inputs (piezo connected over analog in)

This is just to have a simple quiet pad that i can press. No need for velocity - i don't want to add a drum like pad

Is that possible?

I have seen that you previously closed similar issues with no explanation, so if you decline please tell me why.

Thank you!

PS. Love this lib..

tttapa commented 3 years ago

Are you referring to https://github.com/tttapa/MIDI_controller/issues/71? That issue was closed by the person who opened the issue, saying it was no longer an issue, I didn't close it.

As mentioned in the README, this library is no longer actively maintained, all of the development happens in tttapa/Control-Surface.
I won't have time to implement this myself in at least the following months, but there is some discussion about piezo triggers here: https://github.com/tttapa/Control-Surface/issues/173