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.
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.
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.
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
In this episode we are going to make our synth playable by connecting a USB-Midi keyboard. We'll also look at Key-Buffers, Last Note priority, and code optimization.