<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:s="http://jadedpixel.com/-/spec/shopify">
  <id>https://www.diyrecordingequipment.com/blogs/news.atom</id>
  <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news"/>
  <link rel="self" type="application/atom+xml" href="https://www.diyrecordingequipment.com/blogs/news.atom"/>
  <title>DIY Recording Equipment - news</title>
  <updated>2023-10-24T13:41:33-04:00</updated>
  <author>
    <name>DIY Recording Equipment</name>
  </author>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/73p-mic-preamp-design-log</id>
    <published>2023-10-24T13:41:33-04:00</published>
    <updated>2023-11-06T08:20:48-05:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/73p-mic-preamp-design-log"/>
    <title>73P Mic Preamp Design Log</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p>In 2018, I published a post about a “<a href="https://www.diyrecordingequipment.com/blogs/news/inside-the-neve-ba283">Mystery Project</a>” that involved researching, building up, and listening to various circuits from vintage Neve consoles. In the five years since then, that project has evolved into a 500-series mic preamp kit, coming in early 2024. What follows is a preview of the “Design Notes” that will accompany the kit.</p>
<h4>Picking a Circuit</h4>
<p>Our intention with this project was to recreate the mic preamp from the 1073 preamp/EQ module as authentically as possible. (Neve actually had their own module with just the mic preamp called the 1290. But since 1073 is the model most people are familiar with, we’ll call it that.) In surveying the current field of 1073-esque preamps, we noticed two distinct approaches; we’ll call these the “three-stage” and “two-stage” designs.</p>
<p>The original 1073 (and 1290) used three stages. This approach uses two high-gain preamp stages (yes, I know it’s confusing for a preamp to contain preamps, but that’s what they’re called), and one low-gain output stage. Neve split the gain between stages this way to keep distortion consistently low at all gain settings. Most modern clones are three-stage preamps.</p>
<p>The two-stage approach has only one preamp stage, followed by the output stage. This is based on yet another Neve module, the 1272 line amplifier. Around the 90’s people started racking these modules and adding gain switches to convert them into mic preamps. Since then, several companies have made two-stage preamps, often named after the 1073 even though they are closer to the 1272. These can still sound great, and some are highly regarded.</p>
<p>The two-stage approach is appealing because it reduces cost and complexity. This is especially true for a 500-series module and DIY kit. However, after researching the circuit and evaluating a vintage 1272, we decided against it. In addition to being more faithful to the 1073, the three-stage design allows for more gain and better performance.</p>
<img src="https://cdn.shopify.com/s/files/1/0698/2265/files/ba283-preamp.jpg?v=1694453255">
<p style="font-size: .8em;">The preamplifier circuit, of which there are two in the 1073 and one in the 1272.</p>
<p>This is clear if we look at the original modules. The 1073 provided up to 80dB of gain, the 1272 only 50dB. From 0-50dB the preamps are identical, but from 55-80dB, the 1073 engages the third amplifier stage. Modern, two-stage preamps achieve more than 50dB by increasing the gain of each stage. This pushes the amplifiers beyond what they were asked to do in the original designs. This isn’t necessarily a bad thing, but it’s not how Neve designed their mic preamps. It’s telling that Neve never used the 1272 as a mic preamp, and instead went to the expense of the third stage. For this reason we decided that the three-stage design was the clear choice.</p>
<h4>Adapting to 500-Series</h4>
<p>The first challenge was how to fit the 1290’s many parts, including two big transformers and one giant transistor and heatsink. However, this was a straightforward problem that just required some grunt work. We also aimed to replicate the grounding scheme of the original. Neve managed ground currents carefully between amplifier stages to keep noise low. We recreated this on the 500-series module by giving each stage its own ground pour, which is tied to the others via a bus wire which runs along the bottom of the module back to the card-edge connector.</p>
<img data-mce-fragment="1" alt="" src="https://cdn.shopify.com/s/files/1/0698/2265/files/73p-0.6_532ee2d2-9dfc-456c-935a-048914fee2fd.jpg?v=1698172198" data-mce-src="https://cdn.shopify.com/s/files/1/0698/2265/files/73p-0.6_532ee2d2-9dfc-456c-935a-048914fee2fd.jpg?v=1698172198"><br>
<p style="font-size: .8em;">Our most recent prototype, with everything fitting in a single 500-series slot. We have at least one more round of prototyping to go, with an improved layout and the TIP3055 transistor.</p>
<p>The more complex problem was how to handle the power supply. The 80-series consoles ran on a unipolar 25v power supply. The 500-series on the other hand uses a bipolar +/-16v supply. Therefore, some form of conversion needs to happen to power the 1290 correctly from the 500-series rack.</p>
<p>We considered several options. First, we looked into adjusting the 1290 circuit to run on +/-16v. A bipolar +/-16v supply can also be used as a unipolar 32v supply by treating -16v as ground. In this scheme, some resistor values would just have to be adjusted to make the transistors bias correctly. This has the benefit that no regulation or DC-DC conversion is required, and some high-end 1290-style preamps have used this approach. However, we quickly realized that scaling the bias resistors would also require scaling gain setting and feedback resistors, which would in turn require scaling capacitors, and so on until the circuit barely resembled the original.</p>
<p>The next approach was to regulate both power rails down from +/-16v to +/-12v, thereby creating 24v between the two rails. This is the most common route taken by existing clones. It has the drawback of requiring two regulators or an integrated DC-DC converter, but it does not require any changes to the 1290 circuit.</p>
<p>We were set on this path when we realized that we could also achieve 24v with a single regulator, by using -16v as ground and regulating +16v down to +8v. This freed up some precious PCB space and eliminated a potential failure point. So we decided on this scheme, but with an important twist: we “deregulated” the +8v rail to get even closer to the original.</p>
<h4>The Sound of the Power Supply</h4>
<p>An overlooked aspect of the original console is the design and performance of the power supply. Nothing in analog audio is truly “outside the signal path.” Everything in a piece of gear from the chassis to the power supply affects the sound. The power supply affects audio in two ways: by being quiet or noisy, and by being “stiff” or “saggy.” The first is straightforward—we want to keep noise as low as possible. The second describes the supply’s ability to deliver current while keeping the voltage stable. A “stiff” power supply never drops below its rated voltage. A “saggy” power supply will momentarily drop below the rated voltage when faced with a big spike in the demand for current. These spikes come from especially loud, low-end-heavy sources and increase with gain and level. The sag creates distortion and compression which are part of the sound of the preamp.</p>
<p>Modern regulator chips and DC-DC converters are invariably as stiff as possible. So in order to recreate the sag of the 80-series power supply, we simply used the same regulator technology Neve used. Our +8v rail is generated utilizing a zener shunt regulator with a large pass transistor. Think of it this way: if you had a vintage 80-series console, would you replace the power supply with a modern one?</p>
<h4>Selecting Parts</h4>
<p><strong>Transformers</strong> were the most straightforward component to choose. Carnhill transformers are the de facto standard for anything vintage Neve. The blue input and red output transformers have even become visually iconic in their own right. We tested some options from OEP, Sowter, and Ed Anderson, but found no reason to deviate from the Carnhills.</p>
<img alt="" src="https://cdn.shopify.com/s/files/1/0698/2265/files/73p-transistors_600x600.jpg?v=1694453256">
<p style="font-size: .8em;">All of the transistors we auditioned for the 73P.</p>
<p><strong>Transistors</strong> do the work of amplifying the signal. The 1290 card uses two types: eight small-signal transistors, and one power transistor to drive the output transformer.</p>
<p>Our process for choosing them was to compare several currently-available options to a vintage set taken from an 80-series console. These were BC109C for the small-signal, and a Newmarket 2N3055 for the output.</p>
<p>Our takeaway was that transistors are important to the sound, but only when they are saturating. That is, when the preamp was delivering a clean signal with no noticeable saturation, we heard little-to-no difference between the transistors. But once they started to clip, audible differences did emerge.</p>
<p>However, even in saturation the differences are not night-and-day. We’re talking about the kind of differences that can only be positively identified with good monitoring and careful flipping back and forth between samples. This is confirmed by Neve’s own approach. When they were making the 80-series consoles, Neve used various small-signal transistors, including the BC107C, BC109C, BC184L, BC184C, BC114 and various brands of 2N3055. Additionally, manufacturing tolerances were much looser in those days, so batches of the same transistor might be as different as one transistor was to another. The takeaway, however, is not that every 80-series module sounded significantly different. Rather, it’s that the circuit is designed to be highly forgiving so that almost any transistor can drop in and sound basically right.</p>
<p>Many of the transistors Neve used are still in production, including the BC107/BC109, BC184, and 2N3055. However, manufacturing processes have changed so much since then that there’s no guarantee that these would sound anything like their vintage counterparts. So we also tested several other transistors that have been used in this circuit, including the BC550, BC548, 2N4401, MPSA06, MPSA18 for small-signal and the TIP3055 for output. We spent several days exclusively listening to transistors on various samples and at various gain levels deciding on the BC109C and TIP3055.</p>
<p><strong>Capacitors</strong> often get a bad rap as something to avoid in audio circuits (have you ever seen “capacitorless signal path” in ad copy?), but they are key to the sound of this circuit. The 1290 uses three types: polystyrene, tantalum, and aluminum electrolytic.</p>
<p>We know from our listening tests for previous designs that polystyrenes and tantalums have their own sounds which cannot be achieved with more modern options. As such, we didn’t consider replacing them.</p>
<p>Electrolytic capacitors required a deeper dive. In our experience, different manufacturers, series, and even voltage ratings of the same value electrolytic capacitor can sound different. So we wanted to make sure to do our due diligence on this front.</p>
<p>The main difficulty lay in finding a gold standard to measure against. Electrolytic capacitors have a shorter shelf life than polystyrene and tantalum, so any that could be pulled out of an 80-series console would have long gone bad or at least changed their performance too much to be a gold standard. Additionally, any consoles still in use have been recapped (had the electrolytic capacitors replaced) several times. This further complicates the search for a gold standard. That is, should the reference point the caps that “Rumours” passed through in 1977 or the ones that recorded “Nevermind” in 1991?</p>
<p>So the best we could do is to trust the techs who have been recapping these consoles for years. They generally recommend the BC 031 series for both sound and form-factor. So we compared a set of 031s against our favorite Panasonic FR series on the same BA283 card. The result was that we found the FR series to be practically indistinguishable from the 031. Based on this, we opted for the FR series as the radial (vertical) mounting style fits better in the 500-series space constraints.</p>
<h4><img alt="" src="https://cdn.shopify.com/s/files/1/0698/2265/files/Mockup_FP_0.6_600x600.png?v=1694453512"></h4>
<h4>Coming Soon: The 73P Preamp Kit</h4>
<p>As you can tell by this point, we’ve come a long way with this project and are just putting on the finishing touches. We plan to release the 73P Mic Preamp in early 2024. The exact details, including pricing and launch date will be announced this winter. Please subscribe to our newsletter via the footer below to find out immediately when the kit is ready to order. And thank you for following along!</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/sonic-varnish</id>
    <published>2022-07-19T11:22:50-04:00</published>
    <updated>2022-07-19T11:22:50-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/sonic-varnish"/>
    <title>Sonic Varnish</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p><em>Editors note: the following is an article written by Allen Farmelo. This article made a big impact on me when I first read it about 10 years ago, and it certainly played a role in inspiring the Colour Format. It's since disappeared from the internet, so I'm very happy to be able to re-post it here with the author's permission. - Peterson</em></p>
