The Two Week Electronic Instrument Challenge

Hey mate! I'm working on making a mobile production studio where I can store sounds on an SD card and play them by using 12 Arcade buttons. I was just wondering how you got the potentiometers to change sound banks? from iaminukshuk

Hey! That sounds cool. If you guys post any videos or whatever online, send it my way I’m always interested in these kinds of projects

How I got the soundbanks to change was actually pretty simple.

Essentially, I just used a couple if/else statements.

For example, if the potentiometer reading is less than 800 and also greater than 500 then play sound number 1, else play sound number 2.

And I did that for each section. I programmed it in Arduino, and if it’d help you, I can post the whole code. Good luck!