I use a certain software plugin emulation of a certain hardware EQ a lot :) #158
Replies: 3 comments 12 replies
-
Looks really great. Mind if I put it on website gallery? Thanks for sharing it!
Have you considered using encoders? The firmware supports remote sync option for encoders, so if your DAW can send the current knob state once you click on specific channel, the value for encoder syncs with your DAW, so next encoder increment or decrement will send the correct value. This avoids the need to fiddle with knob until it matches the state in DAW. |
Beta Was this translation helpful? Give feedback.
-
It won't cost much, really. What you want to build is surprisingly simple. I'd start with something basic, like a Black Pill. These can be purchased for less than $10USD. Just search eBay or the auction site of your choice for STM32F401CE (or other supported board). The OpenDeck wiki has all the answers you need, including which microcontrollers are supported.
ebay. Tayda Electronics. The latter has wire, pots, several supported microcontroller boards, knobs, and more. The wiki to the rescue again.
Since you can build just about anything with OpenDeck, there is no blueprint. It isn't a project kit; it's a platform. It is limited only by your own creativity. I think what you are looking for is a schematic and a "pinout" table or diagram. Here's the Black Pill pinout. It really is as simple as wiring components up to the correct pins and then using the web configurator to map controls as you like.
If you review this whole thread, there are a few examples of companies doing exactly this, but integrating MIDI CC-assignable knobs into small keyboards, or into mixer stations, for example. TC Electronic offers dedicated hardware controllers for their flagship reverb and delay plugins; they do essentially what my neo-Pultec hardware does: maps physical controls to software parameters via MIDI CC. Lastly, since all of this is new to you, I strongly recommend you start by getting a 10K potentiometer, some hookup wire, and a Black Pill. Then learn to "flash" the board. Then, wire up that single potentiometer, configure it with the web configurator, and use it to control a single parameter in your DAW. This is often called a "Hello, world" exercise, designed to introduce you to the mechanics of a platform. At that point, you will have a decent grasp on the process and the possibilities. Until then, there are too many fundamental unknowns for you to wonder about finer details. I promise you that once you make it this far, the rest will be many times clearer in your mind. And you'll be addicted to building controllers to interface with darn near everything in your studio 😁 |
Beta Was this translation helpful? Give feedback.
-
Another option where you get to design your controller (layout only) and get the finished product is Yaeltex. Their controllers don't run OpenDeck, though, and you are somewhat limited with what components they offer and what their layout will be. |
Beta Was this translation helpful? Give feedback.
-
I won't name the products, because most of us already know what they are. I use this EQ on most channels or tracks at various stages of the recording and mixing process. Fiddling with the tiny little software GUI and trying to dial in what I want to hear by dragging a mouse up and down, and then doing that for 20 tracks ... ugh.
So, I built this controller. Whenever I select a track or channel in my DAW, if the EQ plugin is loaded there, this controller is immediately active. Sure, there is the "soft takeover" to deal with, but that's a small price to pay for having actual knobs that work just like the real hardware. I swear I can smell the virtual tubes glowing sometimes 😁
It uses an Arduino Mega (overkill, but it's all I had that day). I like to say I have a hand-wired edition of an iconic piece of hardware. And believe it or not, daisy-chaining the ground and V+ like this doesn't seem to cause any issues at all. I've been using it for almost 2 years now.
With all the extra firepower on the Mega board, I am planning to build a second controller in the single space below this one in the rack. Probably some fancy routing controller for my DAW's FX chains (that I currently use custom actions for in the software, but wouldn't it be easier to have real buttons instead of having to remember tens of keyboard shortcuts all the time?!)
I'm working on several other controllers as well. Thanks for a killer platform in OpenDeck! Respect.
Beta Was this translation helpful? Give feedback.
All reactions