<p>When I was about ten years old my father drove an old-school Mercedes with a wooden dashboard that I thought was one of the most beautiful things in the world. Its glassy finish fascinated me because I could see every detail of the wood grain. I asked my father how it got like that and he explained varnishing to me, claiming that “Mercedes probably put at least twenty coats on.” Not long after that I bought an old skateboard that was horribly beat up, and I told my father that I wanted to varnish it to look like the Mercedes dashboard. Down in the basement we stripped the nasty paint off that wooden skateboard and started applying thin layer after thin layer of varnish with careful wet sanding and cleaning between each one. It was taking forever, and after twelve coats I proclaimed that the skateboard was done. It was glossy – not quite glassy – and I’d certainly learned about varnishing. It’s a lot of subtle work, and no one layer really seems to do all that much.</p>
<h3>Harmonic Distortion is Sonic Varnish</h3>
<p>Today when people ask me how I achieved certain sounds in the records I work on, I struggle to answer the question because it’s such a multi-faceted thing. Then it occurred to me that you could think of it like applying many small layers of varnish, except that instead of applying clear-coats of lacquer I apply layers of very subtle harmonic distortion. The word ‘distortion’ here is nothing like the overdrive and fuzz we talk about when discussing guitar pedals and amps. In fact, most people with untrained ears can’t hear a single layer of truly subtle harmonic distortion because it only gently changes the sound, and sometimes it’s so subtle that it’s basically inaudible.</p>
<p>All audio equipment (including most plug-ins) imparts a small percentage of harmonic distortion, and this percentage is called total harmonic distortion, or THD. THD can be understood as the amount of extra sound generated by the electronics in the piece of equipment itself. Some audio gear is sought solely for the character of its harmonic distortion and is said to be very “musical,’ meaning that we humans tend to like how thing sound when it goes through these circuits. Equipment famous for harmonic distortion includes Neve preamps, Fairchild compressors and Pultec EQs. These are units that people will run sounds through just to pick up harmonic distortion that the circuit generates even when it’s not particularly doing anything to the signal. We call it tone, vibe, mojo, fairy dust, goodness, sweetness, fatness, warmth, size, girth, a sonic halo and all kinds of other names, but what we’re basically describing is that subtle percentage of extra sound that the circuit adds to the signal. For this article I’m calling it sonic varnish.</p>
<p>It’s important to remember that most undeveloped ears wont be able to tell the difference between a sound going through a Pultec EQ set at neutral and a sound that isn’t. Over and over again I’ve inserted pieces of gear in and out of signal chains to show people the difference. If their ear is untrained, or still developing, they squint intently at the speakers for a bit then open their eyes, lean back in their chair and say, “I can’t really tell the difference.” Could I tell the difference between a Mercedes dashboard that had twenty-one coats of varnish as opposed to twenty? I’d probably squint at them and give up as well, but a professional wood worker might be able to see the difference. And – far more importantly – a pro will know which varnish to use, how to apply each coat, and which of those coats should be the last in order to achieve the desired result. It’s the same with sonic varnish. One layer doesn’t do all that much, but many layers add up to a finished sound that anyone can hear and say, “Yeah, that sounds really cool.”</p>
<h3>Applying the Layers</h3>
<p>I believe that one of the reasons we love the sound of records from the 60s and 70s so much is that the sounds were achieved by the (often unintentional) application of many subtle layers of harmonic distortion. Take a Beatles record like Sgt. Peppers recorded on 4-track – a classic example. I’m not sure of the historical accuracy of this explanation, but lets assume that Ringo’s drums were tracked early on. Then those drums were bounced back and forth between the four tracks of tape as they made room for further overdubs. For the sake of argument, let’s guess that Ringo’s drums made two bounces after they were tracked. Each time they bounced, they picked up the sound of the console’s electronics, the tape machine’s electronics and the sonic character of the tape itself. If you count each stage as a layer of varnish, that’s roughly seven layers (preamp, compressor, tape, preamp, tape, preamp, tape). Then you mix the record, which adds another layer, then master it, then play it on your home system (which will have a THD rating, too), and we’re somewhere in the realm of twelve layers of sonic varnish before you hear Ringo’s drums.</p>
<h4>RINGO’S DRUMS</h4>
<ul>
<li>Layer 1: mic</li>
<li>Layer 2: console preamp</li>
<li>Layer 3: compressor</li>
<li>Layer 4: tape machine</li>
<li>Layer 5 &amp; 6: bounce 1 (console and tape)</li>
<li>Layer 7 &amp; 8: bounce 2 (console and tape)</li>
<li>Layer 9 &amp; 10: mix to mono tape (console and tape)</li>
<li>Layer 11: mastering</li>
<li>Layer 12: your home system</li>
</ul>
<p>Now compare that to a modern home recording. Typically the signal is recorded into a consumer grade preamp, processed with a compressor plug-in and bounced to disc.</p>
<h4>TYPICAL MODERN HOME RECORDING</h4>
<ul>
<li>Layer 1: mic</li>
<li>Layer 2: preamp</li>
<li>Layer 3: plug-in compressor</li>
<li>bounce</li>
<li>Layer 4: your iPod</li>
</ul>
<p>The way I see it, this signal has had two chances to receive a coat of sonic varnish. During the recording it hit the preamp and then the compressor plug-in to achieve a second layer. Someone with only two layers of consumer grade varnish will still want to make the most of the recorded sound, so she or he is likely going to try to make each of those two layers as thick as possible. I see this all the time, and a slew of common amateur techniques have evolved. What I see most of is way too much compression, double and triple tracking of parts to add dimension, and the use of distortion plug-ins for a lo-fi sound that is more often a final ditch effort at sounding interesting than an aesthetic choice. People will try anything to make those two or three layers as thick as possible.</p>
<p>The temptation to overuse any one of these stages is strong because the sound just isn’t going to pop out of the speakers if you’re doing subtle work. This lack of sonic excitement is confounded by the lower quality components in consumer grade equipment, too. When you start to overuse any of these layers you acquire obvious sonic artifacts that will change the nature of the source sound to such a degree that the characteristics of the processing itself can overtake the characteristics of the original sound. A kind of haze emerges between the sound and the listener, and when you multiply that by however many tracks you have in the mix, things can get downright foggy. I hear it all the time and the result is simply unremarkable. As my father will still tell you, thick layers of low-quality varnish look horrible. They don’t dry evenly, bubbles get trapped in the varnish, and brush strokes are often visible. Rather than showing off and accentuating the amazing colors, details and depth of the original wood, you end up seeing the varnish and the artifacts of its application. The exact same thing happens with thick layers of consumer grade sonic varnish. There’s no short cut. You want your skateboard to look like a Mercedes? Start layering. You want your mix to sound like a great classic album? Start layering.</p>
<h3>Modern Varnish Mixtures</h3>
<p>I use a combination of digital and analog gear to achieve my layers of sonic varnish, and I chose each layer very carefully to emphasize a particular quality in the sound that I think serves the artistic vision of the project. And I always have my eye on the final mix. For example, if I know I’m going to mix to tape, I have that in mind as I compress the vocal because I know the vocal will “sit down” a bit more once the mix has hit tape. As I apply each coat of sonic varnish, I have the next layers in mind so that I don’t apply any one layer too thickly. I’m interested in the cumulative result of many subtle layers. Let’s take a look at a particular vocal sound to get a sense of what I mean. This is from a very sparse record of which I’m particularly proud of the vocal sound:</p>
<ul>
<li>TRACKING</li>
<ul>
<li>Layer 1: Vintage Telefunken U47 (tube microphone)</li>
<li>Layer 2: Chandler TG2 mic preamp</li>
<li>Layer 3: Tube Tech CL-1B Compressor</li>
<li>Layer 4: Cranesong HEDD converter (a touch of its Pentode processing)</li>
</ul>
<li>INDIVIDUAL TRACK PROCESSING DURING MIXING</li>
<ul>
<li>Layer 5: API 550a EQ</li>
<li>Layer 6: Tube Tech CL-1B hardware compressor</li>
</ul>
<li>FULL MIX PROCESSING</li>
<ul>
<li>Layer 7: API 2500 stereo bus compressor</li>
<li>Layer 8: Dangerous Audio BAX EQ</li>
<li>Layer 9: Studer A-80 1/2″ tape recorder</li>
</ul>
<li>ANALOG TO DIGITAL PROCESSING</li>
<ul>
<li>Layer 10: Studer output stage</li>
<li>Layer 11: Cranesong HEDD A-D conversion (with a touch of Pentode processing)</li>
</ul>
</ul>
<p>Each and every one of these eleven layers is doing something so subtle that very few people can really hear the difference. But, each and every one is just as important to the overall sound as the one before it or the one after it. Use a different mic and the sound will change. Use a different preamp and the sound will change. Use a different converter into the DAW and the sound will change. Use a different bus compressor or tape machine and the sound will change. Each and every layer is equally important, while no single layer is all that important on its own.</p>
<p>My personal theory about why this technique works is that you’re never letting a single piece of gear overtake the original sound. Instead, you’re letting each piece of gear impart just a little bit of harmonic distortion – a little mojo, a small halo, a bit of warmth, a little extra size – and then moving on to the next piece of gear that’s going to impart another kind of harmonic distortion. Maybe the preamp warms up the mic a bit, and maybe the compressor puts a little halo around things, and maybe the tape machine adds a certain depth, and maybe the converter adds a little something-something. Layer by layer the varnish becomes thicker while each layer remains relatively transparent. The original sound is still in tact, but it has acquired all of these wonderful, subtle qualities along the way.</p>
<h3>Gain Staging – The Craft of Varnishing</h3>
<p>With wood, layers of varnish go on rather simply, one at a time, but there is still a craft to it. My coats of varnish on that skateboard weren’t nearly as well applied as my fathers because he had years and years of experience with a brush in his hand. He had the craft that told him how far to dip the brush, how hard to push that brush against the edge of the can to remove excess varnish, where to begin and end his strokes and how hard to push as he made them, and he knew when enough was enough. He knew how to varnish.</p>
<p>In audio, how you varnish is called gain staging. Gain staging refers to the rather complex craft of knowing where the optimal (or intentionally not optimal) operating levels are for any piece of gear in the signal path. How much signal you feed into a piece of equipment will elicit a certain amount and kind of harmonic distortion out of that circuit. Whether it’s tubes, tape, solid state or even a digital plug-in, the way you set the gain will determine the sound. To make matters more complicated, the way one gain stage is behaving will effect how the next one behaves in real time. Add to this that many pieces of gear can be calibrated to different levels, and that every sound you record is going to change how the gear is going to react, and you start to see the endless complexity. Gain staging is not trying to hit a moving target; it’s trying to hit a moving target from a rotating platform on the back of a speeding pickup truck on a hilly, winding road.</p>
<h3>Developing Your Brush Stroke</h3>
<p>So how do you learn how to gain stage properly? Practice, practice, practice and get great teachers who can guide you. It took me years to know how to get a good, solid signal happening with just a pre amp, more years to learn how to send that signal to a compressor properly, and more to learn how to get a tape machine to react the way I wanted it to. And I’m still learning all the time. My aim in writing this essay isn’t to pretend to be able to teach you how to do gain staging – how do I know which target you’re shooting from which pickup truck on which road? My aim is to stress that as you apply sonic varnish you need to really be aware of how you’re applying the layers.</p>
<p>My best suggestion is that you begin by simply considering the concept of sonic varnish when you’re making a recording and start to train your ear to hear subtler and subtler layers of harmonic distortion. And if you’re using a DAW to do recording, you can try to emulate more and more stages of sonic varnish using plug-ins. Believe me, it’s not a great idea to stack up a bunch of the same plug-in and expect them to do what a vast combination of great hardware and software can do together. Nor can you expect too much out of consumer grade gear. (Yes, the signal path I describe above costs thousands of dollars, and I don’t expect everyone to have access to that kind of gear). But, you can learn a lot by trying different things in the box. Here are some ideas:</p>
<ul>
<li>Use a plug-in that emulates analog gear (a compressor, an eq or other will be fine) to try to put a tiny halo on a guitar sound, or a little girth into a bass sound, or a bit of sweetness into a vocal. Don’t try to engage much of the processing – only enough to apply the smallest amount of harmonic distortion you can hear. Work in very very small increments and see what you can hear.</li>
<li>Try using a few different plug-ins to achieve subtle harmonic changes in the sound without changing the essential nature of the original sound. See if you can get the sound to come to life while sounding just the same.</li>
<li>Try to get 3db of compression out of two compressors doing 1.5db each. Then try three doing 1db each.</li>
<li>Try remixing something you know you’ve put a few big layers of varnish on and see if you can achieve a less hazy result with more sonic impact by using more subtle layers.</li>
</ul>
<p>In other words, take the concept of sonic varnish and experiment with it. There are really no hard and fast rules to follow, but hopefully the concept of sonic varnish will help you have a general guiding principle to follow. I’m sure you’ll come up with all kinds of ways to play with the concept.</p>
<p><strong>What About Sonic Paint?</strong> – I need to recognize that there are many times when one is going to want to slam the hell out of something with a compressor, or distort something to the point where you can’t tell what it is, or eq something so drastically that its very nature is transformed. That’s not varnish – that’s paint. However, remember that most paints also need to be applied with great skill and are typically finished with a few very thin layers of clear varnish in order to add depth and brilliance to the color beneath. So, even if you’re going to slam a sound against a wall until it bleeds, those gaping, bloody wounds will be all the more gory if you can get a few coats of varnish on there to show it all off.</p>
<p><strong>What About Lo-Fi?</strong> – Everything I’m saying would apply to achieving lo-fi sounds. If you’re interested in making a lo-fi recording, one of the most important things you can take away from this essay is that multiple layers of distortion will get you better results than one single lo-fi distortion layer. Some of my favorite lo-fi recordings are by Guided by Voices on four track recorders that imparted a lot of THD, but they also bounced their tracks back and forth quite a bit, layering the sounds and slowly degenerating the original sound. Compare that approach to sticking a distortion plug-in on a single digital track and most people will agree that the vibe is with the layered approach. Also, no matter how distorted a lo-fi record is, the layered approach will allow the original signal to acquire its new vibe and sound in lighter layers that will allow the original sound to maintain its character.</p>
<p><strong>What about Genre Specific Sounds?</strong> – Absolutely work toward the aesthetics of the genre you’re working in, but keep in mind that in any genre the concept of sonic varnish will help to achieve great sounds. Techno may be a genre where digital sources never leave the computer, but even the sampled sounds will go through multiple manipulations to come to their finished luster, and many subtle layers will often serve that goal well. Black Metal may want to achieve an endlessly muddy distortion, but any guitar player will tell you that the pickup, the amp, the speaker, the mic, the preamp and the rest of the recording chain all go into making those sounds. Again, trying to achieve that sound in one or two small stages isn’t going to get the pro results. Extend the logic to any genre and I think the concept of sonic varnish will still prove a useful guiding principle.</p>
<p><strong>What about Honest Recordings?</strong> – Classical and jazz recordists often talk of transparency and of “honest recording,” but the very fact that THD is present in every piece of gear makes “honest recording” a myth. Perhaps using fewer layers of sonic varnish will help keep the original recorded signal less tainted, but I think its important to keep in mind that the original recorded signal just passed through a rather tiny diaphragm or ribbon and became wiggling electron waves in a long thin piece of metal called a cable. To think of a recorded sound the way we think of a live sound isn’t going to help one grapple with what it takes to make a recording appear natural when it comes out of two speakers. More often than not, subtle harmonic distortion has helped me render sounds more honestly because the recorded sound can take on an added complexity, richness and 3D quality that got lost in the act of capturing it. The tendency in making these “honest recordings” is often to try to apply as little varnish as possible, but the counter-intuitive move of adding more harmonic complexity might bring the sounds of the instruments to life in ways that the thinner layers might not be capable of. As always, experiment and see what works for you.</p>
<p><strong>It’s a Concept</strong> – Sonic varnish is a concept, a guiding principle, an idea. It’s something to have in mind when you’re recording and mixing that can help keep the bigger picture in focus. There are so many stages to recording, and no single one of them is any more or less important than another. As technology changes faster and faster our tools are going to change as well, yet our methods for recording seem to stay more or less the same. We still have to put a mic somewhere near a source, amplify it, get it onto a medium of some kind, then take that recorded sound and process it in some way in preparation for it’s final format. No matter how careful you are, you’ll be introducing some level of harmonic distortion at every stage, so it’s good to be aware of it. Even better to really know how to apply that harmonic distortion in a way that’ll get you the sounds your after.</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/designing-a-rack-mount-colour-unit-pt-3-video-1</id>
    <published>2020-06-18T11:36:00-04:00</published>
    <updated>2020-06-18T11:36:50-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/designing-a-rack-mount-colour-unit-pt-3-video-1"/>
    <title>Designing a Rack Mount Colour Unit Pt. 4 (Video)</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<div style="width: 560px; margin: 20px auto;"><iframe width="560" height="315" src="https://www.youtube.com/embed/e7iowP-ctuY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe></div>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/3-quick-tips-to-improve-your-soldering</id>
    <published>2020-02-21T15:19:00-05:00</published>
    <updated>2020-02-21T15:19:55-05:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/3-quick-tips-to-improve-your-soldering"/>
    <title>3 Quick Tips to Improve Your Soldering</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p>In the course of answering support emails, we see the good, the bad, and the ugly.</p>
