User:Rob Kam/sandbox1/Talk:Arduino

Jump to navigation Jump to search

2.54mm female pin headers
Tayda: 15 pin, double up
Tayda: 32 pin, cut two off

Hi Lena.

My personal start 2 years ago was an Arduino microcontroller to output a square wave using the tone() function.

If you go that route, the book "Arduino for Musicians" by Brent Edstrom was useful.


The first filter I built was this:

http://electro-music.com/forum/topic-45231.html

It works surprisingly well for something so simple, and is happy on either the single 9V shown or +/-12V dual rail.


I use perfboard with single plated-through holes and make wire connections between every component.

Here's an early example:

vca-side.jpg


Have fun, whatever you do.

Al

-- Hi Lena,

one of my first modules was a MIDI interface, and these were the two most useful links:

Amanda Ghassaei’s https://www.instructables.com/id/Send-and-Receive-MIDI-with-Arduino/

Larry McGovern’s https://github.com/elkayem/midi2cv


Sorry, I don’t know anything about MIDI control surfaces.

I find the MOD WHEEL control voltage useful to patch into whichever module might like it, but the rest of my synthesiser is all made of pots with real knobs on.


Al

--

Hi Lena,

this is brilliant: you’re getting every possible answer to your original question.


Do you have access to any sort of MIDI keyboard?

You might like to look at this:

https://www.instructables.com/id/How-to-make-an-Arduino-sound-synthesizer-with-MIDI/

That could be a good intro to following a circuit, soldering, working with Arduino and generally bodging things together to make a noise.

In fact I was inspired this week by your original message to add MIDI input to a module I built two years ago, and the code from that instructable sounds quite sweet.


This is a safer MIDI circuit, you don’t want to fry a borrowed keyboard:

https://arduino.stackexchange.com/questions/56279/how-do-i-properly-receive-midi-with-arduino-with-6n138


If you don’t want to build an amplifier you can connect to an audio input like this:

https://sensorium.github.io/Mozzi/learn/output/


Al

---

Hi Lena,

one of my first modules was a MIDI interface, and these were the two most useful links:

Amanda Ghassaei’s https://www.instructables.com/id/Send-and-Receive-MIDI-with-Arduino/

Larry McGovern’s https://github.com/elkayem/midi2cv


Sorry, I don’t know anything about MIDI control surfaces.

I find the MOD WHEEL control voltage useful to patch into whichever module might like it, but the rest of my synthesiser is all made of pots with real knobs on.


Al

---

above by ShedSynth at https://synth-diy.org/pipermail/synth-diy/2020-March/thread.html


https://archive.org/search?query=subject%3A%22Arduino%22