Adam

Results 10 comments of Adam

Absolutely! At its most basic, code would look like this: ```cpp #include // this starts a hairlessMIDI_Interface connection. If you have an arduino pro // or another that supports the...

Are you using my fork or the main repo? Only mine supports piezo input.

I just wrote a NotePiezo module that senses velocity and tested it today. It currently auto-adjusts the max-velocity so that the maxumum range of sensitivity can be used, but that...

Sorry I'm a little late! Here's where I posted the last example: [Pull Request 433](https://github.com/tttapa/Control-Surface/pull/433) ```C++ #include // this starts a hairlessMIDI_Interface connection. If you have an arduino pro //...

Oh no! Is it like an endless drum? If that is the case, it's probably sending Note On messages again and again, in which case it's probably something that needs...

Accidentally clicked "close and comment"...

I know that this is old, but now that I see a few updates to this repo, I'll add my thoughts. AndyChiu's updates were very nice and I ended up...

Unfortunately, I get an error when I run this under Windows! It says, "The code execution cannot proceed because tlibgcc_s_seh-1.dll was not found. Reinstalling the program may fix this problem."...