<p>These three rules are the ones I tell beginners over and over again:</p>
<ol>
<li>Clean the tip more than you think you need to</li>
<li>Heat the pad longer before adding solder</li>
<li>Use less solder</li>
</ol>
<p>Keep these in mind your soldering will improve by leaps and bounds.</p>
<iframe src="https://www.youtube.com/embed/1pSmrzhahug" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" width="560" height="315" frameborder="0"></iframe>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/the-top-5-best-looking-pieces-of-outboard-gear</id>
    <published>2020-02-21T15:17:00-05:00</published>
    <updated>2020-02-21T15:17:55-05:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/the-top-5-best-looking-pieces-of-outboard-gear"/>
    <title>The Top 5 Best Looking Pieces of Outboard Gear</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p>My top 5 favorite-looking pieces of outboard gear in no particular order (except for #1).</p>
<iframe src="https://www.youtube.com/embed/JiIDZJdk1Cw" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" width="560" height="315" frameborder="0"></iframe>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/designing-a-rack-mount-colour-unit-pt-3-video</id>
    <published>2020-01-23T13:19:00-05:00</published>
    <updated>2020-01-23T13:19:44-05:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/designing-a-rack-mount-colour-unit-pt-3-video"/>
    <title>Designing a Rack Mount Colour Unit Pt. 3 (Video)</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<div style="width: 560px; margin: 20px auto;"><iframe width="560" height="315" src="https://www.youtube.com/embed/GoqArOq4EhI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe></div>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/how-a-passive-direct-input-box-works</id>
    <published>2019-12-15T00:00:00-05:00</published>
    <updated>2019-12-15T00:00:00-05:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/how-a-passive-direct-input-box-works"/>
    <title>How a Passive Direct Input Box Works</title>
    <author>
      <name>Chris Baldys</name>
    </author>
    <content type="html">
      <![CDATA[<p>If you’ve spent even a little bit of time in a recording studio or doing live sound, you’ve undoubtedly worked with a DI box. But what, exactly, do these little boxes do and why do we need them? In other words, why can’t you plug a guitar right into a mixing board or audio interface?</p>
<h4>DI Basics</h4>
<p>A direct input box is used when we want to connect an unbalanced, instrument output to a balanced, microphone preamp input. The most common scenarios for this are plugging bass and keyboards into the mixing board for live sound, or recording bass and guitar through mic preamps in the studio. DIs almost always have these features:</p>
<ul>
<li>Unbalanced, ¼” input</li>
<li>Balanced, XLR output</li>
<l>Ground-lift switch</l>
</ul>
<p>There are two types of DI boxes: active and passive. Active DIs run on DC power, usually from the +48v phantom power from the preamp connected to the output, because they feature active components like transistors and integrated circuits. Passive DIs, the kind we’re talking about here, require no power and feature only a couple passive components.</p>
<h4>The Problems</h4>
<p>DI boxes were created to solve a particular set of problems that arise when connecting instruments to pro-audio equipment.</p>
<p>One of the first things you learn (very often the hard way) is you can’t just plug anything anywhere. The most obvious and dangerous example of this is shown below.</p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/image2_large.png?v=1575394117" style="float: none;"></p>
<p>But why not? Incompatibilities come down to three main things:</p>
<ol>
<li>Voltage</li>
<li>Impedance</li>
<li>Grounding</li>
</ol>
<p>In the case above the answer is obvious: voltage. If you plug your guitar directly into the wall, the guitar will be hit with 120v mains power and something will explode or melt. In most cases the differences aren’t so obvious, but they’re just as real.</p>
<h4>The Solution</h4>
<p>What makes passive DI boxes so elegant and simple is that they utilize a single component to solve all these problems: a transformer. A transformer is a large, primitive analog component that ought to be obsolete except for the fact that it can do several things at once all while sounding great.</p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/image1.png?v=1575394152" style="float: none;"></p>
<p>A transformer’s construction is very simple: it’s a single magnet with two wires wrapped around a metal core. The wires themselves do not touch each other, yet signal transfers between them through the principle of electro-magnetism. That is, an alternating current (which in this case carries audio signal) in the first wire generates a magnetic field in the core, which in turn generates a corresponding current in the second wire. These wires are called the primary and secondary windings. In the following sections we’ll see how this simple component can do so many things by showing how it solves the three problems we identified above.</p>
<h4>Voltage</h4>
<p>Instrument output levels span a very wide range from the millivolts up to ~10 volts. Preamp input stages, on the other hand, are optimized for the very low output levels of microphones, which rarely exceed the millivolt range. So the transformer must solve the problem of too much voltage.</p>
<p>The coils in a transformer have specified number of “turns” around the core, and the ratio between the turns of each coil is the most important feature of any transformer. This is because a transformer reduces or increases the voltage of a signal in direct proportion to the turns ratio. That is, if the primary coil has 200 turns and the secondary has 100, the turns ratio is 2:1, and the voltage induced in the secondary will be half of that in the primary. The standard turns ratio for a DI transformer is 12:1, so the output is always 12 times lower (-21.5dB) than the input. Now the mic preamp is happy and won’t be overdriven by the instrument’s output voltage.</p>
<h4>Impedance</h4>
<p>Every device has its own inherent input and output impedance. Without going too deep into the wormhole of explaining the concept of impedance, it’s important to know one general rule of thumb: when connecting two audio devices, the input impedance should be at least 10x the output impedance. When this rule isn’t followed, things start to sound muddy, noisy, and distorted.</p>
<p>So for example, the output z of a dynamic microphone is around 250 Ohms. This is why the input impedance of mic preamps is usually at least 2.5k Ohms. Similarly, guitars usually have an output z of between 10k-100k Ohms, so guitar amp input z is usually 1M Ohms. Now look what happens if we connect a guitar directly to a mic preamp: the output z is significantly higher the input z.</p>
<p>In the same way that our transformer induces a different voltage across the secondary than the primary coil, it also transforms impedances. But whereas voltage is transformed in direct proportion to the turns ratio, impedance changes by the square of the turns ratio. Thus, the impedance ratio for our 12:1 transformer is 144:1.</p>
<p>Say we are hooking up a guitar with a 20k Ohm output impedance to a mixing board with a 2.5k Ohm input impedance for the mic preamps. The transformer divides the 20k output z by 144, giving us an effective output z of 138 Ohms. Now we are nicely in the range of our rule of thumb; the input z of 2.5k is at least 10x higher than the output z of 138. (You can also run the math the other way: the transformer multiplies the 2.5k input z by 144, giving us an effective input z of 360k, which is more than 10x greater than 20k.) Now we can be confident that the full signal will pass from the guitar to the console without distortion or other artifacts.</p>
<h4>Grounding</h4>
<p>There’s a great saying that “all electrons want is to go to the ground and die.” This is a way of expressing that current always flows from high voltage to lower, and the ground is our 0 volts reference point. This is why the safety pin of the outlets in your house are wired to a pipe in the ground (check your basement!)—it gives electrons a quicker path to the ground than through your body. However not all “grounds” are a perfect 0 vots, and ground problems arise when two connected pieces of equipment have different ground voltages or when noise doesn’t have a quick path to ground without infecting the audio circuitry. These are the main causes of hum and buzz in the studio and live sound.</p>
<p>Pro-audio equipment addresses ground problems by using 3-pin, balanced connections where the ground and audio paths are separated. In a standard XLR cable, for example, pin 1 is ground (also known as “chass) and pins 2 and 3 are signal + and -, respectively. A well-wired studio with only balanced connections can be practically free of ground noise.</p>
<p>Instruments, however, use 2-pin, unbalanced connections which do not allow for isolating the ground and signal. In a standard ¼” guitar cable, for example, the tip carries the signal, while the sleeve carries the ground.</p>
<p>So what happens if we plug an unbalanced guitar directly into a balanced input? As you can see in the illustration below, the sleeve of the unbalanced guitar cable will connect to both the chassis and signal - parts of the balanced input. This provides a path for current to flow between the ground of the unbalanced system and the signal - of the balanced system, in other words noise, hum, and buzz.</p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/image3.png?v=1575394180" style="float: none;"></p>
<p><span style="font-size: .8em;">Modified and reused under the Creative Commons Attribution-Share Alike 3.0 license.Original rendering by Søren Peo Pedersen</span></p>
<p>Transformers solve this problem by providing what's called galvanic isolation between the input and output stages. Recall that transformers transfer voltage from one winding to the next through electromagnetic induction, without providing a path for current to flow. Thus, they allow the balanced output stage to communicate the signal to the unbalanced input stage without allowing ground currents to form. That's it. An elegant solution to a complex problem.</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/designing-a-rack-mount-preamp-with-colour-pt-2-video</id>
    <published>2018-12-07T17:54:00-05:00</published>
    <updated>2018-12-07T17:54:14-05:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/designing-a-rack-mount-preamp-with-colour-pt-2-video"/>
    <title>Designing a Rack Mount Preamp with Colour Pt. 2 (Video)</title>
    <author>
      <name>Chris Baldys</name>
    </author>
    <content type="html">
      <![CDATA[<div style="width: 560px; margin: 20px auto;"><iframe width="560" height="315" src="https://www.youtube.com/embed/FyZOqF4uuP0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe></div>
<p>Back in April when I announced that I was working on rack mount mic preamp kit, I was unsure of the direction to take. So I posed the question to you, the DIY community: should I design a 2-channel preamp with more features, or a 4-channel with fewer features?</p>
<p>Your answers was resoundingly in favor of the 2-channel version. So I went back to the bench full of clarity and purpose to prototype features and <a href="https://youtu.be/qV2JaeYc7TA">lay out the circuit boards</a>. Today I'm excited to show you my progress so far and ask you for some final bits of feedback before I finalize the circuit and front panel.</p>
<p style="text-align: center; font-size: .9em;"><a href="https://cdn.shopify.com/s/files/1/0698/2265/files/Artboard_1_2x_36bae478-2c7a-49e8-9237-3517440d0fd7.png"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/Artboard_1_2x_36bae478-2c7a-49e8-9237-3517440d0fd7_grande.png?v=1544222983" style="float: none;"></a><br> The rough front panel layout (<a href="https://cdn.shopify.com/s/files/1/0698/2265/files/Artboard_1_2x_36bae478-2c7a-49e8-9237-3517440d0fd7.png">click to expand</a>)</p>
<p>As you can see in the rough front panel layout above, our rack mount unit has grown to be much more than just a stereo mic preamp. In fact, with the line input option, it's more like our CP5 Mic Preamp and Colour Palette combined, with a couple extra features.</p>
<p><em>So what do you think of the feature set?</em></p>
<p><em>Is there anything you'd absolutely love to see that I haven't included?</em></p>
<p><em>Is there anything I've included that seems superfluous?</em></p>
<p>Thanks in advance for your feedback!</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/inside-the-neve-ba283</id>
    <published>2018-08-29T09:17:00-04:00</published>
    <updated>2023-09-08T11:37:57-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/inside-the-neve-ba283"/>
    <title>Mystery Project: The Basics of Vintage Neve Circuitry</title>
    <author>
      <name>Chris Baldys</name>
    </author>
    <content type="html">
      <![CDATA[<p>I'm just beginning a new project and I thought I'd try something different this time: I'm going to make the entire design process public. That means I'm going to share everything I learn as I go and I'll publish my design files under an open source Creative Commons Share-Alike license.</p>
<h3>Choosing the Project</h3>
<p>I titled this post "Mystery Project" because right now it's a mystery to me. The project will be <em>some sort</em> of Neve-inspired kit, but that's all I know.</p>
<p>"Neve" refers to a family of analog audio gear, either directly designed by or inspired by the designs of Rupert Neve. Neve's vintage consoles (especially those of the 70's as we'll see later) are famous for their "warm," "larger-than-life" sound. And a whole cottage industry has emerged around cloning parts of these consoles to make the "Neve sound" available for modern project studios that don't possess a console. The 1073 and 1084 preamp/equalizers and the 2254 and 33609 compressors are all console modules that have found a second life as plugins and pieces of standalone audio gear.</p>
<p style="font-size: .8em;"><img src="https://upload.wikimedia.org/wikipedia/commons/1/18/Neve_8048%2C_Svenska_Grammofonstudion%2C_Gothenburg_Sweden.2.jpg" alt=""><br>Neve 8048 Console. Photo by Neve Sweden [GFDL or CC BY-SA 3.0], from Wikimedia Commons</p>
<p>I emphasized "<em>some sort </em>of Neve-inspired kit" above because I have no idea what it will be. I know I want it to be something more unique than a straight clone. There are already a lot of great "British Console" projects out there from <a href="http://www.thedonclassics.com/nv73-diy.html">The Don Classics</a>, <a href="https://www.diyrecordingequipment.com/products/ez1290-preamp-pcb">Martin Adriaanse</a>, and <a href="http://www.audiomaintenance.com/acatalog/kits.html">Audio Maintenance Limited</a>, so I want to make sure that anything we do fits a niche not already filled by those folks.</p>
<p>The truth is I know very little about the Neve history and right now. So my immediate goal is to learn as much as I can with the hope that it will eventually lead to me to a cool, unique idea for a Neve-inspired kit.</p>
<h3>Vintage Neve Basics</h3>
<p>My first step was to invite my friend and Neve expert Jens Junkurth down from New York to school me on the circuitry. He gave me a day long crash course, some of which happened live on our <a href="https://youtu.be/uICjmbbFoEI">Live Q&amp;A on Youtube (archive)</a>. There were three big takeaways from that crash course:</p>
<p>1. <strong>There are only a few "classic" circuits.</strong> All of the myriad Neve clones and Neve-inspired devices are based on a very small collection of circuits the early 1970's. The 80-series consoles of this era featured the preamp/EQ modules that have become famous like the 1073, 1081, and 1084 as well as the 1290 preamp and 1272 bus amplifier. These circuits are all discrete and class-A. By the mid-70's Neve had switched to class-AB circuits and by the end of the 70's the consoles were all IC-based. So, for this project I'll be focused on a very small sliver of Neve's 50+ year history.</p>
<p>2. <strong>The circuits are quite simple.</strong> While the 80-series consoles are large and complex, they're built from just a few simple building blocks. These building blocks are small amplifier boards with the prefix BA, for "board amplifier." The most ubiquitous, the BA283, contains two sections: a preamp and an output driver. These two circuits are replicated dozens of times throughout a single console, making up the active parts of the mic preamp, equalizer, master section, etc. And both of these circuits contain only three transistors each. For a bit of perspective, the primitive 741 opamp contains 20 transistors.</p>
<p style="font-size: .8em;"><img src="//cdn.shopify.com/s/files/1/0698/2265/files/ncj4frnvncvk6ggqieaa_medium.jpg?v=1535398030" alt=""><img src="//cdn.shopify.com/s/files/1/0698/2265/files/UA741-Opamp_medium.jpg?v=1535398045" alt=""><br> The BA283 (6 transistors) vs. the 741 opamp (20 transistors)</p>
<p>3. <strong>It's all about the parts. </strong>Because the circuits are so simple, every part matters. And unfortunately, almost every part used in the originals is long obsolete. Various revisions and years of repairs also give rise to difficult questions about authenticity. For example, the first BA283s used BC184C transistors. However, Neve officially recommended BC107 and BC109 for repairs, which are arguably found in more classic consoles than the "originals." The same issue applies to capacitors. Like any other console, Neves must have their aluminum caps replaced every few years. So many classic albums featuring the "Neve sound" would not have been recorded with the original caps. Because of issues like these, I anticipate that sourcing will be the most challenging part of this project.</p>
<h3>Next Steps</h3>
<p>Phase 2 of this project is to build up some circuits and listen, listen, listen. I've started compiling a master <a href="https://docs.google.com/spreadsheets/d/1ObFANW98wnHVLbV8nU_bWCfDfExCehqH3fXLr9P8sVw/edit?usp=sharing">bill of materials</a> to collect all of the parts I've seen used in BA283 circuits.</p>
<p>I've also laid out the Preamp and Output amplifiers on two separate PCBs. I plan to order a few of each PCB and every part I can find to build up several different versions of each stage. Then I'll spend a few weeks tweaking and listening, to get a sense of which parts sound best together.</p>
<p style="text-align: left; font-size: .8em;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/BA283_Preamp_0.1_medium.png?v=1535391112" style="float: none;"> <img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/BA283_Output_0.1_medium.png?v=1535391112" style="float: none;"><br>My first layouts of the BA283 Preamp and Output sections</p>
<h3>Follow Along</h3>
<p>I'm excited to keep digging into this project and to share my results with you. If you want to check out or use the design files for yourself, keep an eye on this <a href="https://drive.google.com/open?id=1qCTKOM39HZmtjWrUlgHmzmzdf5wFogwI">Google Drive folder</a>. The schematic and PCB files are for Diptrace, <a href="https://diptrace.com/download/download-diptrace/">which you can download for free</a>. You're welcome to use these files any way you like (under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons ShareAlike license</a>); however, keep in mind that these designs have not been tested yet! For all I know the boards won't be good for anything besides creating smoke.</p>
<p>Please stay tuned for the results of my first builds and listening tests next month. And in the meantime, I'd love to hear your thoughts, ideas, feedback, etc. in the comments.</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/designing-a-rack-mount-preamp-with-colour-pt-1-video</id>
    <published>2018-04-11T14:42:00-04:00</published>
    <updated>2018-04-11T14:44:40-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/designing-a-rack-mount-preamp-with-colour-pt-1-video"/>
    <title>Designing a Rack Mount Preamp with Colour Pt. 1 (Video)</title>
    <author>
      <name>Chris Baldys</name>
    </author>
    <content type="html">
      <![CDATA[<div style="width: 560px; margin: 20px auto;"><iframe width="560" height="315" src="https://www.youtube.com/embed/NZ4wBncZT6A" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen=""></iframe></div>
<p>Now that we've wrapped up design on the <a href="https://www.diyrecordingequipment.com/products/ola5-opto-compressor-kit">OLA5 Opto Compressor</a>, I can finally get back to a project I've been wanting to do for a long time: a multi-channel, rack-mounted mic preamp. The preamp will be use the same circuitry as our <a href="https://www.diyrecordingequipment.com/products/cp5-mic-preamp-with-colour">CP5 500-Series preamp with Colour</a> but with some additional features.</p>
<p>I'm still in the early stages of this design, so I thought I'd share what I've got so far with you and solicit your feedback. I go into more detail in the video above, but basically I've prototyped four new features:</p>
<ul>
<li>Direct input</li>
<li>LINE switch for running the CP5 in line-level mode</li>
<li>Parallel, dry output</li>
<li>Second Colour socket</li>
</ul>
<p>We could fit all of these features in a 1U, two-channel box. But my big question for you is:</p>
<p style="padding-left: 30px;"><em>Should we do a 2-channel version with more features or a 4-channel version with fewer features?</em></p>
<p>I'd also love your feedback on the features I've worked on so far.</p>
<div style="padding-left: 30px;"><em>Which ones seem essential? Which could you do without?</em></div>
<div style="padding-left: 30px;"><em>What's most important to you in a rack preamp?</em></div>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/diying-an-original-la-4-opto-cell</id>
    <published>2018-02-07T14:35:00-05:00</published>
    <updated>2019-05-16T12:50:33-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/diying-an-original-la-4-opto-cell"/>
    <title>Designing an Authentic, DIY-friendly LA-4 Opto Cell</title>
    <author>
      <name>Chris Baldys</name>
    </author>
    <content type="html">
      <![CDATA[<p style="font-family: georgia,serif; font-size: 1.2em; font-style: italic;">Today we're debuting a new monthly video series called, "From the Bench." In these videos, I'll show you what we're working at the moment and talk a bit about the technical challenges of the design.</p>
<div style="width: 560px; margin: 40px auto;"><iframe src="https://www.youtube.com/embed/x6_oHqgJh9U?rel=0" allow="autoplay; encrypted-media" allowfullscreen="" width="560" height="315" frameborder="0"></iframe></div>
<p> As you may <a href="https://www.diyrecordingequipment.com/blogs/news/designing-a-500-series-optical-compressor-pt-1">have</a> <a href="https://www.diyrecordingequipment.com/blogs/news/designing-a-500-series-optical-compressor-pt-2">read</a>, we've been working on the OLA5 Optical Compressor kit for almost a year now. The OLA5 will be a 500-series opto compressor based on the Urei LA4.</p>
<p>In fact, it shares the exact sidechain circuit as the LA4. But getting the sidechain just right has been one of the the biggest design challenges of the project. We've finally arrived at something we're really excited about, which I go through in detail in the video.</p>
<p><img src="//cdn.shopify.com/s/files/1/0698/2265/files/Opto_Idea_3_grande.png?v=1517944072" alt=""></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/designing-a-500-series-optical-compressor-pt-2</id>
    <published>2017-12-20T18:07:00-05:00</published>
    <updated>2017-12-20T18:49:31-05:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/designing-a-500-series-optical-compressor-pt-2"/>
    <title>Designing a 500-series Optical Compressor pt. 2</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p style="font-family: Georgia,serif; font-size: 1.2em; font-style: italic;">Hey there, folks! It’s time to update everyone on the second collaboration between JC-diy and DIYRE, the OLA5 optical leveling amplifier for the 500-series modular format. After an <a href="https://www.diyrecordingequipment.com/blogs/news/designing-a-500-series-optical-compressor-pt-1">initial post back in March</a> we received a lot of useful feedback (thank you!) which we have taken into consideration as we worked toward a final product. - Joel Cameron, JC-DIY</p>
<p>As discussed in the first post, the objective of the OLA5 was to reproduce the unique, musical dynamic character of the classic “LA”-style optical leveling amplifiers we all know and love in a compact, DIY package, while updating its usefulness for the modern studio environment.</p>
<p>I started with the sidechain of the LA-4, but used an entirely updated, IC-based signal path, which allows folks who want to to ‘roll’ their own ICs for the sound they prefer. And like the EQP5 Passive Equalizer kit before it, the OLA5 is compatible with the optional Vintage Output kit, which includes a discrete opamp, a steel core output transformer and a NOS tantalum capacitor to add a bit of vintage flair to your leveling amp!</p>
<p style="text-align: center;"> </p>
<p style="text-align: center;"><img src="//cdn.shopify.com/s/files/1/0698/2265/files/OLA5-Front-Panel-Rendering-0.4_48542222-4da5-4fcb-85fe-acdf149e4fae_large.png?v=1513813145" alt=""></p>
<p style="text-align: center;">The most recent OLA5 front panel design</p>
<h4>To Blend or not to blend?</h4>
<p>This was the big question from my first post: were we going to give the OLA5 parallel functionality or not? There were differing and passionate opinions, though overwhelmingly people voted "yes"!</p>
<p>Nevertheless, I do understand many folks' hesitation to do so with such a classic sidechain. Arguably, parallel processing is more commonly used with heavy handed devices that crush and sometimes outright distort signals for blending with the unprocessed versions. As such, one might question the usefulness of this functionality on an “LA” style optical limiter, none of which are known for heavy-handed treatment of source material.</p>
<p>But the usefulness of this function is immediately apparent once you begin to put it to use. Hitting the limiter solidly and blending with the unprocessed signal can really stick a track where you want it dynamically, giving it more authority and simplifying mixing without evoking the feeling of having been processed at all. Perfect for uber-dynamic singers or for smoothing out an unevenly strummed acoustic guitar track. Beautiful.</p>
<p>But fear not, if you were one who preferred keeping the OLA5 a purely serial processor we have not abandoned you—it can be a purely serial processor as well. How? Its parallel functionality (with its corresponding summing stage) only comes into play when the “Mix” button is depressed (at which time the “Mix” knob becomes active). With this button switched out, the summing portion of the circuit is entirely removed from the signal path, leaving it a purely serial processor, just like the classics!</p>
<h4>Let’s be Discrete: Rolling our own opto cells</h4>
<p>The OLA5 differs not only from other DIY optical kits, but also from most every currently manufactured optical limiter in that it uses discrete optical gain cells. That is, optos made up of a discrete light source coupled with a separate light dependent resistor (LDR). Most every optical design currently available uses off-the-shelf optocouplers (which contain these two elements in a small, premanufactured, hermetically-sealed package with wire leads for soldering) made by companies like Vactrol and Luna (formerly Silonex).</p>
<p>The extremely fast response times of these opto-couplers are ideal for use with modern sidechains that provide control for time constants, and they can yield very musical, if rather transparent dynamic control. The classic LA-series of optical levelers, however, relied upon the time constants inherent to the LDR, providing engaging dynamic processing marked by a distinct, and beloved non-linear release characteristic. Try as I might I could not get any modern sidechain design I tinkered with to properly mimic this classic behavior in a convincing way. Ultimately, I decided that if it wasn’t broken I wasn’t gonna try to fix it—a discrete opto it must be!</p>
<p>Since the gain element is light-sensitive these optos need a dark environment to do their thing, so our concern became how best to provide light-tight enclosures for discrete optos on an otherwise ‘open’ 500-series pcb. Well, Peterson devised a devilishly simple and effective way to enclose each of the two opto cells, keeping them happily in the dark.</p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/Opto-Idea-2.png?v=1513809602" style="float: none;"></p>
<p style="text-align: center;">A cross section of our discrete opto design</p>
<p>A red LED (the light source) solders directly to the motherboard via a round spacer/riser with a diameter the same as the leading edge of the LDR, while the LDR solders to a small daughterboard that is then mounted (using screws) directly facing the LED. Acting as spacer between these two components is a black plastic tube which fits snugly around both the rim of the LDR and the spacer at the base of the LED, effectively cutting both devices off from the light of the outside world. This design is simple to assemble and works perfectly in a brightly lit room, so you can be certain it will work superbly when mounted within the interior darkness of your 500-series rack.</p>
<h4>Compress or Limit?</h4>
<p>In keeping with the spirit of the classic leveling amps the OLA5 offers a simple choice of either ‘compress’ or ‘limit’ functionality. The compress selection provides a roughly 2:1 ratio with a low threshold, great for general leveling. The ‘limit’ selection is user definable (via jumper on the main pcb) from two choices, both with a higher threshold setting. Use the pcb jumper to select your ideal ‘limit’ ratio, and then use the front panel pushbutton to select between compress and limit function in use. The build manual will provide resistor values for limit ratios of 4:1, 8:1, 12:1 and 20:1, so users will have choices of which two to include in their build.</p>
<h4>More Features: Accurate metering, stereo link, and HPF</h4>
<p>Metering of gain reduction on the OLA5 is provided via a 10-segement LED display with a -26dB range using TI’s LM3916 dot/bar driver IC. Unlike an analogue VU meter, this display is extremely fast, so reduction on attack transients (the attack is faster than you might think!) is accurately displayed as is the initial release followed by the slower, non-linear release. Ultimately, one chooses settings for a device like this by ear, but it’s still nice to see what’s really going on inside the thing!</p>
<p>Two OLA5s can be strapped for stereo use using the ‘link’ connectors provided on the back of many 500 racks. If your host rack doesn’t have link connectors you can make this connection directly between your two OLA5s with a single wire before mounting them in the rack. When you want the pair to track in stereo simply push the ‘link’ buttons on both units, while making sure to match other settings as well. With the ‘link’ switches out they are separate, mono processors.</p>
<p>And lastly, we have further expanded the usefulness of the OLA5 by giving its sidechain a simple and effective hi-pass filter. Simply engage this filter when you want to keep strong LF content from kicking up the leveling too much, yielding a beefier tonality to processed material. Great with parallel function for mixes and subgroups!</p>
<h4>Onto Calibration – no jig required!</h4>
<p>This is a another bit of cool that I’m really pleased with on the OLA5. Proper function requires calibration after the unit is built (metering and stereo tracking). One of my early concerns for doing a project like this was how to make it so people can calibrate it if they don’t have a test jig (a nifty little rig that plugs into the host rack and extends connections via wires/ribbon cable). I hated the idea of making people buy a test jig for the one, ever, time they calibrated their OLA5—what a waste of money. Once again Peterson, always the clever fellow, came to the rescue.</p>
<p>His solution was to mount the necessary trimpots 90-degrees off the pcbs, facing the front, sandwiched between the front panel controls and recessed below the plane of the faceplate. This way users can build the unit (sans faceplate), mount it in their 500 rack and have front access to the trimpots needed for calibration. After they finish calibrating, simply power down, pull the module, and attach the faceplate and knobs to officially complete the build. Done! (No special jig required! :)</p>
<p>And the calibration itself requires no special gear either. All you need is a flat-head precision screwdriver and a DAW with basic I/O and a signal generator plug-in capable of producting a 1kHz sine wave (and if, for whatever reason your DAW cannot produce this test tone a link to a downloadable WAV file of it will be included with your OLA5 kit).</p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/IMG_5747.JPG?v=1513811208" style="float: none;"></p>
<p style="text-align: center;">The most recent OLA5 prototype</p>
<h4>See You Next Year</h4>
<p>So as you can see, we're very close to putting the finishing touches on this thing. All of the major circuit points have been ironed out and stress-tested and our prototype front panel came in looking great. All that's left is what we like to call "the final 99%": ordering parts, laying out the kit, making the assembly guide, etc.</p>
<p>If all goes well, we hope to announce a launch date and pricing in January. Thank you so much for following along and providing feedback during our design journey. We are so excited to get this kit into your studio!</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/bumblebee-pro-active-di-kit-pre-order-offer</id>
    <published>2017-10-24T14:52:00-04:00</published>
    <updated>2017-10-24T14:52:30-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/bumblebee-pro-active-di-kit-pre-order-offer"/>
    <title>Bumblebee Pro Active DI Kit Pre-Order Offer</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p>Longtime DIYRE followers will know that we go way back with Latvian designer Artur Fisher. We helped Artur launch his first product, the RM-5 ribbon mic, back in 2011, and our customers have been continually blown away by his designs since then.</p>
<p>So I'm proud to team up with Artur again to launch his new active DI kit, the Bb-D2. </p>
<p style="text-align: center;"><a href="http://www.bumblebeepro.com/bb-d2-discrete-op-amp-di-diy-kit/"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/bumblebee-bb-d2-discrete-op-amp-di-pcb-01_grande.jpg?v=1508866753" style="float: none;"></a></p>
<h4>Bb-D2 Design and Sound</h4>
<p>The Bb-D2 is a premium direct box that reflects Artur's no-compromise design attitude. The active circuitry is all discrete, featuring matched JFETs, and the output transformer is a custom designed to compliment the active stage.</p>
<p>All of this sweating the details has resulted in a world-class DI that captures instruments with natural clarity and just a tiny bit of analog finesse. The JFET input stage ensures a high input impedance, making the DI great for high-Z sources such as passive guitar/bass pickups, Rhodes, and piezos.</p>
<p style="text-align: center;"><a href="http://www.bumblebeepro.com/bb-d2-discrete-op-amp-di-diy-kit/"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/bb-d2-discrete-op-amp-di-main-03_large.jpg?v=1508866826" style="float: none;"></a></p>
<h4>Beginner Friendly Kit</h4>
<p>Part of what makes our partnership work so well is that, like DIYRE, Artur is as serious about the DIY aspect of his products as he is about the design. The Bb-D2 kit comes with every part needed to build the DI and is accompanied by a <a href="http://www.bumblebeepro.com/diy-kit-manuals/bb-d2-discrete-op-amp-direct-box/">step-by-step instruction guide</a>. Also, after having handled many support tickets for his ribbon mics over the years together, I can tell you that Artur is very responsive to questions.</p>
<p style="text-align: center;"><a href="http://www.bumblebeepro.com/bb-d2-discrete-op-amp-di-diy-kit/"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/bumblebee-bb-d2-discrete-opamp-di_large.jpg?v=1508867373" style="float: none;"></a></p>
<h4>Introductory Offer</h4>
<p>Artur is currently funding his first production run of Bb-D2s, so now is the best time to get in on special pre-order pricing. Until <strong>Wednesday, Nov 8</strong> the full kit will be only 119 EUR (down from 169 EUR street) with the code <span><strong>DISCOPAMPDI</strong>.</span></p>
<p>Check out the <a href="http://www.bumblebeepro.com/bb-d2-discrete-op-amp-di-diy-kit/">pre-order page</a> on Bumblebee Pro's site for full offer details and to place an order.</p>
<p style="font-size: 1.2em;"><a href="http://www.bumblebeepro.com/bb-d2-discrete-op-amp-di-diy-kit/">Bb-D2 Pre-order Page</a></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/colour-lineup-update-august-2017</id>
    <published>2017-08-31T09:26:00-04:00</published>
    <updated>2017-08-31T09:27:22-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/colour-lineup-update-august-2017"/>
    <title>Colour Lineup Update August 2017</title>
    <author>
      <name>Chris Baldys</name>
    </author>
    <content type="html">
      <![CDATA[<p>Recently we made full sample videos of every Colour module we have available so you can hear each at a few settings on a variety of sources. These samples give a nice accurate picture of what you’re getting with each Colour. However when I’m looking to buy anything that makes sound, there’s no replacement for seamless A/B audio samples, and switching back and forth between videos just doesn’t cut it for those purposes.</p>
<p>So we've taken our audio samples and put them back-to-back so you can hear every Colour at the same settings on a single source. Not only does this let you hear the overall character of every module, but it gives a good sense of which Colours are subtle even when pushed, versus others that start gnarly at low settings and collapse even more as you push them.</p>
<p>For a few highlights, check out how the bass comes alive with the 15IPS, or how the CTX adds a subtle weight to acoustic guitar at medium settings. The Distortastudio is an easy favorite for blowing up drums and electric guitar, while the Colourphone really sits the same electric guitar in a nice, brash, fuzzy place. Or check out how Pulse makes a great vintage slapback on drums. Check out the samples below:</p>
<iframe width="640" height="360" src="https://www.youtube.com/embed/videoseries?list=PLLjcaIlBVjDMNkkHiHgIhv0iaORqMxJvY&amp;controls=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/explain-like-im-5-transformers</id>
    <published>2017-05-25T12:28:00-04:00</published>
    <updated>2017-05-26T09:23:08-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/explain-like-im-5-transformers"/>
    <title>&quot;Explain Like I&apos;m 5&quot;: Audio Transformers</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<h3>What are transformers?</h3>
<p>Transformers are those huge, heavy, primitive-looking parts you’ll see in both vintage and modern audio gear.</p>
<p>They look something like this:</p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/EQP5_Vintage_Side_grande.jpg?v=1495722788" style="float: none;"></p>
<p style="text-align: center;">Or this:</p>
<h3 style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/fe2-10c-x2_grande_a22c7c0e-16bf-4cc8-b111-eddf0bf4320f_large.jpg?v=1495729414" style="float: none;"></h3>
<p style="text-align: center;">Or this:</p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/rm-6-ribbon-mic-full-kit_grande.jpg?v=1495729669" style="float: none;"></p>
<h3>What do audio transformers do?</h3>
<p>A lot of things! I guess that’s why we keep them around, primitive and expensive as they are. </p>
<p>Transformers do a lot of different jobs in audio gear, including:</p>
<ul>
<li>Stepping voltages up or down: increasing output level of microphones, bringing instruments down to mic level, etc.</li>
<li>Providing balanced inputs and outputs</li>
<li>Impedance matching</li>
<li>Eliminating ground loops</li>
<li>Blocking DC while passing audio signal</li>
</ul>
<h3>How do transformers work?</h3>
<p>A transformer is just two long wires wrapped around one magnetic core. Signal passes from one wire to the other, <i>but the wires don’t touch.</i> What sorcery is this?! It’s a  funny feature of our universe called “electromagnetism,” where electric current creates magnetic fields and vice versa.</p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/transformer_grande.png?v=1495722887" style="float: none;"><br> <span>Modified and reused under the GNU Free Documentation License</span></p>
<p>The electrical current running through first coil of wire (the “primary”) creates a magnetic field in the core. This magnetic field then induces a corresponding voltage in the second (“secondary”) coil. Voila! We now have the same signal at both sides of the transformer without a single electron making the journey from one side to the other.</p>
<h3>How do transformers step voltages up or down?</h3>
<p>We only get that same exact signal on both sides when both coils have the exact same number of turns around the core. By changing the number of turns in each coil, we can directly change how much signal is transferred between them.</p>
<p>For example, if the primary coil has 200 turns and the secondary has 100 turns (we call this a “turns ratio” of 2:1), only half the signal will be transferred. This is called a “step down” transformer. However, we could turn that same transformer around and use it as a “step up” transformer to double the signal!</p>
<p>If that sounds too good to be true (free gain!), it’s because we’ve only considered half of the equation—if a transformer steps up voltage, it steps down current by that same amount, and vice versa. Another way of saying this is that transformers can’t create or destroy power (power being the product of voltage and current). You could think of transformers as trading voltage for current, while power stays the same.</p>
<p>For example, let’s say a 1:2 transformer sees an input of 1 Volt at 1 amp current. At the secondary, the voltage will be stepped up to 2V, but with only 0.5 amp of current available. So a 1:2 transformer for voltage is a 2:1 transformer for current.</p>
<h3>How do transformers match impedance?</h3>
<p>Sometimes it’s important to match the impedance of two devices that are being connected (see "<a href="https://www.diyrecordingequipment.com/blogs/podcast/15851900-explain-like-im-5-impedance-podcast-9">ELI5: Impedance</a>" for more on that). For example, your guitar won't sound very good if you plug it right into a mic preamp—the output impedance of the guitar is just too high to transfer all its signal to the preamp. So we use  a DI box to step the guitar’s output impedance down to mic level.</p>
<p>And guess what's in a passive DI box—a transformer! Transformers can step impedance up or down in the same way they do with voltage and current. Except whereas they change voltage by the turns ratio and current by the inverse of the turns ratio, they change impedance by the <i>square </i>of the turns ratio.</p>
<p>So let’s look at a DI box as an example. A typical passive DI box transformer has a turns ratio of 12:1, which means it will step down the guitar’s output impedance by 144:1 (12 squared). A typical output impedance for a single coil pickup is around 20k Ohms, which our DI box will step down to 138.8 Ohms, which is typical of a microphone. Now we can run that guitar directly into our mic preamp with no impedance issues. Transformers win!</p>
<h3>Why do transformers sound so good?</h3>
<p>Of course, we don’t just keep transformers around to do technical jobs—they also sound really good. There are a couple reasons for this, mostly having to do with the unique ways in which they "fail" to be perfectly clean and linear.</p>
<p>Like all analog components, transformers clip when given too much signal. Transformer clipping happens when the core saturates and can't contain any more magnetic flux. This sets a hard limit on the amount of signal the transformer can pass and generates harmonic distortion.</p>
<p>What makes transformer saturation so lovely is that the distortion it creates is inversely proportional to frequency. Which is a fancy way of saying transformers create more warm, gooey, low-frequency distortion and less harsh, bright, high-frequency distortion.</p>
<p>Transformers also exhibit another distortion phenomenon called "hysteresis." This is where the core, after getting magnetized by a signal, stays magnetized for a short period of time after the signal is removed. Hysteresis creates low-frequency, harmonic distortion at all signal levels, not just when the core is saturated. This same effect is a large part of the desirable sound of analog tape.</p>
<h3>Why is transformer inductance important?</h3>
<p>Inductance is a measure of how well a component converts voltage into magnetic flux. We're concerned with inductance in audio transformers because higher inductance in the primary coil translates to better low-frequency response. Inductance can be increased with either more windings or a more permeable core material (see below).</p>
<h3>How does core composition affect the sound? </h3>
<p>Different materials have different abilities to contain magnetic flux—this is called “permeability.” Core materials with higher permeability create higher primary inductance, and therefore better low-end response. However, more permeable core materials will also saturate faster than less permeable ones. Ah, nature, where everything's a tradeoff!</p>
<p>The most common core materials for audio transformers are M6 steel (steel with a bit of silicon) and nickel/iron alloys. Cores with high nickel content are more permeable and more expensive, with less hysteresis than steel cores. </p>
<p>In general, steel will have higher distortion at normal signal levels due to hysteresis, while nickel will have higher distortion at higher levels, due to saturation. For this reason, you'll often find high-nickel cores in high-quality transformers designed for lower signal levels, and steel cores in cheaper transformers or those designed for high signal levels.</p>
<h3>What’s a zobel network?</h3>
<p>Transformers, like all other parts that exist in the real world, have unintended effects called “parasitics”; ie, extra resistance, inductance, and capacitance that an ideal transformer would not have.</p>
<p>Sometimes these parasitics will combine to cause the transformer to ring in the audio range. That is, if fed a certain frequency, the transformer will keep ringing at that frequency even after the signal is removed.</p>
<p>A Zobel network is a simple, passive filter consisting of a resistor and capacitor placed after the transformer to eliminate ringing.</p>
<h3>What'd I miss?</h3>
<p>Thanks for reading! Let me know in the comments below if you have any questions about transformers I didn't answer.</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/designing-a-500-series-optical-compressor-pt-1</id>
    <published>2017-03-30T13:33:00-04:00</published>
    <updated>2017-03-30T13:52:09-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/designing-a-500-series-optical-compressor-pt-1"/>
    <title>Designing a 500-Series Optical Compressor Pt. 1</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p style="font-family: Georgia,serif; font-size: 1.2em; font-style: italic;">It’s time to let folks in on the next collaboration between JC-diy and DIYRE. Our first effort resulted in the <a href="https://www.diyrecordingequipment.com/products/eqp5-passive-eq-kit">EQP5 passive equalizer</a>. This time around we’re doing a classic-style optical limiter.</p>
<p>I have always been a fan of the classic optical leveling amplifiers, and for good reason — their musical processing and simple functionality (just two knobs, one for reduction and the other for gain make-up) make it hard to produce bad results. The most famous leveling amps are the LA-2A and LA-3A from Teletronix (later Urei) which are lovely not only in the character of their dynamic processing but in the inherent tone of their signal paths. It has long been my desire to create a DIY-friendly project whose behavior evoked the spirit of these classics while being accessible in both cost and build, so now we’re making it happen! </p>
<p>We are tentatively calling it the <b>OLA5</b> (for Optical Leveling Amplifier 500 series ). </p>
<h4><b>So What is a “Leveling Amplifier” Anyway? </b></h4>
<p>“Leveling Amplifier” is a name given to early optical compressor/limiters, as their intention was to level (average) a signal’s dynamic range to make it easier to balance in a mix. The gain reduction element in these designs used a voltage divider featuring a light-dependent resistor (LDR) driven by a light source (an electroluminescent panel or an LED) to drop the level of the signal being processed. As the intensity of the light source (driven by its sidechain amplifier) increases, the resistance of the LDR drops, causing a reduction in level. Because the reduction is produced by a passive device (a resistor) there tends to be less obvious distortion in optical compressors compared to other designs with active gain components.</p>
<p>Additionally, LDRs possess an inherently non-linear release characteristic which changes based on how hard they’re driven. Subtler processing yields soft, forgiving time constants, but wind them up a bit, and you’ll have plenty of grab followed by a fast initial release that slows as it gets closer to full release. This non-linear response gives these processors a unique and musical ‘leveling’ characteristic (as opposed to a more linear, VCA-based compression most of us are already quite familiar with). This characteristic is highly prized for its ability to flatter vocals, bass, and guitars in particular.</p>
<p>The LA-2A was a tube unit, and the LA-3A was all discrete solid state, and both had input and output transformers. By contrast, the later LA-4 was all IC-based with an electronically balanced input and a transformer balanced output. There are already existing DIY projects based on the LA-2A and LA-3A which are wonderful. If you build one of these you won’t be disappointed. However, my goal for this project was to create a simpler and more cost-effective build that still retained the classic leveling characteristic that we love in those old designs. So I chose to start with the LA-4 circuit, and then tweak from there.</p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/www_thehistoryofrecording_com_Manuals_UREI_Urei_20LA4_pdf_large.png?v=1490894489" style="float: none;"></p>
<h4><b>Where’s the Love for the LA-4?</b></h4>
<p>Despite the almost universal love for its forebears, Urei’s LA-4 hasn’t enjoyed quite the same enthusiasm from the pro audio community. In fact, I have more than once heard it referred to as the “red headed stepchild” of the LA-2A and/or LA-3A. </p>
<p>Why the disrespect?</p>
<p>Well, the overwhelming gripe people have with the LA-4 seems to be with the signal path of a stock LA-4, not so much its dynamic behavior. Audio passing through a stock LA-4 has a tendency to sound a bit dark or ‘veiled’ while being a bit abrasive in the midrange, particularly when working with stronger signals. Both of these characteristics are a result not so much of poor design, but of the proliferation of the less-than-stellar RC4136 quad opamps that make up almost the entire signal path. </p>
<p>The lackluster 4136 lowered production cost and simplified the build, but it also limited the speed of the audio (called ‘slew rate limiting’) making signals dull. The remedy for this is a switch to better opamps, which is a challenge given the unique pinout of the 4136. But we’re talking an entirely new, ground up DIY project here, so opamp selection isn’t a problem for us... we can use whatever IC’s we want!</p>
<p>Upgrading the opamps reveals the gain reduction circuit's refined, vintage dynamic character for which classic optos are coveted. My first prototype coupled my own electronically balanced input stage with the LA-4’s original output circuit (with modern substitutes for the actives), and it sounded great. I have since swapped the output stage for the proven output arrangement I used in the EQP5 Passive Equalizer. So this unit’s signal path offers the same, exceptional performance as that in the EQP5 including the option for the vintage discrete opamp/transformer output bundle to give it more old-school love!</p>
<h4><b>Expanded Feature Set and Functionality</b></h4>
<p>We've added or improved features compared to the LA-4 design, including sidechain HPF, better stereo linking, a legit, discrete opto cell (instead of the off-the-shelf vactrols that everyone else is using). I will cover all of that and the path we took to get here in a future post, but our immediate need is for feedback from you regarding the possible inclusion of one specific feature.</p>
<h4><b>Question for you: Wet/Dry Mix?</b></h4>
<p>I must admit this feature, included on the prototypes, has become a personal favorite of mine, but one that some may feel doesn’t really belong on a compressor of this heritage—the ability to do parallel processing. It seems more and more hardware and software dynamics processors these days offer on-board parallel functionality, but is this because people find it really useful, or just because it gives marketing something to boast about? </p>
<p>The beauty of the LA-4 sidechain is that it excels at leveling audio signals in a musical, but not overly heavy-handed way. Yet I find that this musical sidechain, when slammed hard, does, indeed, have an attitude of its own that blends well with many unprocessed signals to affect both the perception of size as well as really sticking a signal dynamically “in your face." Under mild-to-moderate processing (which is not uncommon for such a true leveler such as this) the usefulness of parallel processing is less obvious, but when you really wind it up the process can be quite magical.</p>
<h4><b></b></h4>
<p><b>So this, dear readers, is the primary question we are struggling with regarding the design of the OLA5: </b><i>should we include parallel functionality, or should we simply respect its classic heritage and stick to purely serial processing?</i> </p>
<p>What do you folks think? We've included some samples and clarifying info below. And please feel free to comment or make suggestions on any other aspect of its design too. It’s not too late to change things, and we wanna know your thoughts!</p>
<p><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/OLA5-FP-Ideas.png?v=1490894228"></p>
<p><strong>Rock Mix Samples</strong></p>
<ul>
<li>
<a href="https://cdn.shopify.com/s/files/1/0698/2265/files/OLA5_-_Mix_-_Dry.aif?9426601523073081130">Dry</a> - Unprocessed</li>
<li>
<a href="https://cdn.shopify.com/s/files/1/0698/2265/files/OLA5_-_Mix_-_Series.aif?9426601523073081130">Series</a> - Uses <span>substantive, but gentle series leveling</span>
</li>
<li>
<a href="https://cdn.shopify.com/s/files/1/0698/2265/files/OLA5_-_Mix_-_Parallel.aif?9426601523073081130">Parallel</a> - U<span>ses a slammed signal underneath the dry signal to fill in the gaps and make the overall blend bigger and fuller</span>
</li>
<li><a href="https://cdn.shopify.com/s/files/1/0698/2265/files/OLA5_-_Mix_-_Slammed_Component.aif?1356139724914669030">Just the crushed part of the parallel compression</a></li>
</ul>
<p><strong>Guitar and Vocal Samples</strong></p>
<ul>
<li><a href="https://cdn.shopify.com/s/files/1/0698/2265/files/OLA5_-_Voc_Acous_Bypassed.aif?13037116677662415890" target="_blank">Dry</a></li>
<li><a href="https://cdn.shopify.com/s/files/1/0698/2265/files/OLA5_-_Voc_Acous_Series.aif?13037116677662415890" target="_blank">Series</a></li>
<li><a href="https://cdn.shopify.com/s/files/1/0698/2265/files/OLA5_-_Voc_Acous_Parallel.aif?13037116677662415890" target="_blank">Parallel</a></li>
</ul>
<p><b>Why Two Knobs for Wet/Dry?</b> In the original prototype I used a single ‘blend’ knob that adjusted the balance between the unprocessed and processed signals, but I found that I couldn’t quite tweak its ballistics to my liking — everything from about nine o’clock to three o’clock on the pot sounded remarkably similar with only the outer throws of the pot yielding much perceived control over the balance. This really bugged me in use, so I switched gears and chose a separate fader for the “dry” input signal just like the processed signal has. While this is a different approach to a blend knob, I find it quite simple to make the desired adjustments, and both knobs provide a proper feel. Plus, those who aren’t interested in parallel processing can simply turn the dry signal all the way off.</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/eli5-printed-circuit-boards</id>
    <published>2016-12-01T13:23:00-05:00</published>
    <updated>2016-12-01T14:02:23-05:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/eli5-printed-circuit-boards"/>
    <title>&quot;Explain Like I&apos;m 5&quot;: Printed Circuit Boards</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<h3>What is a printed circuit board (PCB)?</h3>
<p>Before I answer that, let's talk about how circuits were made without PCBs. Before the advent of PCBs, people soldered components and wires right to each other, usually with the help of some sort of rigid board. For example, the technique shown below is called "turret board," where wires and parts are soldered to each other and to turrets to complete a circuit.</p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/69b-above2-2_grande.jpg?v=1480609414" style="float: none;"></p>
<p>As you can see, assembling electronics used to take a lot of time, skill, and focus! Then PCBs came a long and made everything a easier by building all those wires right into the board itself.</p>
<p>PCBs are rigid boards with pre-wired circuitry, plus some extra perks like soldermask and silk-screening (more on those to come). So these days, instead of painstakingly cutting, bending, and soldering each connection, the assembler just has to solder each component in the right place and the PCB does the rest.</p>
<h3>What are PCBs made of?</h3>
<p>PCBs are made of several layers, like an <span style="text-decoration: line-through;">onion</span> parfait. These layers are: <strong>substrate</strong>, <strong>copper</strong>, <strong>soldermask</strong>, and <strong>silk screening</strong>. PCBs can have several of each of these layers, but most audio PCBs are "two-layer" boards (top and bottom) with this makeup:</p>
<p> <img src="//cdn.shopify.com/s/files/1/0698/2265/files/pcb-layers_large.png?v=1480616393" alt="" style="display: block; margin-left: auto; margin-right: auto;"></p>
<p>Let's take a look at a very simple PCB, our L2A Passive Re-amplifier, layer-by-layer. To keep things simple, we'll only show the top copper, soldermask, and silk-screen layers.</p>
<div style="text-align: center;"><strong>Substrate</strong></div>
<div><img src="//cdn.shopify.com/s/files/1/0698/2265/files/pcb-top-fr4_large.png?v=1480608075" alt="" style="display: block; margin-left: auto; margin-right: auto;"></div>
<p>The core of a PCB is fiberglass. Its job is to be rigid (to hold the parts in place) and non-conductive (so electricity won't pass from one side of the PCB to the other). The holes you see in the substrate are for mounting components to the PCB.</p>
<div style="text-align: center;"><strong>Copper</strong></div>
<div><img src="//cdn.shopify.com/s/files/1/0698/2265/files/pcb-top-copper_large.png?v=1480608072" alt="" style="display: block; margin-left: auto; margin-right: auto;"></div>
<p>This is where the circuit happens. The copper circles you see are called "pads"; this is where the parts get soldered to the board. The lines are called "traces"; this is what carries the electricity from one part to another. There are only a couple of traces visible here because most of them are on the bottom side of this particular PCB.</p>
<div style="text-align: center;"><strong>Soldermask</strong></div>
<div><img src="//cdn.shopify.com/s/files/1/0698/2265/files/pcb-top-mask_large.png?v=1480608060" alt="" style="display: block; margin-left: auto; margin-right: auto;"></div>
<p>Although the pads and traces are made of the same thing, we only want to solder to the pads. So we cover the traces in a layer of polymer called "soldermask" that keeps us from getting solder on the traces.</p>
<div style="text-align: center;"><strong>Silk Screening</strong></div>
<div><img src="//cdn.shopify.com/s/files/1/0698/2265/files/pcb-top-all_large.png?v=1480608068" alt="" style="display: block; margin-left: auto; margin-right: auto;"></div>
<p>Finally, we print some silk-screened labeling so that the humans can know where to put the parts.</p>
<h3>Can I make my own PCBs?</h3>
<p>Yes! Start by learning your way around an ECAD (electrical CAD) program. The most popular free programs are <a href="https://cadsoft.io">EAGLE</a>, <a href="http://www.diptrace.com">DipTrace</a>, <a href="https://upverter.com">Upverter</a>, and <a href="http://kicad-pcb.org">KiCad</a>. My favorite of the bunch is Diptrace, though EAGLE is somewhat of an industry standard among DIYers. Here's what the L2A board looks like in DipTrace:</p>
<p><img src="//cdn.shopify.com/s/files/1/0698/2265/files/PCB_Layout_-__Z__Users_peterson_Google_Drive_DIYRE_Products_KIT-001_L2A_Design_ECAD_L2A_1_1_dip_large.png?v=1480616529" alt="" style="display: block; margin-left: auto; margin-right: auto;"></p>
<p>The best beginners' guide I've found to PCB layout is <a href="http://alternatezone.com/electronics/files/PCBDesignTutorialRevA.pdf">Dave Jone's PCB Design Tutorial (PDF)</a>.</p>
<p>Once you've got a layout, you can either order your PCB from a manufacturer, or etch your own at home.</p>
<p><a href="https://oshpark.com">OSHPark</a> is an amazing, game-changing service that charges only $5 per square inch for three copies of your PCB. Unless you plan to make <em>lots </em>of PCBs at home, you won't beat that price rolling your own, and you certainly won't approach the same quality.</p>
<p>If you just love the idea of making your own PCBs or can't wait for OSHPark to deliver, Make Magazine has a great rundown of <a href="http://makezine.com/2008/01/23/how-to-make-printed-circu/">all the ways you can roll your own</a>.</p>
<p>Any other questions about PCBs you like me to answer?</p>
<p>Let me know in the comments!</p>
<p> </p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/3-ways-to-troubleshoot-without-any-electronics-knowledge</id>
    <published>2016-10-31T13:48:00-04:00</published>
    <updated>2016-10-31T14:07:59-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/3-ways-to-troubleshoot-without-any-electronics-knowledge"/>
    <title>Troubleshooting Audio Electronics in 3 Steps (Without Any Test Equipment)</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p><span>You finished your DIY project, but it doesn't work. You don't have any test gear, and even if you did, you wouldn't have any idea how to use it. You're screwed, right?</span><br><br><span>Wrong! There's a lot of troubleshooting you can do without any test gear or electronics background.</span><br><br><span>Below, I walk through the 3-step troubleshooting process that we guide our customer's through when their assembled kit isn't working.</span><br><br><span>These steps don't require any special tools, just some attention to detail. And in the vast majority of cases, they're all that's needed to find and fix the issue.</span></p>
<h4>1. Eliminate Varibles</h4>
<p>Before you go digging through your non-working unit, make sure the problem is actually in the unit!</p>
<p>Some of these checks may seem very stupid and obvious. But that's the point of this step—to uncover anything you might have forgotten because you were distracted by your DIY project.</p>
<ul style="list-style: none;">
<li>
<i class="fa fa-check-square-o"></i> If the unit needs power, is the power on?</li>
<li>
<i class="fa fa-check-square-o"></i> If you’re testing with a condenser mic, is phantom power on?</li>
<li>If the unit is a 500-series module:</li>
<ul style="list-style: none;">
<li>
<i class="fa fa-check-square-o"></i> Is the module screwed into the rack completely?</li>
<li>
<i class="fa fa-check-square-o"></i> Have you tried the module in other slots in your rack?</li>
<li>
<i class="fa fa-check-square-o"></i> Have you tried other modules in the same rack?</li>
<li>
<i class="fa fa-check-square-o"></i> Are you patching to/from the correct slot in the rack?</li>
</ul>
<li>
<i class="fa fa-check-square-o"></i> Is the routing to/from your DAW correct?</li>
<li>
<i class="fa fa-check-square-o"></i> Are you using the correct cables for input/output? (Balanced, unblanced, etc.)</li>
<li>
<i class="fa fa-check-square-o"></i> Have you tested your signal path with a known working device?</li>
</ul>
<p>Once you're confident the problem lies with tour DIY unit, move onto the next step.</p>
<h4>2. Visual Checks</h4>
<p>This is the step where you're most likely to find your error. In fact, about 90% of the support requests we receive are resolved by simply going over pictures of a customer's build with a fine-tooth comb.</p>
<p><i class="fa fa-check-square-o"></i> <b>Is everything in the right place?</b></p>
<p>Double check the placement of every part, especially resistors, transistors, and integrated circuits. Cross reference against everything available to you: assembly guide, photo of finished unit, bill of materials, etc.</p>
<p><strong>Note:</strong> you can’t reliably check resistor values with a multi-meter after you’ve put them in a circuit. Use your eyes and the <a href="http://www.parts-express.com/resources-resistor-color-code-chart">resistor color code</a>.</p>
<p><i class="fa fa-check-square-o"></i> <strong>Are all polarized parts oriented correctly?</strong></p>
<p>Make sure that every polarized part (capacitors, diodes, transistors, and ICs) is inserted in the right direction. Refer to our <a href="http://www.diyrecordingequipment.com/blogs/news/eli5-identifying-common-components">post on the subject</a> for tips on identifying polarity.</p>
<p><i class="fa fa-check-square-o"></i> <strong>Is every solder joint good?</strong></p>
<p>Make sure that every solder joint in your build is a shiny, uniform, “tent” around the lead, and that excess leads are clipped right to the top of the solder joint.</p>
<p>If you see joints that could use some love, follow this re-flowing process:</p>
<ul>
<li>Get your soldering good and hot, make sure the tip is clean (no black oxidation) and tinned (plenty of solder covering the tip)</li>
<li>Heat the solder joint, touching the iron to where the pad and the lead meet</li>
<li>Heat for 2-5 seconds until the solder melts completely. Sometimes the solder will seems to suddenly “snap” onto the pad. That’s what we want!</li>
<li>Add a <em>tiny </em>amount of solder to the molten joint. Leave the iron for another 2 seconds after this</li>
<li>Remove the iron</li>
</ul>
<h4>3. Replace ICs and/or Transistors</h4>
<p>﻿In my experience, if you've made it this far without finding the problem, the most likely culprit is a damaged chip (IC) or transistor. These parts are sensitive to small electric shocks, which can happen during shipping, building, or even just sitting on your desk.</p>
<p>Without a dedicated test jig, the best way to determine if an IC or transistor is broken is just to replace it. And if you don't have the electronics knowledge to identify which chip is broken, the best path is brute force: replace them all!</p>
<p>It may be counter-intuitive, but it's usually better to replace every IC/transistor at the same time, rather than one-by-one. This is because, if you replace one of the parts that <em>﻿isn't </em>﻿defective, the defective one(s) could damage it and send you back to square one.</p>
<h4>When All Else Fails... Seek Help</h4>
<p>If the steps above don't reveal the problem with your build, it's time to seek expert advice. If your project is a DIY kit, hopefully you can get support from the company that sold it. If you bought the kit from us, just drop us a line via the <a href="http://www.diyrecordingequipment.com/pages/support">support page</a>.</p>
<p>But if you project isn't a kit, or doesn't come with support, you may be able to get some friendly advice at the <a href="http://groupdiy.com/index.php?board=2.0">GroupDIY forum</a>.</p>
<p>Let us know below if you have any troubleshooting tips we missed.</p>
<p> </p>
<h4></h4>
<ul></ul>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/designing-a-500-series-pultec-style-eq-pt-2</id>
    <published>2016-09-14T15:35:00-04:00</published>
    <updated>2019-05-16T12:47:58-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/designing-a-500-series-pultec-style-eq-pt-2"/>
    <title>Designing a 500-Series Pultec-style EQ Pt. 2</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p style="font-family: Georgia,serif; font-size: 1.2em; font-style: italic;">Today's post is part 2 of a series by Joel Cameron of <a href="http://rascalaudio.net/">Rascal Audio</a> about designing a new EQ kit.</p>
<p><span>Howdy, folks! </span></p>
<p>Okay, so back in March <a href="http://www.diyrecordingequipment.com/blogs/news/114110532-designing-a-500-series-pultec-style-eq">I wrote about the early development of a 500-series DIY Pultec EQP-type equalizer</a> which we have subsequently dubbed the ‘EQP5’.  At that time, we had the initial working prototype that I had built into a small cookie-type tin, and we received a lot of encouraging interest and feedback from you guys (thanks so much!).  Since then Peterson laid out proto pcbs in 500 format, built a set up and sent the unit to me for testing and troubleshooting.  Well, we’ve tested, tweaked, cut traces, soldered jumpers, etc, have generally played with this thing for a while now, and have settled on the final circuit design.</p>
<p><img src="//cdn.shopify.com/s/files/1/0698/2265/files/EQP5_faceplate_9-14-16_copy_grande.jpg?v=1473881726" alt="" style="display: block; margin-left: auto; margin-right: auto;"></p>
<h3>The Final Circuit Design</h3>
<p>The final circuit, barring any last minute changes, is the ‘four-band’ EQP type filter with two frequencies per band:  30Hz and 60Hz for both LF+ and LF-, 10kHz and 16kHz for the HF+ and 10kHz and 20kHz for the HF-.  Adventuresome builders will be free, of course, to tweak frequencies to heart’s content, and alternate component values to assist them in doing so will be included.  The input and output of the basic kit include electronically-balanced I/O with an optional discrete opamp/output transformer output option as well (for a bit more girth, dynamic imaging and overall vintage vibe).  </p>
<p>I gotta say, this thing sounds wonderful!  I am really pleased with it.  I’m confident this little guy will find a welcome home in 500 racks across the globe, from the small, high quality home studio setup to heavyweight, well-appointed facilities alike (after all, who couldn’t use a few more Pultec-style channels for tracking and mixing? And one could load a 10-slot rack full of these for less than $3000, including the rack!).  It’s great on everything.</p>
<p>So you wanna hear it??  I have made some audio samples for y’all to check out:</p>
<p><iframe scrolling="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/259192433&amp;color=ff5500&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false" width="100%" height="450" frameborder="no"></iframe></p>
<p><strong>Drums:</strong><br>HF- CCW (off)<br>HF+ 10k @ 12:30<br>LF- 30Hz @ 11:30<br>LF+ 30Hz @ 11:00</p>
<p><strong>Electric GTR:</strong><br>HF- 20k @ 11:30<br>HF+ 10k @ 1:30<br>LF- 30Hz @ 12:00<br>LF+ 30Hz @ 8:30</p>
<p><strong>Bass:</strong><br>HF- 20k @ 11:00<br>HF+ 10k @ 2:00<br>LF- 60Hz @ 11:00<br>LF+ 30Hz @ 10:30</p>
<h3>Custom Transformer/DOA Output Stage</h3>
<p>I’m also pleased to report that the transformer used in this prototype is a new trifilar design that we developed specifically for this project (and others forthcoming...).  It is essentially a trifilar version of the more typical quadfilar API 2503-type output used in similar circuits.  This steel-core output transformer provides the same 1:2 connectivity as is common for such discrete op amp driven outputs without the waste and expense of the fourth, generally unused winding.  If you prefer to use a quadfiler design (in case you already have an API 2503 or Cinemag CMOQ-2, etc. that you wish to put to good use.) the pcb is designed to readily accept those units in the same 1:2 configuration, so you’re good either way.</p>
<p>On a similar note, this new output transformer will be right at home in any API 312-type build, providing the same 1:2 output, again, without the expense of the fourth, unnecessary winding.  Just wire the colored leads the same way you would a 2503-type, and you’re good to go.</p>
<p>This transformer, when used with a discrete opamp, provides greater dimensionality compared to the stock output.  Transient signals, such as drums, percussion/loops, strummed acoustic guitars and thumping bass, particularly benefit from this treatment, appearing to lean forward from the speakers with less actual level needed.  And, as the audio samples demonstrate, the stock, electronically-balanced output is no slouch either, showing remarkable musicality with a touch more clarity while preserving the original dynamic content of the material.  Both outputs yield a wonderfully organic result.</p>
<p><img src="//cdn.shopify.com/s/files/1/0698/2265/files/EQP5_proto_a3fde950-6e68-45b6-b975-9b75a93ef103_grande.jpg?v=1473867605" alt="" style="display: block; margin-left: auto; margin-right: auto;">  </p>
<h3>What Makes This Design So Musical?</h3>
<p>So why, exactly, is this filter so musical on such a broad range of sources?  What is it about this design that has placed it among the most desired and coveted of all EQ’s in the history of recorded audio?  Well, two things certainly contribute:  for one thing the filter itself is entirely passive, and secondly, it’s curves are broad and musical.</p>
<p>With regard to the passive nature of the Pultec EQP-type filters it is useful to note that, in theory, two equalizers that share the same transfer function will sound the same regardless of whether one is active and the other is passive.  (Google ‘transfer function’ if you want to know more about that).  In practice, however, it certainly appears the passive designs I have had the pleasure of using (such as passive models from Spectra Sonics consoles of the early 1970’s, Langevin’s EQ251, and yes, the beloved Pultecs, among others) do yield a smoother, more natural characteristic (particularly when boosting hi-mids and highs) than their modern/active cousins.  I mention this, because simply saying “passive eq’s are smoother than active eq’s,” isn’t really a true statement, though in practice this often seems to be the case, and smoothness of this filter, in particular, is quite lovely.</p>
<p>In addition to the natural quality common to many passive filters, the EQP filter in particular (originally designed by Pulse Techniques co-founder, Eugene “Gene” Shenk back in the 1950s), provides broad, gentle curves that are great for overall sweetening duties.  The low frequencies may be labeled “30” and “60” Hz, but their impact reaches well into the midrange.  The high frequency curves are similarly broad, making them very powerful for balancing the frequency spectrum.  In fact this filter design was intended for balancing overall audio spectrum on program material (i.e. buss outputs or whole mixes) rather than honing in on problematic frequencies within individual sources the way more current EQ designs are intended to do.  As such the EQP-type circuit is uniquely capable of enhancing your audio in a way no other can.</p>
<p>The result is euphonic – you’ll want to put it on everything!</p>
<p>So check out the samples, feel free to ask questions or make comments, and we’ll keep you posted on progress!</p>
<p>Thanks for reading.</p>
<p>Joel</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/eli5-identifying-common-components</id>
    <published>2016-08-18T11:22:00-04:00</published>
    <updated>2016-08-18T11:44:30-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/eli5-identifying-common-components"/>
    <title>&quot;Explain Like I&apos;m 5&quot;: Common Parts Markings and Polarity</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p>In the five years we've been selling kits, we've received a couple thousand support tickets. And I've found that ~90% of issues come down to two common errors:</p>
<ol>
<li>Parts in the wrong place</li>
<li>Parts in the wrong orientation</li>
</ol>
<p>While these errors are easily avoidable, they're not "dumb" errors. Identifying parts can be really confusing, since every kind of part follows a different convention.</p>
<p>In this edition of <a href="http://www.diyrecordingequipment.com/pages/explain-like-im-5-audio-concepts-for-beginners">"Explain Like I'm 5"</a> we'll cover how to identify the value and orientation of the most common parts.</p>
<h4>Resistors</h4>
<h5>Resistor Value</h5>
<p>Resistors feature colored bands which indicate their value (resistance) and tolerance (resistance range). To identify a resistor, check the colors of the bands against a <a href="http://www.parts-express.com/resources-resistor-color-code-chart">color code chart</a> or look them up on a <a href="http://www.digikey.com/en/resources/conversion-calculators/conversion-calculator-resistor-color-code-5-band">color code calculator</a>.</p>
<p>However, if you have a multi-meter there's an even better option! Set your meter to read resistance (Ω symbol) and probe either side of the resistor. Just keep in mind that the actual resistance will vary based on the tolerance of the resistor. For example, the resistor in the photo below is rated at 910Ω with a 1% tolerance and measures 904Ω.</p>
<h5>Resistor Orientation</h5>
<p>Resistors are not polarized, so there's no correct orientation for them.</p>
<p><img src="//cdn.shopify.com/s/files/1/0698/2265/files/resistor-meter_grande.jpg?5820645532979569009" alt="" style="display: block; margin-left: auto; margin-right: auto;"></p>
<h4>Electrolytic Capacitors</h4>
<h5>Electrolytic Cap Value</h5>
<p>Electrolytics are one of the least forgiving components: they are polarized and they tend to explode spectacularly when they're inserted backwards. On the bright side, they're perhaps the most completely and clearly marked parts there are.</p>
<p>Electrolytics' value (capacitance) and voltage rating are marked right on the body, with units specified and everything!</p>
<h5>Electrolytic Cap Orientation</h5>
<p>And manufacturers are so serious about making sure you don't reverse electrolytics that they marked their polarity <em>twice</em>. <em></em>How nice of them! An electrolytic's positive lead is longer and the negative lead is marked on the body with a stripe and minus signs.</p>
<p><img src="//cdn.shopify.com/s/files/1/0698/2265/files/electrolytic_grande.jpg?5501946905262669859" alt="" style="display: block; margin-left: auto; margin-right: auto;"></p>
<h4>Other Capacitors</h4>
<h5>Cap Value</h5>
<p>If only all caps were as clearly marked as electrolytics. Most caps are marked with a three-digit code for value and one letter for tolerance.</p>
<p>The three-digit code indicates the cap's value in picofarads. The first two digits are the first digits of the value, and the third digit is the number of zeroes. So, in the photo below, the cap on the left is 100pF (10 + one zero) and the cap on the right is 100,000pF (10 + four zeroes).</p>
<p>If, like me, you can never remember the metric units, you can use an <a href="http://www.unit-conversion.info/metric.html">online converter</a> to convert that 100,000pF to something more readable like 100nF.</p>
<h5>Cap Orientation</h5>
<p>Unlike electrolytics, most other caps are not polarized. The very few exceptions, such as tantalums, have their polarity marked on their bodies.</p>
<p><img src="//cdn.shopify.com/s/files/1/0698/2265/files/caps_grande.jpg?8512127599864118096" alt="" style="display: block; margin-left: auto; margin-right: auto;"></p>
<h4>Diodes</h4>
<h5>Diode Value</h5>
<p>Diodes' names are marked right on the body (though you may need a magnifying glass to read them).</p>
<h5>Diode Orientation</h5>
<p>A gray or black stripe marks the cathode (negative) lead. Just align the stripe on the diode with the stripe on the PCB and you're set.</p>
<p><img src="//cdn.shopify.com/s/files/1/0698/2265/files/diode_grande.jpg?3004932293461777237" alt="" style="display: block; margin-left: auto; margin-right: auto;"></p>
<h4>LEDs</h4>
<h5>LED Value</h5>
<p>It doesn't get easier than identifying an LED. Searching for the "red LED" from the BOM? It'll be the red one.</p>
<h5>LED Orientation</h5>
<p>And just like electrolytic caps, an LED's positive lead is longer than the negative lead.</p>
<p><img src="//cdn.shopify.com/s/files/1/0698/2265/files/led_grande.jpg?88522972743419976" alt="" style="display: block; margin-left: auto; margin-right: auto;"></p>
<h4>Transistors</h4>
<h5>Transistor Value</h5>
<p>Transistors are very straightforward to identify because, instead of a value, they have a model number which is marked on the body.</p>
<h5>Transistor Orientation</h5>
<p>Since different transistors have different names for their leads, the most reliable way to identify orientation is by shape. Simply match the shape of the transistor's body to the shape marked on the PCB.</p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/IMG_0485_grande.jpg?4820819884876245823" style="float: none;"></p>
<h4>Integrated Circuits (ICs)</h4>
<h5>IC Value</h5>
<p>Like transistors, ICs have a model number which is marked on the body. There's often a batch number, too, which can be ignored.</p>
<h5>IC Orientation</h5>
<p>IC manufacturers indicate orientation in a couple different ways. First is with a notch on one side the body (between pins 1 and 8). This notch is usually shown on the PCB as well. Second is with a dot next to pin 1.</p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/IMG_0483_grande.jpg?1288693667352477798" style="float: none;"></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/recording-with-the-cp5-colour-mic-preamp-video-stems</id>
    <published>2016-07-21T16:53:00-04:00</published>
    <updated>2016-07-21T16:54:01-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/recording-with-the-cp5-colour-mic-preamp-video-stems"/>
    <title>Recording with the CP5 Colour Mic Preamp (Video + Stems)</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p>The DIYRE team spent a couple days in the studio recently to record new backing music for our how-to videos. We recorded everything with our <a href="http://www.diyrecordingequipment.com/products/cp5-mic-preamp-with-colour">CP5 Mic Preamps</a> and various <a href="http://www.diyrecordingequipment.com/collections/colour">Colours</a> so you could hear them at work.</p>
<p>You can download the tracks as hi-res stems via the link below. The only processing on the tracks is the Colours used during tracking. See the session notes below for mic and Colour specifics.</p>
<p>The stems are released under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons</a> license, so feel free to use them in your own tracks or remixes.</p>
<p><a href="https://s3.amazonaws.com/diyrecdn/diyre-cp5-stems.zip">Download the stems (97mb)</a></p>
<h4>Watch the Recording Process</h4>
<p>Check out the video below to see exactly how we set up and used the CP5s + Colours during tracking.</p>
<div style="with: 560px; margin: 20px auto;"><iframe width="560" height="315" src="https://www.youtube.com/embed/ERev5ZwHt-w" frameborder="0" allowfullscreen=""></iframe></div>
<h4>Session Notes</h4>
<ul>
<li>BPM: 144</li>
<li>Bit Depth: 24 bit</li>
<li>Sample Rate: 48khz</li>
<li>Converters: Lynx Aurora 16</li>
<li>Mic Preamps: <a href="http://www.diyrecordingequipment.com/products/cp5-mic-preamp-with-colour">CP5 Colour Mic Preamp</a>
</li>
</ul>
<table class="tg">
<tbody>
<tr>
<th>Source</th>
<th>Microphone</th>
<th>Colour</th>
</tr>
<tr>
<td class="inner">Kick Drum</td>
<td class="inner">ElectroVoice RE-20</td>
<td class="inner"><a href="http://www.diyrecordingequipment.com/products/15ips-colour">15IPS Tape Saturation Colour</a></td>
</tr>
<tr>
<td class="inner">Snare Top</td>
<td class="inner">Shure SM57</td>
<td class="inner"><a href="http://www.diyrecordingequipment.com/products/rogue-tec-air-passive-eq-colour">Rogue-Etc Air Passive EQ Colour</a></td>
</tr>
<tr>
<td class="inner">Snare Bottom</td>
<td class="inner">AKG C414 B-ULS</td>
<td class="inner"><a href="http://www.diyrecordingequipment.com/products/distortastudio-cassette-4-track-colour">Distortastudio Cassette 4-Track Colour</a></td>
</tr>
<tr>
<td class="inner">Overheads</td>
<td class="inner">Neumann KM84s</td>
<td class="inner">None</td>
</tr>
<tr>
<td class="inner">Drum Room</td>
<td class="inner">Flea 47</td>
<td class="inner"><a href="http://www.diyrecordingequipment.com/products/toneloc-level-loc-compressor-colour">Toneloc Compressor Colour</a></td>
</tr>
<tr>
<td class="inner">Guitars (Fender Classic Player Jaguar &gt; Vox AC15)</td>
<td class="inner">Shure SM57</td>
<td class="inner"><a href="http://www.diyrecordingequipment.com/products/pentode-colour">Pentode Tube Saturation Colour</a></td>
</tr>
<tr>
<td class="inner">Bass (Fender American Standard Precision)</td>
<td class="inner">Direct Input</td>
<td class="inner"><a href="http://www.diyrecordingequipment.com/products/doa-colour-kit">DOA Colour + GAR1731</a></td>
</tr>
<tr>
<td class="inner">Synth (Korg MS-20 Mini)</td>
<td class="inner">Direct Input</td>
<td class="inner"><a href="http://www.diyrecordingequipment.com/products/15ips-colour">15IPS Tape Saturation Colour</a></td>
</tr>
<tr>
<td class="inner">Tambourine and Shaker</td>
<td class="inner">Neumann KM84</td>
<td class="inner">
<a href="http://www.diyrecordingequipment.com/products/15ips-colour">15IPS Tape Saturation Colour</a>  </td>
</tr>
</tbody>
</table>
<p> </p>
<p> </p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/118229572-our-10-favorite-places-to-buy-parts-that-arent-mouser-or-digi-key</id>
    <published>2016-06-03T14:33:00-04:00</published>
    <updated>2016-06-03T15:51:13-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/118229572-our-10-favorite-places-to-buy-parts-that-arent-mouser-or-digi-key"/>
    <title>Our 10 Favorite Places to Buy Parts (that aren&apos;t Mouser or Digi-Key)</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p>A huge part of what we do here at DIYRE is "sourcing"—finding the best vendor for each part in our kits. What that means in practice is countless hours of scouring the internet and navigating clunky, decade-old parametric search forms for deals on parts.</p>
<p>Some people actually enjoy this (those people are broken inside), but for those of you who don't we've compiled this list of our favorite sources.</p>
<ol>
<li>
<strong><a href="http://www.redco.com/">Redco Audio</a>:</strong> One-stop shop for jacks and cabling. Simply the best prices anywhere for Neutrik jacks.</li>
<li>
<strong><a href="https://oshpark.com/">OSHPark</a>:</strong> Get your own PCBs made for cheap in the US! OSHPark has an awesome online ordering system, charges a very fair price of $5/square inch, and sends you 3 copies of your PCB within 2-3 weeks. We use them monthly for our prototypes.</li>
<li>
<strong><a href="http://www.apexjr.com/">Apex Jr.</a>:</strong> Specializes in buying vintage overstock. Great for old tubes, transformers, and weird stuff!</li>
<li>
<strong><a href="http://www.edcorusa.com/">Edcor Electronics</a>:</strong> Transformers made-to-order in the USA for incredible prices. We use their PC10:10k in our L2A Re-amplifier.</li>
<li>
<strong><a href="http://www.mcmaster.com/">McMaster-Carr</a>:</strong> The hardware superstore with the coolest website in the world. Get your nuts, screws, standoffs, etc. here in every size and finish imaginable.</li>
<li>
<strong><a href="http://www.monoprice.com/">MonoPrice</a>:</strong> Known for cheap earbuds and USB cables—but have you seen their <a href="http://www.monoprice.com/category?c_id=104&amp;cp_id=10429">audio adapters section</a>? The perfect place to stock up on those magically disappearing TRS adapters.</li>
<li>
<strong><a href="http://www.bitcheslovemyswitches.com/">Bitches Love My Switches</a>:</strong> Cheap guitar pedal parts with an attitude. Great prices on 1/4” jacks, switches, knobs, and cases.</li>
<li>
<strong><a href="http://taydaelectronics.com/">Tayda Electronics</a>:</strong> Tayda was introduced to me as, “the site that brazenly undercuts everyone else.” I’d say that’s about right. Tayda stocks generic versions of the essentials for prices that beggar belief. And here’s a pro tip: always check <a href="http://facebook.com/taydaelectronics">Tayda’s Facebook page</a> for their monthly 15% discount code before your order. </li>
<li>
<strong><a href="http://www.allelectronics.com/">All Electronics</a>:</strong> You might be aware of the huge distributors like Mouser and Digi-Key. But sometimes their gigantic catalogs are more confusing than convenient. That’s why I like All Electronics as a general parts store—they have almost everything you’d want, but not in every variety, brand, etc.</li>
<li>
<strong><a href="http://www.aliexpress.com/">AliExpress</a>:</strong> Need 1-100 of a unique part of questionable quality and mysterious origin? Look no further than AliExpress. How about <a href="http://www.aliexpress.com/item/100Pcs-Lot-6050-6-5mm-MIC-Capsule-Electret-Condenser-Microphones-Pickup-Microphone-52DB/32359695978.html">100 mic capsules for $0.07 each</a>? Or <a href="http://www.aliexpress.com/item/Marconi-style-6-35mm-colorful-plastic-guitar-knob-with-set-screw/32454782217.html">100 Neve-style knobs for $0.50 each</a>?</li>
</ol>
<p>I hope this list saves you a few hours hunched over a computer (that you could have spent hunched over a soldering iron!) and leads you to some good deals. If you know of any gems we missed, please let us know in the comments.</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/114110532-designing-a-500-series-pultec-style-eq</id>
    <published>2016-03-24T12:21:00-04:00</published>
    <updated>2019-05-16T12:47:42-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/114110532-designing-a-500-series-pultec-style-eq"/>
    <title>Designing a 500-Series Pultec-style EQ Pt. 1</title>
    <author>
      <name>Chris Baldys</name>
    </author>
    <content type="html">
      <![CDATA[<p style="font-family: Georgia,serif; font-size: 1.2em; font-style: italic;">Today's post is by Joel Cameron of <a href="http://rascalaudio.net/">Rascal Audio</a>, who's collaborating with us on a new EQ kit.</p>
<p>I love DIY! I got my start building gear almost two decades back by scouring the internet (a much smaller internet back then) for schematics of classic gear in hopes of building the stuff I couldn’t afford to buy. This was long before sites like DIYRE came along, of course, and I had to figure out how to do things pretty much from scratch. Along the way I made a lot of mistakes, of course: bad grounding (“hummmmm.....”), popped caps, burned up power supplies, toasted transistors and opamps, etc. But each lesson learned was invaluable, and after a while I figured out not only how to make great gear, but I began learning how circuits worked and what it was made these old designs so great. I eventually began to come up with circuit ideas of my own...</p>
<p>Well, I’m pleased to say that my latest idea is one specifically aimed at the DIY community—a 500-series Pultec EQP-style equalizer!</p>
<h3>Drawing Inspiration from a Classic</h3>
<p>For more than a decade now the filter topology used by Pulse Techniques (aka “Pultec”) in their EQP variants (EQP-1/1R/1A/1A3/1S3 and EQH-2) has been my absolute favorite EQ circuit. Appropriately referred to as a ‘program EQ’ these units paint with broad, deeply enhancing strokes that make them a proper choice for both tracking and mixing. No surgical maneuvers here... this is all about tone! Of particular interest (especially for those working in the DAW environment) is the inductor-based HF boost band which can add clarity and sheen while remaining entirely sweet without any hint of harshness (try that with most EQ plugins!!!). And the LF controls can add immense, unflappable fullness to your low end as well as tame the unwanted mud and weight from bottom heavy sources. And because the Pultec filters are passive, they do all of this while sounding totally natural. In fact, its effect feels so natural you need to be careful not to overuse it.</p>
<p>Recently I put together a mix room in my house, and I’ve been craving a few more Pultec-style channels for processing stems (I mix out of the box). Wanting to save rack space and eyeing the empty slots in my 500 rack, it hit me: I need to build some Pultec-style EQs to fill those slots.... and (lightbulb!!) what a perfect project for the DIY community! </p>
<p>The basic EQP-type filter circuit is actually quite simple, requiring surprisingly few components, so I just needed to add high-quality gain makeup and I/O and we’d have a powerfully musical device that anyone can build. </p>
<p>I contacted Peterson at DIYRE to see if he had an interest in a project like this, and he was game, so I made some drawings and sent them on to him. I also breadboarded the initial concept and sent the contraption on to Peterson and the gang to get their stamp of approval. </p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/eqp5-proto-top_grande.jpg?18167044018651819452" style="float: none;"><br>The first prototype. It sounds much prettier than it looks.</p>
<p>As of now we have a tentative, proven design that sounds amazing, though before we commit to a final product we wanted to run the overall idea past DIYRE’s loyal readers to see if anyone had some thoughts they wanted to toss in to make this truly killer. </p>
<h3>What We Have So Far</h3>
<p>The EQP5 (its working title... “EQP” for obvious reasons and “5” for 500 series) will feature an enhanced version of the Pultec EQP-type filter (‘enhanced’ in that it has four independent bands, not three as original EQP’s do). The original design uses a single control to select the frequencies for both the LF+ and LF- sections simultaneously. But these two sections really are separate in the circuit, and the single control of the original is a 2-pole switch, so... we’re separating these into separate switches, so you can boost at one frequency and cut at another, dramatically increasing the usefulness of the thing.</p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/EQP5_faceplate_copy_grande.jpg?18231693977251220936" style="float: none;"><br>A four-band Pultec!</p>
<p>Each of the four bands has a pushbutton switch for selecting one of two available frequencies per band. This circuit is a broad brush, and the frequency selections are broadly musical over a variety of source material including individual tracks and complete mixes. The use of pushbutton switches keeps the project affordable and the build simple (and also keeps the front panel from becoming too cluttered for big fingers!</p>
<p>The stock design features an IC-based gain make-up (the passive filter has about -16dB loss for which we need compensation) and electronically-balanced I/O. There will be an option to have the gain provided by a discrete opamp driving an output transformer. Any discrete opamp compatible with API’s 2520 footprint can be used (including the RED-25, ML2520 and others available from DIYRE). </p>
<p style="text-align: center;"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/eqp5-proto-inside_grande.jpg?3473489710487444312" style="float: none;"><br>Spot the 2520-style opamp and output transformer in the prototype.</p>
<p>Little known fact: the last Pultecs made were had solid state gain makeup provided by an API 2520 discrete opamp driving an output transformer, so this approach is definitely the way to go for a more vintage vibe. It adds a more three-dimensional fullness that seems to reach beyond the speakers, directly engaging the listener. A jumper is included with the optional output to allow the selection of either output topology, so you won’t lose the option of a cleaner signal path if that’s what you want for certain applications.</p>
<h3>Questions for You, Dear Reader</h3>
<p>Okay, all of this has been tested and sounds fabulous. Here is where we really would like some input: I originally intended the pcb to provide four frequency options per band with any two of them user-assignable (via jumpers) to the front panel pushbuttons. The only concern for doing this is that it might offer additional confusion to newer DIYers, plus it would preclude any ability to silkscreen the front panel with chosen frequencies (which can be disconcerting to some users). To keep things simpler we could simply choose the stock frequencies ourselves, two per band, and have them screened on the panel like normal. And then for those who are more adventurous we could make faceplate available that has no frequency labels along with a chart of alternate capacitor values, so users could experiment to their hearts’ content.  </p>
<p>Frankly, those of you who have used Pultecs know how odd the stated frequencies are—how often do you see 20Hz or 30Hz on any other equalizer design? The truth is that these given frequencies affect content well into the midrange, so the labels can be a bit misleading; you really have to trust your ears more than a frequency printed on a faceplate. As such, I think that a faceplate without screened frequencies along with giving the user the ability to program their own choices via jumpers is a useful idea, but what do you think?</p>
<p><em>Should frequencies be marked on the front panel?</em></p>
<p><em>Should there be multiple frequency options?</em></p>
<p><em>Any other thoughts you’d like to share?</em></p>
<p>Thanks for reading. We’ll keep you updated on our progress!</p>
]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/113329796-explain-like-im-5-resistors</id>
    <published>2016-03-17T16:45:00-04:00</published>
    <updated>2016-03-17T17:53:43-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/113329796-explain-like-im-5-resistors"/>
    <title>&quot;Explain Like I&apos;m 5&quot;: Resistors</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p><em><strong>What are resistors?</strong></em></p>
<p>Resistors are one of the core building blocks of electronic circuits. Even the shortest signal path in the studio can contain dozens or hundreds of resistors.</p>
<p>Resistors are incredibly simple components: they’re basically wires that don’t conduct as well as regular copper. The degree to which they're bad at conducting (or good at resisting) is their resistance.</p>
<p>But despite being simple, they’re also incredibly powerful and versatile. The circuit inside our <a href="http://www.diyrecordingequipment.com/products/sb2-16x2-passive-summing-mixer">SB2 Passive Summing kit</a>, for example, contains only resistors.</p>
<p style="text-align: center;"><img alt="" src="https://cdn.shopify.com/s/files/1/0698/2265/files/01-resbend.jpg?3616864655886163817" style="float: none;"><br>A through-hole, metal-film resistor.</p>
<p><em><strong>What do resistors do?</strong></em></p>
<p>They resist the flow of electrons. In other words, they limit the amount of current that will flow in a circuit. In the trusty electricity/plumbing analogy, resistors are different widths of pipe.</p>
<p><em><strong>What can resistors do in a circuit?</strong></em></p>
<p>Countless things. Resistors are required for creating filters, setting the brightness of LEDs, setting power supply voltages, controlling the response of a microphone capsule, etc. This is why you’ll find resistors in practically every electronic circuit.</p>
<p style="text-align: center;"><img src="https://upload.wikimedia.org/wikipedia/commons/3/31/Impedance_voltage_divider.svg" alt="" style="display: block; margin-left: auto; margin-right: auto;">Two resistors configured as a voltage divider<br><span style="font-size: .8em;">By Velociostrich (Own work) [<a href="http://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a>], via Wikimedia Commons</span></p>
<p><em><strong>What do resistors’ specs mean?</strong></em></p>
<p>Despite being the simplest of components, resistors have a <em>lot</em> of specs. For simplicity’s sake, I’ll just go through the most important here.</p>
<ul>
<li>
<strong>Resistance: </strong>The degree to which it resists the flow of electrons, expressed in Ohms. A 1 ohm resistor is one where 1 volt will create 1 amp of current, or 1 watt of power. Nice and tidy!</li>
<li>
<strong>Tolerance: </strong>The precision of a resistor’s value, expressed as a percentage. For example, a 100R 2% tolerance resistor could have an actual value 98R and 102R. Most often in audio we use 1% tolerance resistors.</li>
<li>
<strong>Wattage: </strong>How much power a resistor can handle. Resistors dissipate power by turning it into heat. If a resistor gets hotter than it can handle, it’s value will or change or (more fun!) it will combust. The most common wattage in small-signal audio is 1/4W.</li>
</ul>
<p><em><strong>Do resisitors have a sound?</strong></em></p>
<p>No. For all intents and purposes, resistors do not have a “tone” of their own. They don’t saturate like transformers or have phase effects like capacitors. They may have different self-noise levels and tolerances which can affect the performance of the circuit as a whole, but in general resistors by themselves do not have a "sound."</p>
<p><em><strong>How do I identify different resistors?</strong></em></p>
<p>Through-hole resistors (as opposed to surface-mount, which we’re usually not using for DIY) are wrapped in a number of colored bands which tell us the resistor’s value and tolerance.</p>
<p>The metal-film resistors that are most common in DIY projects use a <a href="https://en.wikipedia.org/wiki/Electronic_color_code#Resistor_color-coding">five-band code</a>, where the first three bands represent the first three numbers of the resistance value, the fourth band is the multiplier (ie., how many zeros come after the first numbers), and the fifth band is the tolerance as a percentage.</p>
<p><img src="https://upload.wikimedia.org/wikipedia/commons/6/6e/4-Band_Resistor.svg" alt="" style="display: block; margin-left: auto; margin-right: auto;"></p>
<p>Of course if you don’t want to bother learning or looking up color codes, you can always identify resistors with a multi-meter.</p>
<p><em><strong>Why do resistors common resistors have such weird values (4.7, 6.8, etc.)?</strong></em></p>
<p>Back in the day when resistors had very wide tolerances of 20%, it made sense to manufacture only values that were about 40% from each other with a bit of overlap. Thus 1.5, 2.2, 3.3, 4.7, 6.8, and 10 became the standard values for each decade (10x, 100x, etc).</p>
<p>Nowadays tolerances are much better and you can buy a resistor in practically any value. However, the old common values are still made in greater quantity, so they’re cheaper and more reliably stocked. This is why you still see many more 47k than 50k resistors, for example.</p>
<p><em>How’d I do?<br></em><em>Did that make sense?<br></em><em>Did I miss anything?</em></p>
<p>Please let me know in the comments below!<br><br></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/86235652-explain-like-im-5-why-do-i-need-a-reamp-box</id>
    <published>2016-02-17T18:05:00-05:00</published>
    <updated>2016-02-17T18:05:04-05:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/86235652-explain-like-im-5-why-do-i-need-a-reamp-box"/>
    <title>&quot;Explain Like I&apos;m 5&quot;: Why do I need a reamp box?</title>
    <author>
      <name>Chris Baldys</name>
    </author>
    <content type="html">
      <![CDATA[<p>When we first launched the <a href="http://www.diyrecordingequipment.com/products/l2a">L2A Re-amplifier kit</a> five years ago, I got a lot of emails asking simply, "what is reamping?" A lot's changed since then. By now, it seems like most people are familiar with the process of patching their recording gear into their guitar gear and then re-recording that "reamped" signal.</p>
<p style="text-align: center;"><img alt="" src="https://cdn.shopify.com/s/files/1/0698/2265/files/L2A_In_Studio.jpg?12977439290172474460" style="float: none;"></p>
<p>However, we do get a lot of questions along these lines:</p>
<p><strong><em>Do I really need a dedicated device to reamp? Haven't people been reamping since before there were reamps?</em></strong></p>
<p>Fair questions! The short answer is no, you don't <em>need</em> a dedicated reamp box to start reamping. But for ideal performance in a wide range of situations, you're better off with one.</p>
<p><strong><em>Can't I just connect a cable right from my interface to my amp?</em></strong></p>
<p>Technically, yes. But you may get a lot of noise.</p>
<p>Pro-audio gear uses balanced connections, while guitar gear is unbalanced. Connecting the two systems directly creates a path for noisy ground currents to flow into the audio paths.</p>
<p>A reamp box like the L2A solves this problem by isolating the grounds with a transformer. Through the magic of electro-magnetism, the transformer allows signal to pass from the input to the output without a direct connection between their grounds.</p>
<p>But don't take my word for it, here's what the ground lift on the L2A can do:</p>
<blockquote class="instagram-media" data-instgrm-version="6" style="background: #FFF; border: 0; border-radius: 3px; box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width: 658px; padding: 0; width: calc(100% - 2px);">
<div style="padding: 8px;">
<div style="background: #F8F8F8; line-height: 0; margin-top: 40px; padding: 50% 0; text-align: center; width: 100%;">
<div style="background: url(data:image/png; base64,ivborw0kggoaaaansuheugaaacwaaaascamaaaapwqozaaaagfbmveuiiii9pt0ehh4gib4hibkchbwchbwchbydr+jqaaaachrstlmaba4yhyqsm5jtamwaaadfsurbvdjl7zvbegmhcaqbaf//42xcnbpaqakcm0ftumfaaibe81iqbjds3ls6zs3bipb9wed3yyxfpmhrft8sgyrcp1x8ueuxlmznwelfoycv6mhwwwmzdpekhlhlw7nwjqkhc4uizphavdza2jpzudsbzzinae2s6owh8xpmx8g7zzgkeopuoyhvgz1tbcxmkd3kwnvbu0gkhkx+izilf77iofhry1nyfnb/lqpb79drwoyjva/davg9b/rlb4cc+nqgdz/tvbbbnr6gbreqn/nrmdgaqeej7whonozjf+y2i/fzou/qaaaaaelftksuqmcc); display: block; height: 44px; margin: 0 auto -44px; position: relative; top: -22px; width: 44px;"></div>
</div>
<p style="color: #c9c8cd; font-family: Arial,sans-serif; font-size: 14px; line-height: 17px; margin-bottom: 0; margin-top: 8px; overflow: hidden; padding: 8px 0 7px; text-align: center; text-overflow: ellipsis; white-space: nowrap;"><a href="https://www.instagram.com/p/0LbjqzmEMg/" style="color: #c9c8cd; font-family: Arial,sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 17px; text-decoration: none;" target="_blank">A video posted by Peterson Goodwyn (@diyrecordingequipment)</a> on <time style="font-family: Arial,sans-serif; font-size: 14px; line-height: 17px;" datetime="2015-03-13T18:51:58+00:00">Mar 13, 2015 at 11:51am PDT</time></p>
</div>
</blockquote>
<script async="" defer src="//platform.instagram.com/en_US/embeds.js"></script>
<p> </p>
<meta charset="utf-8">
<p>Additionally, patching right from pro-audio to guitar gear can cause an impedance mismatch. Most of the time this has no audible effect. But sometimes it can register as the reamped signal just sounding "not right." A reamp box can prevent this by recreating the typical output impedance of a guitar pickup.</p>
<p><strong>Can't I just use a passive DI in reverse?</strong></p>
<p>Very clever! But not ideal.</p>
<p>A passive DI is a step-down transformer (usually 12:1) that steps an instrument's volume and impedance down to microphone level. Using it in reverse flips the transformer's ratio, so the DI will step <em>up</em> your signal by 12x. So if your line-level signal for reamping is a standard +4dBu, it will leave the reverse DI at a whopping +25.5dBu! This will clip most guitar pedal and amp inputs.</p>
<p>So, while the reverse DI trick does provide ground isolation, the high ratio of the transformer makes it less than ideal for level and impedance matching.</p>
<p><strong>Can I get started reamping without a dedicated re-amplifier?</strong></p>
<p>Absolutely. I'd never advocate putting your music making on hold while you wait for a piece of gear. If you've got a track that needs reamping today, go ahead and try one of the options above—it may work just fine.</p>
<p>However, if you do get too much hum, or your guitar gear just doesn't sound "right," we do happen to stock <a href="http://www.diyrecordingequipment.com/products/l2a">the most affordable re-amplifier on the market</a>.</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/83051844-diy-recording-equipment-faq</id>
    <published>2016-01-20T12:56:00-05:00</published>
    <updated>2016-03-15T16:05:12-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/83051844-diy-recording-equipment-faq"/>
    <title>DIY Recording Equipment FAQ</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p><strong>Why should I build my own gear?</strong></p>
<ol>
<li>To save money on gear. For example, our L2A Reamplifier kit is about half the price of an assembled equivalent.</li>
<li>To obtain vintage gear you'd never get your hands on otherwise. Just because Neumann doesn't make the U-47 anymore doesn't mean <em>you</em> can't!</li>
<li>Build cool stuff that doesn't exist on the commercial market.</li>
<li>Deepen your understanding of the tools of your craft.</li>
<li>Build something amazing from scratch.</li>
</ol>
<p><strong>Is DIY gear really as good as the commercial stuff?</strong></p>
<p>Yes, sometimes better. If the design is good, the components are good, and it's built relatively well, the gear you build yourself will be every bit as good as a similar commercial unit. While every manufacturer would like us to believe their gear is magic, at the end of the day they use the same basic components and are subject to the same laws of physics as the rest of us.</p>
<p>I say "sometimes better" because commercial manufacturers often make design or component-quality compromises to meet a certain price point. As DIYers we have the luxury of setting our own price points, and so can choose to use an over-rated power supply, boutique components, a heftier chassis, etc.</p>
<p><strong>Ok, so if it's really just as good as the commercial stuff, why is DIY so much cheaper?</strong></p>
<p>Two reasons:</p>
<ol>
<li>Commercial gear makers do lot more than just put components together. The brilliant people who design great pieces of gear and invest their time and money to bring that gear to the market deserve to be well compensated. Check out our podcast on <a href="http://www.diyrecordingequipment.com/blogs/podcast/17515060-explain-like-im-5-why-is-pro-audio-gear-so-expensive-podcast-13">"Why is Pro Audio Gear So Expensive"?</a>
</li>
<li>If you are counting your DIY time in terms of dollars, it's often <em>not</em> any cheaper than buying retail. The real savings tend to happen at the extremes of the spectrum, with cheaper stuff like mic cables, which are <a href="http://www.diyrecordingequipment.com/blogs/news/15851712-how-to-make-your-own-xlr-mic-cables" target="_blank"><em>really</em> cheap to DIY</a>, and the really pricey stuff, such as the <a href="http://wiki.diyrecordingequipment.com/projects/drip-electronics-660/" target="_blank">Drip 670</a> which costs roughly $45,000 less than the original.</li>
</ol>
<p class="p1"><strong>Do I need to understand electronics to build gear?</strong></p>
<p class="p1">Nope! Building gear from a kit is more like putting together a puzzle than troubleshooting your home wiring. It requires patience and care, but no knowledge of electronics theory.</p>
<p class="p1"><strong>Is building electronics dangerous?</strong></p>
<p class="p1">If you stay away from high voltages (tubes!) and wall power, then no. This is why all of our beginner kits are completely passive, and why the 500-series is so popular in the DIY community.</p>
<meta charset="utf-8">
<p class="p1"><strong>But isn't soldering difficult/dangerous?</strong></p>
<p class="p1">True, soldering involves melting metal with a hot pointy thing. But with a little care and practice, it really is so safe that kids and do it. Making perfect, shiny solder joints 100% of the time does take a bit of practice, but it's nothing you can't handle and basic audio projects don't require 100% perfect soldering anyway. Think of it like learning an instrument: anybody can learn C-G-D on a guitar on guitar in a couple hours, and that's all they need to know to play a good number of songs.</p>
<p class="p1"><strong>What if I break something or get stuck on a project? I don't want to end up with a pile of broken parts.</strong></p>
<p class="p1">Five years ago, I would have said this was a very valid concern. However, today there are several companies offering full kits with step-by-step instructions and support, so there's very little danger of completely botching your first project.</p>
<p class="p1"><strong>How much do I need to spend on tools to get started?</strong></p>
<p class="p1"><a href="http://www.diyrecordingequipment.com/blogs/news/54222724-the-50-quick-dirty-soldering-setup">About $50.</a> Better yet, borrow tools for your first project!</p>
<p class="p1"><strong>Is building my own gear one of the steps on the way to studio ninja-hood?</strong></p>
<p class="p1">Yes.</p>
<p><strong>How do I get started?</strong></p>
<p><a href="http://www.diyrecordingequipment.com/pages/getting-started">Funny you should ask.</a></p>
<p><strong>What does a resistor do? What's a BOM? Etc.</strong></p>
<p>Check out the post "<a href="http://www.diyrecordingequipment.com/1227/decoding-the-diy-lexicon" target="_blank">The Newbie's Guide to DIY Jargon</a>" and the <a href="http://www.diyrecordingequipment.com/4021/simple-guide-to-diy-electronics-1-passive-components/" target="_blank">simple guide to passive components</a>.</p>
<p><strong>My question wasn't answered here—what should I do?</strong></p>
<p>Ask us! And and help us improve the FAQ by posting your question in the comments below. We'll get to it as soon as we can.</p>
<h3></h3>
<ul></ul>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/83513284-introducing-our-new-3630-mod-kit-faq</id>
    <published>2016-01-13T13:33:00-05:00</published>
    <updated>2016-01-13T14:54:13-05:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/83513284-introducing-our-new-3630-mod-kit-faq"/>
    <title>Introducing Our New 3630 Mod Kit (FAQ)</title>
    <author>
      <name>Chris Baldys</name>
    </author>
    <content type="html">
      <![CDATA[<p>We're excited to introduce our first mod kit: the 3630 Parts Upgrade Kit. The Alesis 3630 is a (in)famous, budget compressor/limiter that can be found in either the racks or storage closets of most studios. Our new mod kit cleans up some of the sub-par components that hinder the 3630's sound.</p>
<p><strong>What does this mod do (in plain english)?</strong></p>
<p>Basically, the Alesis 3630 features a solid circuit that's compromised by crappy parts. This mod replaces those parts with truly pro-quality components for better sound and performance. It swaps out ICs and capacitors in the signal path, and also strengthens the power section with fresh diodes and bigger caps. The end result is a more solid low end response, lower noise floor, and a more transparent sound.</p>
<p><strong>How much does this mod improve the sound?</strong></p>
<p>We'll let you decide for yourself from the samples below. Listen especially for the improved bass response in the kick and the transient detail in the acoustic guitar.</p>
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/184577372&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe>
<p>For better audio quality, click through to Soundcloud to download .wav files. </p>
<p><strong>Does the mod make the 3630 sound as good as the soft diminishments of our psyches as we fade away into nothingness?.. or like an LA2A or something?</strong></p>
<p>No probably not. But it will delight your heart and validate your diy spirit, that spirit being what most likely caused you to purchase such a diamond-in-the-rough in the first place.</p>
<p><strong>How much does the 3630 Parts Upgrade Kit cost?</strong></p>
<p>$50 American dollars.</p>
<p><strong>What's in the kit?</strong></p>
<p>Good stuff! Highlights include silver mica capacitors, our all-time favorite Panasonic FR-series electrolytic caps, and THAT Corp. 2180 VCA.<br><br><strong>Is this a difficult mod to do?</strong></p>
<p>Nope, not really. I wouldn’t recommend it be the first kit you ever take on, but anyone with intermediate soldering ability should have minimal trouble. The hardest part is desoldering the pre-exising components. But since they’re crap, you don’t need to worry about damaging them!</p>
<p>Check out the <a href="http://www.diyrecordingequipment.com/pages/3630-manual">step-by-step instructions</a> to see exactly what's involved.</p>
<meta charset="utf-8">
<p><strong>Will doing this mod void my warranty with Alesis?</strong></p>
<p>Most certainly.</p>
<p><strong>Is this mod worth the investment?</strong></p>
<p>If you already own an un-modded 3630, I think it's a no-brainer. For the price of a couple cables, you can give your 3630 a second life as a very usable, high-fidelity compressor.</p>
<p>If you don't own a 3630 yet, you can also get in on this modding action by getting a used 3630. You should be able to find one on eBay for under $100. In which case, you'd be looking at $150 total for a respectable, stereo, hardware compressor. Check out <script>// <![CDATA[
document.write('<scr'+'ipt src="http://rover.ebay.com/ar/1/55242/1?lt=9&adtype=3&pubid=5574949453&toolid=10001&campid=5336783880&customid=3630&uq=alesis+3630&sellerId=&ex_kw=&sortBy=12&catId=&minPrice=&maxPrice=&laction=_blank&ltext=3630s+on+eBay&n3y=1&v1e=1&u7v=1&a3h=1&def=a3h&ig=1&mpt='+Math.floor(Math.random()*999999999)+'"></scr'+'ipt>');
// ]]]]><![CDATA[></script></p>
<noscript>
&lt;a target="_blank" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=9&amp;amp;pub=5574949453&amp;amp;toolid=10001&amp;amp;campid=5336783880&amp;amp;customid=3630&amp;amp;icep_uq=alesis+3630&amp;amp;icep_sellerId=&amp;amp;icep_ex_kw=&amp;amp;icep_sortBy=12&amp;amp;icep_catId=&amp;amp;icep_minPrice=&amp;amp;icep_maxPrice=&amp;amp;ipn=psmain&amp;amp;icep_vectorid=229466&amp;amp;kwid=902099&amp;amp;mtid=824&amp;amp;kw=lg"&gt;3630s on eBay&lt;/a&gt;&lt;img style="text-decoration:none;border:0;padding:0;margin:0;" src="//rover.ebay.com/roverimp/1/711-53200-19255-0/1?ff3=9&amp;amp;pub=5574949453&amp;amp;toolid=10001&amp;amp;campid=5336783880&amp;amp;customid=3630&amp;amp;uq=alesis+3630&amp;amp;mpt=%5BCACHEBUSTER%5D"&gt;
</noscript>
.]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/80580484-designing-a-tin-can-piezo-microphone</id>
    <published>2015-12-01T18:08:00-05:00</published>
    <updated>2015-12-01T18:13:32-05:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/80580484-designing-a-tin-can-piezo-microphone"/>
    <title>Designing a Tin Can Piezo Microphone</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p style="font-family: Georgia,serif; font-size: 1.2em; font-style: italic;">Today's blog post is written by Glen van Alkemade of <a href="http://zeppelindesignlabs.com/">Zeppelin Design Labs</a>.</p>
<h3>Introduction</h3>
<p style="text-align: left;">Most DIY audio enthusiasts are familiar with the standard “tin can mic” (or variations thereof), in which a piezo disc is taped onto the bottom of a tin can and then plugged into a high impedance voltage amplifier, like a guitar amp. These types of microphones are nice because they are so easy to make, but they are quite limited in most other areas, including bandwidth, microphonics, signal-to-noise ratio, impedance matching, and cable driving. These issues usually result in a very noisy and brittle sounding microphone. To overcome these limitations, we at Zeppelin Design Labs developed the “New and Improved Tin Can Microphone” (Figure 1), which is described in detail in this <a href="http://www.instructables.com/id/The-New-and-Improved-Tin-Can-Microphone/">Instructable</a>. Using common household items along with a simple circuit, this mic has a tonality similar to the classic tin can mic (for all you Tom Waits fans), but improves upon nearly every other feature.</p>
<meta charset="utf-8">
<p style="text-align: left; font-size: 1.2em;">This article will explain the essential design considerations we put into our Tin Can Mic. You should be able to adapt and apply these principles to your own unique project.</p>
<p style="text-align: center;"> <img src="//cdn.shopify.com/s/files/1/0698/2265/files/Figure_1_New_and_Improved_Tin_Can_Mic_large.jpg?7976107516227732718" alt=""></p>
<p style="text-align: center;"><strong>Figure 1</strong></p>
<h3>The Essentials</h3>
<p style="text-align: center;"><a href="https://cdn.shopify.com/s/files/1/0698/2265/files/Figure_2_Tin_Can_Mic_Essentials.JPG"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/Figure_2_Tin_Can_Mic_Essentials_large.JPG?314583118232956455" style="float: none;"></a></p>
<p style="text-align: center;"><strong>Figure 2</strong> (<a href="https://cdn.shopify.com/s/files/1/0698/2265/files/Figure_2_Tin_Can_Mic_Essentials.JPG" target="_blank">Click to enlarge</a>)</p>
<p>Figure 2 illustrates the essential components of our Tin Can Mic. These are the parts that we think are key to the performance of the microphone. They include the Resonator (A), the Shielding Container (B), the Balancing Circuit (E) and its Grounding Wire (F), and the Resonator Suspension system (I). Following are some comments on each of these features with suggestions for variations and custom mods.</p>
<h3>Balancing Act</h3>
<p style="text-align: center;"><a href="https://cdn.shopify.com/s/files/1/0698/2265/files/Figure_3_Cortado_Schematic.jpg" target="_blank"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/files/Figure_3_Cortado_Schematic_large.jpg?17901765801357345331" style="float: none;"></a></p>
<p style="text-align: center;"><strong>Figure 3</strong> (<a href="https://cdn.shopify.com/s/files/1/0698/2265/files/Figure_3_Cortado_Schematic.jpg">Click to enlarge</a>)</p>
<p>The heart of the mic is a tiny phantom-powered circuit (originally designed by <a href="http://www.zachpoff.com/diy-resources/alex-rice-piezo-preamplifier/">Alex Rice</a>) which creates a balanced output signal from the piezo disc. A balanced signal is extremely quiet, providing high signal-to-noise ratio. Further, this circuit provides a high input impedance to the piezo disc, and also a low output impedance to match a mixing console input. By properly matching the input and output impedances we achieve a much wider bandwidth than the original tin can mic, and also the circuit can drive the signal along a very long run of mic cable. Figure 3 shows the schematic of our circuit, which we call the Cortado. Our <a href="http://www.instructables.com/id/The-New-and-Improved-Tin-Can-Microphone/">Instructable</a> includes a complete bill of materials from which you can build your own circuit, or you can get a kit from <a href="http://zeppelindesignlabs.com/product/cortado-balanced-piezo-contact-mic/">Zeppelin Design Labs</a>.</p>
<h3>Speak To Me, or, That Really Resonates With Me</h3>
<p>The one piece that most affects the tonality of the microphone is the Resonator, the thing the piezo is stuck to. A piezo disc does not respond to sound in the air; it is only sensitive to vibrations in a surface to which it is stuck, or “coupled”. For the resonator, you want an object that is stiff enough to propagate sound vibrations, but light enough to respond to your voice in the first place. For example, a thin piece of foam padding is very lightweight, and your voice is loud enough to cause it to vibrate. But it is very soft and flexible, and the energy of your voice is quickly absorbed by the foam. A plate of glass will transmit sounds instantly and with great fidelity, but it takes a lot of energy to get a plate of glass to vibrate. You could use a piezo to record the sound of marbles pattering on a glass pane, but even if you shout at that glass, your mic will likely hear nothing.</p>
<p>For these reasons, we settled on a Styrofoam cup for our resonator. There are many other common objects you could use for the resonator: paper cups -- small or large, waxy or plain; plastic cups; plastic food containers of various materials, shapes and sizes; aluminum cans; and of course the original, a steel soup can. Each one will sound significantly different. Even trimming the curled lip off the end of a paper cup will affect the tone. Experiment!</p>
<h3>Stick it to me!</h3>
<p>For maximum bandwidth, the piezo needs to be tightly coupled to the bottom of the resonator, Figure 2 (C). We think the best thing to use for permanent installation is a good quality double-sided tape (carpet tape), but various glues could work too. Glues will likely filter the sound in different ways. If you want to try the piezo on lots of different resonators, you can just use masking tape or painters tape temporarily.</p>
<p>For the piezo to respond to the vibrations in the Resonator, it is important to use very fine, flexible wire between the piezo and the circuit (D). We use 30 gauge wire in the Cortado. We have found that the wires inside a computer monitor cable make an excellent choice.</p>
<h3>EMF Defense Shield</h3>
<p>To eliminate noise from the circuit, every element must be carefully shielded, from the piezo all the way to the recorder input. This is why the Resonator, piezo and balancing circuit must all be contained within a conductive Shielding Container, Figure 2 (B). Additionally, the Shielding Container must be grounded to the circuit (F), and you must use a decent-quality shielded mic cable coming from the circuit output (G). You may want to wrap up your circuit board in electrical tape, and secure it to the inside of the Shield Container. In our design, we use a standoff and a couple of tiny screws to mount the circuit board to the bottom of a soup can. Just make sure the circuit can’t short out to the shield, or bump into the resonator.</p>
<p>The shield can take many forms, but must be made of a conductive substance, and must close around the mouth of the resonator close enough to intercept electromagnetic fields that may be approaching. Thus a trash can would not make a good shield, but a length of pipe would be excellent.</p>
<h3>I Can’t Stand the Suspense</h3>
<p>To eliminate microphonics (the transmission of unwanted signals produced by mechanical vibration), we suspend the Resonator in the Shield with rubber bands. See Figure 2 (I) and our <a href="http://www.instructables.com/id/The-New-and-Improved-Tin-Can-Microphone/">Instructable</a>. The point is to string something elastic back and forth across the shield to form a square into which you can push the resonator. Rubber bands work great; so does sewing elastic, or even lightweight bungie cords. Place the suspension so as to nicely balance the resonator. Be careful to leave clearance for the circuit below the resonator. If the lip of the resonator insists on projecting outside the shield, just trim it off.</p>
<p>We go an extra mile with our Tin Can Mic: we suspend the Shield itself in a Hoop (Figure 2 (H, J)). We use rubber bands for this too, but boy would it look great with little springs! To the hoop we glue an adaptor nut so we can mount it to a mic stand. You will devise any number of clever ways to mount or suspend your mic.</p>
<h3>Soup’s On</h3>
<p>So those are the basic design elements: a balancing, impedance-matching circuit; stiff, lightweight resonator; well-coupled piezo; careful shielding and grounding; and a springy suspension system. Within these general guidelines, you can make a million different microphones, each with a unique tonality.</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/54222724-the-50-quick-dirty-soldering-setup</id>
    <published>2015-10-16T17:00:00-04:00</published>
    <updated>2019-12-05T18:34:18-05:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/54222724-the-50-quick-dirty-soldering-setup"/>
    <title>The $50 Quick &amp; Dirty Soldering Setup</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p>So, you want to start saving money and learning electronics by building your own gear. Great! But you don't have any of the tools.</p>
<p>No tools? No problem. You can get up and running with a very respectable setup for under $50.</p>
<h3>The $50 Beginners' Shopping List</h3>
<p>You only really need three basic tools to get started: a soldering iron, solder, and wire cutters. I made the shopping list below based on what I think are the best deals on Amazon right now (10/2015). The images and links are affiliate links, so we'll get a little commission if you buy something on Amazon after clicking them.</p>
<h4>1. (A Good) Soldering Iron - $40</h4>
<p>A soldering iron is a pen-shaped hand tool with a hot tip. You use the tip to melt metal to other metal to create electrical connections.<br><br>Your soldering iron is the most important part of your DIY toolbox. The better your iron is, the better your solder joints will be and the better your DIY gear will perform. So invest in a decent iron like our $40 <a href="https://www.diyrecordingequipment.com/products/60w-soldering-station">60W Soldering Station</a>.</p>
<div style="text-align: center;"><a href="https://www.diyrecordingequipment.com/products/60w-soldering-station"><img alt="" src="//cdn.shopify.com/s/files/1/0698/2265/products/Soldering_Iron_medium.jpg?v=1574800871" style="float: none;"></a></div>
<img src="//ir-na.amazon-adsystem.com/e/ir?t=diyrecequ-20&amp;l=as2&amp;o=1&amp;a=B000AS28UC" width="1" height="1" border="0" alt="" style="border: none !important; margin: 0px !important;"> <br>
<div style="text-align: center;"><a href="https://www.diyrecordingequipment.com/products/60w-soldering-station">60W Soldering Station</a></div>
<p><br>Don't even think of getting a $25 pencil iron at the hardware store—that can only lead to buying another, more expensive iron later, or giving up the hobby out of frustration at your crappy iron.</p>
<h4>2. Solder - $6</h4>
<p>There are two main types of solder: "tin" and lead free. I highly recommend using old school tin solder; it's easier to work with, it makes better, longer-lasting joints, and it actually makes less toxic fumes than lead free.</p>
<p>This spool of 60/40 (tin/lead) solder is a good diameter for circuit board soldering and will last you for several projects.</p>
<div>
<a rel="nofollow" href="http://www.amazon.com/gp/product/B00030AP48/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B00030AP48&amp;linkCode=as2&amp;tag=diyrecequ-20&amp;linkId=WSM5LDCMJLJHDZCK"><img border="0" src="//ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&amp;ASIN=B00030AP48&amp;Format=_SL250_&amp;ID=AsinImage&amp;MarketPlace=US&amp;ServiceVersion=20070822&amp;WS=1&amp;tag=diyrecequ-20" style="display: block; margin-left: auto; margin-right: auto;"></a><img src="//ir-na.amazon-adsystem.com/e/ir?t=diyrecequ-20&amp;l=as2&amp;o=1&amp;a=B00030AP48" width="1" height="1" border="0" alt="" style="border: none !important; display: block; margin: 0px !important auto 0px !important auto;">
</div>
<div style="text-align: center;">
<a rel="nofollow" href="http://www.amazon.com/gp/product/B00030AP48/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B00030AP48&amp;linkCode=as2&amp;tag=diyrecequ-20&amp;linkId=ZVJAYW6URI3VIL3X">Alpha Fry 60-40 Rosin Core Solder</a><img src="//ir-na.amazon-adsystem.com/e/ir?t=diyrecequ-20&amp;l=as2&amp;o=1&amp;a=B00030AP48" width="1" height="1" border="0" alt="" style="border: none !important; display: block; margin: 0px !important auto 0px !important auto;">
</div>
<h4>3. Wire Clippers - $5</h4>
<p>Once you've soldered those parts together, you'll need to trim the left-over component leads. This small wire clipper will do the job neatly for $5.</p>
<div><a rel="nofollow" href="http://www.amazon.com/gp/product/B00FZPDG1K/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B00FZPDG1K&amp;linkCode=as2&amp;tag=diyrecequ-20&amp;linkId=RCAGMC6CLYCOWTUJ"><img border="0" src="//ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&amp;ASIN=B00FZPDG1K&amp;Format=_SL250_&amp;ID=AsinImage&amp;MarketPlace=US&amp;ServiceVersion=20070822&amp;WS=1&amp;tag=diyrecequ-20" style="display: block; margin-left: auto; margin-right: auto;"></a></div>
<img src="//ir-na.amazon-adsystem.com/e/ir?t=diyrecequ-20&amp;l=as2&amp;o=1&amp;a=B00FZPDG1K" width="1" height="1" border="0" alt="" style="border: none !important; margin: 0px !important;"> <br> <a rel="nofollow" href="http://www.amazon.com/gp/product/B00FZPDG1K/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B00FZPDG1K&amp;linkCode=as2&amp;tag=diyrecequ-20&amp;linkId=PQQUYOQH36AEGMFI"> </a>
<div style="text-align: center;">
<a rel="nofollow" href="http://www.amazon.com/gp/product/B00FZPDG1K/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B00FZPDG1K&amp;linkCode=as2&amp;tag=diyrecequ-20&amp;linkId=PQQUYOQH36AEGMFI">Hakko CHP-170 Micro Soft Wire Cutter</a><a rel="nofollow" href="http://www.amazon.com/gp/product/B00FZPDG1K/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B00FZPDG1K&amp;linkCode=as2&amp;tag=diyrecequ-20&amp;linkId=PQQUYOQH36AEGMFI"> </a>
</div>
<div style="text-align: center;"></div>
<h3 style="text-align: left;">Off to a Good Start</h3>
<div style="text-align: left;">If you get hooked on DIY (as I'm confident you will), you'll want to expand your toolbox a bit to include a multi-meter, desoldering pump, and so on. But these three tools will serve you well for your first couple projects. Heck, even if you only ever build our <a href="http://www.diyrecordingequipment.com/collections/frontpage/products/l2a">L2A Reamplifier Kit</a>, your investment will have paid for itself.</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://www.diyrecordingequipment.com/blogs/news/40492996-21-ways-of-stating-ohms-law</id>
    <published>2015-08-11T16:31:00-04:00</published>
    <updated>2015-08-13T14:32:27-04:00</updated>
    <link rel="alternate" type="text/html" href="https://www.diyrecordingequipment.com/blogs/news/40492996-21-ways-of-stating-ohms-law"/>
    <title>21 Ways of Stating Ohm&apos;s Law</title>
    <author>
      <name>Peterson Goodwyn</name>
    </author>
    <content type="html">
      <![CDATA[<p>Ohm's law is the key to understanding basic electronics. It describes how the three elements of electricity—current, voltage, and resistance—relate to each other. Ohm's law can be expressed as an equation three ways: </p>
<ol>
<li>I (current) = V/R</li>
<li><span style="line-height: 1.4;">V = IR</span></li>
<li><span style="line-height: 1.4;">R = V/I</span></li>
</ol>
<p>Which is crystal clear if you've studied electronics for years. Most of us need to hear it rephrased in plain language dozens of different ways before it clicks.</p>
<p>All of the statements below are simply ways of restating the equations above. Each one is pretty dense and many will be counter-intuitive. Take your time to unpack them, and leave your questions in the comments if anything doesn't make sense.</p>
<p>I hope one of them makes Ohm's Law click for you.</p>
<ol>
<li>Voltage is how much current will flow through a conductor of a certain resistance.</li>
<li>Voltage is the resistance of a conductor given a certain current.</li>
<li>Resistance is how much current will flow given a certain voltage.</li>
<li>Resistance is how much voltage will be generated by a certain current.</li>
<li>Current is how much voltage will be generated by a certain resistance.</li>
<li>Resistance is the ratio between voltage and current.</li>
<li>Current is the resistance of a conductor given a certain voltage.</li>
<li>Resistance is how easily voltage can increase current.</li>
<li>Voltage makes current flow through a conductor.</li>
<li>If voltage is fixed, increasing resistance will decrease current.</li>
<li>If current is fixed, increasing resistance will increase voltage.</li>
<li>If resistance is fixed, increasing voltage will increase current.</li>
<li>If resistance is fixed, increasing current will increase voltage.</li>
<li>Current is proportional to voltage; resistance is the constant of proportionality.</li>
<li>Without any of the three, there’s no electricity. (Try putting zero in any of the equations.)</li>
<li>Current moving through a conductor creates voltage.</li>
<li>You can’t have voltage without current, current without resistance, etc.</li>
<li>“Danger: High Voltage!” could also be correctly written “Danger: High Current and Resistance!”</li>
<li>If resistance is very low, you can get a ton of current with a very low voltage. (eg. 1 Volt / 0.001 Ohms = 1,000 Amps).</li>
<li>If resistance is very high, you get very little current even with very high voltage (eg. 1 Volt / 1M Ohms = 1 micro Amp).</li>
<li>If you know two, you can always figure out the third.</li>
</ol>]]>
    </content>
  </entry>
</feed>
