-
New Arduino Sketches
08/26/2018 at 02:01 • 0 commentsSTRUMPAD ARDUINO 1.2_CH2_OUT_MIDI
This version is programmed to receive and send midi messages only on channel 1.
STRUMPAD ARDUINO 1.2
This version is programmed to listen to all midi channels and send midi messages for each string on different channels from midi channel 1 through 6.
- Improved the Strumpad piezo sensing
- Added Mute all string when all strings touched
- Added Reset all and note off to all notes on channel 1-6
- Added Toggle Right Left Hand playing when string 6 touched for few secs.
(Once Left Hand is set, the String 1 becomes String 6 and vice versa)
- Added Toggle Octave doubling when string 1 touched for few secs.
StrumPad listens for midi notes in a range from note 21 to 108 (A0 to C8)
IMPORTANT, DON'T TOUCH THE STRUMPAD DURING POWER UP, IT IS CALIBRATIONG THE STRING TOUCH SENSORS! IF TOUCHED DURING POWER UP, THE STRING WILL NOT BE RESPONSIVE TO TOUCH.
- Added Handle for ProgramChange; Program Change midi messages will pass through StrumPad
- Added Handle for AfterTouchChannel; Aftertouch Channel messages will pass through StrumPad
- Added Handle for PitchBend; PitchBend messages will pass through StrumPad- Handle for Control Change messages exist already; all CC messages will pass through StrumPad
-
New StrumPad video Aug 12 2018
08/12/2018 at 20:47 • 0 commentsThe setup is just a MIDI keyboard controller sending midi data to the StrumPad on channel 1 and the StrumPad treating the data and transmitting it to my GarageBand software on my mac through an MIDI to USB adapter. The StrumPad is sending each midi note/velocity values for each 'string' on midi channels 1-6 but it can be reprogrammed to send them on the same channel.
-
August 2018 update #2
08/12/2018 at 17:47 • 0 commentsSo I have put it all together and wrote the Arduino code for it which I will post. There are few issues with it that need to be worked out and I'm cogitating hard how to best resolve them.
The issues are;
- The piezo sensor is not as good at sensing the fingers striking the pad as the first choice that was the load sensor ( this is a whole other subject ). The piezo sensor needs what I think a better sensing circuit or better code.
- The top PCB needs a couchy double tape so it is not so hard on the fingers when striking. I'm still looking for the tape.
The new Arduino code is working and I'm satisfied with it. For sure it would be best if I gave the player/user a bit of options but this would require additional parts like lcd display and buttons. But for now the options need to be changed in the code itself. I have programmed it to output each String on a different MIDI channel but changing the code will make all Strings output on the same channel 1. Also it is programmed to automatically double each note so we have more Strings playing, so when I hold 3 notes on my MIDI keyboard controller, the Strumpad automatically doubles the octaves and 6 strings will sound when struck. The MIDI note range is also programmed to listen for a specific range of MIDI notes from the MIDI controller that is in a guitars range from note 52 to 88 (E3 to E6). This can be changed in the code only for the time being.
-
August 2018 Update with new PCBs.
08/12/2018 at 17:23 • 0 commentsI have ordered and received new PCB boards for the Strumpad. The new PCB board was meant to go with a new plastic case that I have ordered online.
The top PCB;
The bottom PCB;
Inside the enclosure;
And the assembled Strumpad;