The RE-KORD is a project that was suggested by a Notes and Volts viewer. They play bass in a band and needed a way to play chords on a Midi sound generator. The RE-KORD is a box that sits between a midi keyboard and a midi sound source. You can program up to 8 notes into each key on the keyboard and trigger them all with one press! Watch the video for details.
I love Teensy Microcontrollers! I'm constantly finding new uses for them. In this video, we will use a Teensy 3.2 with the matching SGTL5000 Audio board to make a stand-alone synth filter! This will also work with the Teensy 4.x series. The Teensy 3.x and 4.x use different Audio boards so make sure you get the correct one.
The FADR-4 is a programmable - four fader - USB Midi Controller. It uses 100mm faders for precise control and a quick one button and LED interface for changing Midi CC numbers. Check out this video to learn how to build one! VIDEO
Download the code and schematics at my Github page HERE
I needed a way to remotely trigger my Roland VT-4 voice transformer easily. So I came up with this remote control box that connects via 5-Pin Midi to the VT-4. It uses a 4-Position rotary switch to select presets and an Arcade Button to trigger them. Here's how you can build one!
Dave Makes Your Dreams Come True is a show where I take a random viewer request and make it reality! In this episode I am building a custom controller for a Strymon BigSky reverb for a viewer named Hank.
The best part of being a maker is being able to build the exact solution to your problem. I have spent the last few years building a musical playground that allows me to create jams on the fly when I livestream on my Twitch Channel. I've been slowly refining this process and learning how to be a one man band. I recently got to perform at Synthfest which put my skills to the test.
I discovered a great piece of looping software called Endlesss that greatly simplifies capturing my ideas in real time. You just play and hit a button to capture a loop. This works great - until I pick up my guitar. Then my lack of free hands makes looping an awkward proposition. The solution - a footswitch!
I designed a simple four button footswitch that puts out a Midi CC command when the switch is pressed. This is mapped into Endlesss to record the loops. Simple! I call it the EDLS-FS (pronounced as "Endless FS"). It's a very simple project that makes a great introduction into Midi controller design.
The goal with project CHEETAH is to build a box that makes you sound like a Synth Wizard without really knowing what you are doing. All you need to do is press a pedal (Major, Minor, Dominant) and ideas of that type will flow from your fingers.
Watch these videos for a full demonstration!
When you're ready to build one you can find the code and schematics at my GitHub Page
In the last installment we decided to use the built-in 12 Bit DAC that comes with the Teensy 3.2 board. For the prototype I decided to try something different and came up with a Gold Edition of the TS-1.
You can download the code for this new version HERE
Here's an update for the Teensy-Synth project. The original project used the Teensy Audio Adaptor Board for it's audio output. This provided 16-Bit audio at 44.1 Khz.
The Teensy 3.2 also has a built-in DAC providing 12-Bit audio at 44.1 Khz so I wondered if this was suitable for out synth project. Watch the video for the results.
Prevent embarrassing audio mishaps on your next voice conference with the TALK-R - a mute button for Discord! It also does Push-To-Talk and has a foot-switch input for gamers.
One of the most difficult parts of building a homemade electronic gizmo, is making it not look homemade. I have explored many techniques in my quest to come up with a cool looking enclosure for my projects, but this latest experiment may turn out to be one of my favorites.
I have been designing circuit boards for many years but for some reason I never thought to use a PCB for the faceplate of the project. It makes total sense when you think about it. Circuit boards come in custom shapes with precisely milled holes and cut outs. And silk-screened graphics are par for the course. So, I decided to try to make a custom front panel using a black circuit board from my friends at JLCPCB. The results are amazing! And they do all the work.
I used Fusion 360 to design the board and Inkscape to draw the graphics. The final step was to import the files into KiCAD and finish the board. I have to admit, getting all these programs to work together was a challenge - so I documented the entire process in the following video! Take some time and follow along and you'll be designing your own custom faceplates in no time!
DOWNLOAD the Inkscape graphics used in the video HERE
Welcome to Part 2 of the LOOP-R controller for TRAKTOR S4 MkIII. In Part 1 I showed you the circuit and how to build it. In this part we'll take a look at how I came up with a custom enclosure to make it look pretty.
I recently got a TRAKTOR S4 MkIII so I could do some live music production on my Twitch streams. The Traktor software has a Loop Recorder included but unfortunately, Native Instruments removed the loop controls on the MkIII. No big deal, we'll build our own!
I call this project the LOOP-R and it allows you to easily access all the loop recorder commands with the push of a button. Watch the video to learn how to build your own on a breadboard.
As some of you may know, I have a Twitch Channel where I hang out when I'm working in the Lab. During one of my streams I met a couple of really nice German guys who are the creators of the GetInTouch extension for Twitch. I was very impressed with the Arduino Library they created that can easily connect an Arduino to your Twitch channel.
After playing around for a while I came up with a LCD Bench Display that allows viewers to send messages during the stream. As a bonus, it plays some preset messages when it's not in use. Free advertising! So in this episode I'll show you how to build your own.
You can download the code and schematic HERE
Download the 3D printable enclosure at my THINGIVERSE page
After a lot of long nights in the lab I have finally finished the enclosure for the TEENSY-Synth! This was a challenging build and I had to pick up a few new tricks along the way, but I'm really happy with the way it turned out.
1 - 74HC4067 Multiplexer (Do NOT get the 74HCT4067 version)
(NOTE: The DIP package of the 74HC4067 seems to be going away. If you want to experiment with this circuit on a breadboard you can use a breakout board like this one from SparkFun)
So, I know I said that the TEENSY-Synth project was over. But, I have been receiving so many requests, suggestions, and videos from people who have been inspired by this project - I think it deserves a little more attention.
Many people have been asking for a fully self-contained, hardware version of the synth so that is what we will do! The first step is to add a 5-Pin Midi jack to the synth so it can be easily connected to older synths and sequencers.
In this episode we will add an LFO to our TEENSY-Synth. This low frequency oscillator can be set to control the pitch of the note or the filter frequency.
In this episode we will add Pitch Bend to the synth. To properly understand pitch bend messages we will look at the bits and bytes of the Midi language. If you are unfamiliar with Binary numbers you can get a quick primer by watching: MIDI for the Arduino - Understanding MIDI Language