Midi controller using objects

Hello everyone

I’m an artist new to the arruino world.

I’m very curious if such a thing is possible, if so how?

I’m currently using Playtronica as a midi controller with objects. However Playtronica requires you to make a closed electrical circuit with your body to generate the sound (one wire touching you, one wire touching the object). This makes it a bit awkward for live sound installations, having to drag an extra wire with me every time I approach an object.

I have a friend that worked with arduino in the past, where she generated sound by touching objects. She has long forgotten how to do this.

Does anyone know how this is possible?

Thank you!

no, you can close circuit without body.

example sketch from MIDI library can generate tones without any object. so, if you elaborate some input, you can convert it in midi command (note or control change).
i recommend Sparkfun Pro Micro board aka Arduino Pro Micro.

Thanks! Do you have a link to sketch midi library so I can look into this more.

grafik

Capacitive touch sensors can detect touch without touching a ground wire or making a complete circuit. Adafruit sells a cap touch board with holes for gator clips if that is what you are looking for.

Some processors have built-in cap touch sensor inputs and USB MIDI. For example, SAMD21.

Micro Pro can USB MIDI too and touches can TTP223:

Ok, so I have the arduino leonardo connected to the adafruit shield which uses the MPR121. The arduino recognises that the MPR121 is connected, however, I am not sure how to get the MPR121 to work as midi, I installed the midi code as suggested above, but my computer is not recognising arduino as a midi device. What are the next steps?

above was nothing about installation, but below

Yes I installed this one, by Francois Best. Still it is not showing up as a midi instrument in my DAW (Ableton)

let me guess, you used example sketch from post#4 ?

This is what I've got uploaded to my arduino leonardo.

are you understand difference between installing libraries in IDE and uploading compiled sketch code to the micro controller chip?

Yes ---- they are uploaded to the arduino.

It seems I have the arduino leonardo recognised in my DAW. However, it is not recognising the MPR121 as the midi messages. I created a new topic for discussion of that distinct subject: