Home »

PreSonus CS18AI + RM32AI + AVB @ 96kHz = No Audio (FIX)

Here’s how to get audio from a 96kHZ session using PreSonus gear.

On a recent session, I was given 24-bit 96kHz stems to which I need to add acoustic guitar. Since I nearly always record 24-bit 48kHz, the higher sample rate is not familiar territory for me, but it didn’t seem like it would be an issue.

To set up for the session, I switched both my RM32AI and Pro Tools to the higher sample rate and restarted Pro Tools. I thought that was enough.

On the CS18AI I could see the meters bouncing, but no audio was passing to the speakers. I tried switching back to 48kHz and everything worked fine. Audio simply would not pass through at 96kHz.

After troubleshooting using every bit of Google foo I knew, I finally found a forum post that enlightened me. One of the shortcomings of AVB networking is that it can only pass audio at 48kHz or lower sample rates. Boom.

I had been using the monitor outputs of the CS18AI to send mains audio to my studio speakers. The CS18AI receives it’s audio feed via AVB, which is why audio was passing fine at 48kHz, but not 96kHz.

The fix was simple: unplug the cables from the monitor outputs of the CS18AI and plug them into main outputs of the RM32AI. Problem solved.

Here’s hoping this prevents some hair-pulling frustration for you.


No Comments >
Home »

FIX: Waves Preferences “Don’t ask me again”

Make that Waves Preferences pop up dialog window go away forever WITHOUT having to uninstall and reinstall your plugins.

The Problem

After doing a fresh install of Pro Tools and my Waves plugins, this Waves 9.2.100 Preferences dialog window (pictured below) kept popping up every time I fired up Pro Tools.

screen grab of Waves 9.2.100 Preferences dialog window

Checking the “Don’t ask me again” checkbox didn’t seem to be working.

I searched for some solutions on the Google machine and found some forums were recommending a complete uninstall and reinstall of all Waves plugins. This didn’t seem necessary. Here’s the fix I used:

The Fix

  1. Quit Pro Tools.
  2. Trash the entire Waves Preferences folder. The folder is located in the Preferences folder in your user Library folder, not your system Library folder. A quick way to locate the folder is to switch to the Finder and hit Shift+Command+G. A Go to Folder dialog window will pop up. Copy and paste the following line in that field and hit enter.
    ~/Library/Preferences/Waves Preferences

    Put that folder in the trash and empty the trash.

  3. Start Pro Tools.
  4. A window should pop up asking you to select the Waves 9.2 Plug-Ins folder. By default, it should be located in the Waves folder in your Applications folder.
    /Applications/Waves/Waves Plug-Ins

    Once you’ve located the folder, click Open.

  5. The Waves 9.2.100 Preferences dialog window should pop up again. The “Don’t ask me again” box should be checked. If not, check it and hit OK.
  6. To test if everything worked, quit Pro Tools and start it again. The Waves dialog window shouldn’t reappear.

About the Fix

I adapted this solution from a somewhat unrelated problem I found on Sweetwater Sound’s SweetCare Knowledge Base. The fix definitely works for the following system set up. YMMV

  • OS X Mavericks 10.9.3
  • Pro Tools 9.0.6
  • Waves 9.2.100 plugins

Please leave a comment below if this helped you or not.

22 Comments >
Home »

FIX: You are opening the application “Pro Tools” for the first time.

There’s a first time for everything. This is not one of those times.

Blame it on entropy or whatever. Things get messed up. Apple’s OS X is no exception.

In the last few months, I started getting this error a lot:

screen grab of an OS X alert dialog box

You are opening the application ”Pro Tools” for the first time. Are you sure you want to open this application?

Except, it’s not true. I open Pro Tools nearly every day. The alert isn’t very important, but it was beginning to get annoying seeing this pop up every time I wanted to record.

So, a little googling and I found an answer on StackExchange. It involves using the command line on your Mac, which can be a bit scary if you’ve never done that before. But it’s a single command, so you should do just fine. Here’s the quick and dirty summary…

Terminal application icon

This is where the Matrix is on your Mac. There’s no green falling code or woman in the red dress. There may Agent Smiths lurking though.

The Fix

  1. Open the Terminal application (found in /Applications/Utilities/).
  2. Copy the following command (all of it… the whole long line) and paste it after the prompt.
  3. /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -all local,system,user
  4. Hit the Enter/Return key.
  5. The process will begin. It may take a minute or two to finish. Do not quit the Terminal application while the command is running.
  6. Eventually the process will complete and another prompt will appear. Now you can quit the Terminal app.

This command resets all of the first run warnings. So any application that requires that will be reset. So you should see the alert one more time for each of those applications and then it will go away for good.

1 Comment >
Home »

Export MIDI from GarageBand

GarageBand likes to keep MIDI data hidden and inaccessible. Here’s how to extract it anyway.

GarageBand icon with MIDI cable superimposed

Apple’s GarageBand makes it relatively easy to sketch out an audio demo, but it does have some severe, intentionally-crippled limitations.

One of the biggest drawbacks is the lack of built-in support for exporting MIDI data.

Performances are stored inside the session file in some sort of MIDI fashion, but Apple doesn’t give users an easy way to get that information out. Major bummer. *looks west towards Cupertino, squints eyes, shakes fist in air, mutters under breath*

However, a nice guy named Lars Kobbe has put together a workaround/hack that extracts MIDI data from the reluctant clutches of GarageBand. You can download his GB2MIDI Apple droplet script from his site: MIDI-Export in Apples Garageband. Here’s the direct download: GB2MIDI.ZIP If that link doesn’t work, I’m providing the file hosted on my site here: GB2MIDI.ZIP

The article is in German, but instructions in English are found near the bottom of the article (just before the comments section). Getting the MIDI data out involves several steps. Here’s my summary of the process.

How to Extract MIDI Data from GarageBand

  1. Join (Command-J) regions of a track you want to export
  2. Convert that region to a loop via Edit > Add to Loop Library (NOTE: In GarageBand 10.1.0 this menu item is now located under File > Add Region to Loop Library )
  3. Find the newly created loop file (an .AIF with MIDI data hidden inside it) in the folder: Macintosh HD (or whatever your system drive is named)/Users/(your home folder)/Library/Audio/Apple Loops/User Loops/SingleFiles/
    or the abbreviated: ~/Library/Audio/Apple Loops/User Loops/SingleFiles/
  4. Drop that .AIF file on Lars’ GB2MIDI droplet
  5. Grab the freshly extracted .MID file, which should appear in the same folder where the .AIF loop was. If not, see the comment section below.
  6. Import the .MID file into a respectable DAW (basically almost anything other than GarageBand).
  7. Make next hit record.

That last step is optional, but I say go for it. 😉 Let me know if this helped you.

Locating The Files

UPDATE 2014-08-10

If you’re having trouble locating the loop file, it may be because your Library and/or Users folders are hidden, as later OS X versions have been wont to do.

To unhide the Library folder, open the Terminal application, which is found in the /Applications/Utilities/ folder. At the prompt type the following:
chflags nohidden ~/Library/

To unhide the Users folder, type this into Terminal:
sudo chflags nohidden /Users
Then enter your administrator password.

Look for the newly unhidden Users folder in your hard drive’s root folder. It should look something like this:

screenshot highlighting location of User folder

After running “sudo chflags no hidden /Users” you should see the Users folder (highlighted in red in the image above) appear under the root folder of your hard drive (often named “Macintosh HD” by default).

For more on the hidden Users folder issue check this article from The Mac Observer. It seems the problem was introduced with iTunes 11.2 when Find My Mac is enabled. Another blog suggests that updating to iTunes 11.2.1 fixes the issue.

GarageBand Alternatives

UPDATE 2016-02-04

This GarageBand MIDI article has regularly been one of the most popular posts on my site. That means there are a lot of people using GarageBand and discovering its unfortunate MIDI limitations. The best bit of advice I can give to any musician or audio engineer still using GarageBand is STOP. I know that may sound harsh, but GarageBand is intentionally made to be consumer-grade software. If you’re serious about recording, take the time to investigate other DAWs. Find an alternative solution. There are many to choose from and nearly every one of them is less limited than GarageBand. They range from super affordable to “professionally priced.” Here’s a list to get you started. (Some links are affiliated.)

Pick any of the DAWs above (or find another — this list is by no means exhaustive) and you’ll find it much easier to work with MIDI. Let me know what software you chose.

64-bit Support

UPDATE 2020-05-19

If you are on OS X 10.15 Catalina or greater on your Mac, then you can only run 64-bit apps. As of the time of this update (May 2020) the app is not 64-bit compatible. This is a known issue. I am not the developer of GB2MIDI, but thankfully the developer Lars Kobbe maintains his app on Github. Here is the link to an open GitHub request for updating GB2MIDI to 64-bit.

113 Comments >
Home »

FIX: Pro Tools “You do not have appropriate access privileges (-5000)”

Oh, yes, you do!

A friend gave me a Pro Tools session on a thumb drive. I copied the entire session folder to my external hard drive and opened it. After changing the routing to work on my system, everything played back fine. Then I tried to clean up the session.

Every time I attempted to cross fade or consolidate an audio or MIDI region, I would get an error like this:

screen shot of a Pro Tools error dialog

“Could not complete your request because You do not have appropriate access privileges (-5000)…” Why do you build me up, Buttercup? Capitalize ‘You,’ then award me negative five thousand points…pssh.

The Fix

Seeing the “access privileges” bit, I figured the problem was probably an operating system issue, not a Pro Tools thing. The session files were indeed set to ‘Read Only,’ which is why I could play back the session, but couldn’t do anything to the regions or fades.

Here’s how to fix the issue.

  1. Close the session. You shouldn’t have your Pro Tools session open while changing its permissions.
  2. Select the session folder in Finder. Make sure the session folder is highlighted, not the files inside the session.
  3. Get Info. Hit Command-I (capital i) or from the Finder menu select File > Get Info. An Info window will pop open.
  4. Change all privileges to ‘Read & Write.’ At the very bottom of the Info window is a box with a list of users and their privileges. They should all be set to ‘Read & Write.’ You may be asked for user password to unlock and verify the change.
    screen shot of Sharing & Permissions file metadata

    Not listed are NSA permissions, which by default are set to ‘Collect All,’ but, like, totally isn’t a violation of your privacy.

  5. Close the Info window. After making the privilege changes, try reopening your Pro Tools session and editing some regions. If you can, this fix worked for you.

Why does this error occur?

Many common problems that Macs develop are related to file permissions errors. Files are given various permissions to maintain privacy between computer users and prevent users from easily messing up the operating system.

Permissions can get wrecked when disks are removed without being ejected and during unexpected shut downs. That’s why it is important always to try to eject disks and shut down your Mac properly.

Permissions can also get messed up during copying and moving of files or while installing software. That appears to be why I experienced this error. During the copying of the files, the permissions were never changed to grant me access. Simple problem, simple fix.

UPDATE 2013-10-30

After encountering this problem on several other sessions, I tried another method and found a better (and probably more proper) solution. Try this in addition to or instead of the above fix:

In the problematic Pro Tools session, pop open the Disk Allocation dialog (Setup > Disk Allocation…).

screenshot of the Setup menubar item in Pro Tools 9

When the dialog window opens, you’ll be presented with a list of all the tracks in your session and the location where that track should be located. If you’re having problems creating fade files and getting the sort of error that brought you to this page, then you’ll probably see something like the picture below.

screenshot of the Disk Allocation dialog window in Pro Tools 9

As you can see, not all of the tracks had their disk allocation pointing to the right place. To fix them, select all of the incorrectly allocated tracks, then click and hold the little up/down arrows on the right hand side. A little window will appear and ask you to select a folder. In my case, the session file was looking on my internal system drive instead of my external audio drive. Choose the correct location of your session files and click OK. That should solve the issue. Let me know if this worked for you.

37 Comments >
Home »

FIX: Sibelius “There are fonts missing.”

Those fonts probably aren’t missing.

Error dialog windows can be really frustrating. They pop up and demand your attention, when you just want to get to work on something. Sibelius 7 has thrown this missing font error for me a few times:

Sibelius 7 error dialog window

There are fonts missing. Sibelius 7 will still work without these fonts, but some scores may not display properly. The missing fonts are: Reprise Std, Reprise Special Std, Reprise Title Std, Reprise Stamp Std, Reprise Rehearsal Std, Reprise Script Std, Reprise Text Std

The Fix

Most likely the fonts aren’t missing, but simply disabled, which makes the fix really easy. Here’s how to re-enable the “missing” fonts.

First, open the application Font Book. This native OS X font manager should be located in your Mac’s Applications folder.

Second, search for the missing fonts. Font Book has a search field in the upright corner. Type in the names of the missing fonts.

Enabled fonts are shown in black text. Disabled fonts are grayed out and are labeled “Off” on the right hand side.

screen shot of Font Book OS X application

In my case, all of my “missing” fonts were part of the Reprise family, I typed in “reprise” and all of the fonts in question appeared in the filtered list.

Third, enable the fonts. Select the fonts you want to re-enable. Then hit Shift-Command-D. You can also enable fonts by using the menu bar by selecting Edit > Enable Fonts. The fonts should turn black and the “Off” label will disappear.

screen shot of Font Book drop down menu for enabling fonts

I see you checking out my wallpaper.

Lastly, close Font Book and reopen Sibelius. If you enabled all the “missing” fonts, you should be good to go. The error shouldn’t pop up this time, however, it may happen again in the future.

Why does this error occur?

I’ve had to run the fix a couple times now. I don’t know why this error seems to reoccur. If you know why those Reprise fonts sometimes disable themselves, please send me an email or comment below.

Being a graphic artist as well, I know that fonts are notorious for becoming corrupt, conflicting with other fonts, and generally being a hassle to manage. You might think being a musician is a good way to get away from graphic design problems, but unfortunately software like Sibelius relies on fonts to display notation. At least the fix for this error is easy to do and only takes a minute.

UPDATE 2013-10-30

The fix I posted above seemed to only work for a while. Occasionally, I would have to run the fix again, which is to say, it wasn’t much of a fix. So, I dug in further and found a real, permanent fix.

The issue was with duplicate fonts. The strange bit was that it wasn’t duplicates of the Reprise family, which was the family of fonts that Sibelius said were missing. Instead it was duplicates of various other fonts that Sibelius uses.

By referencing this forum post and this forum post, I figured out which fonts Sibelius requires and, thus, which ones might be causing problems. Then, for clarity’s sake, in the Font Book application I created a new Collection (File > New Collection or ⌘N). After that I did a search for duplicate fonts (Edit > Look for Enabled Duplicates… or ⌘L) and looked in the Sibelius font collection for any that were flagged. Sure enough, about a third of the fonts that Sibelius uses had duplicate copies. One by one, I “resolved” (deleted) the duplicate fonts, then rebooted. Problem solved.

7 Comments >
Home »

Dummy Head

How to Make a DIY Binaural Baffle

I made a dummy head baffle to test out binaural recording techniques on an upcoming session. The baffle was super simple to make, looks sleek, and works quite well, so I thought I’d share how I made it.

animated GIF of the binaural baffle mounted on a stand with microphones

Note: The microphones shown here are not the same brand or model. I recommend using a matched pair of omni mics for the best stereo imaging results.

Before we get into the nitty gritty details, let’s get some questions out of the way first.

What’s a dummy head?
Dummy head is either an insult you used in third grade while playing kickball at recess or the term you use for the baffle placed between two microphones while making a binaural recording.
What’s binaural recording?
Binaural recording is a technique that attempts to record audio in a way that replicates the way our human ears encode three-dimensional audio information. This is done by simulating a human head by arranging two microphones (the ears) in relationship to an acoustic baffle (the head). The result is recorded audio with a stereo image that when played back through good headphones is supposed to sound exactly like “being there.” The dummy head acts like a proxy for your own head in whatever environment it is placed in. You get to hear whatever the dummy head heard.

One of the best known binaural recordings is the inconspicuously named album Binaural by Pearl Jam. Note: If you click that link and buy the album, Amazon will give me a little kickback, which I would totally appreciate. I’m sure Amazon and Pearl Jam’s label would appreciate it too.

What’s a baffle?
In audio jargon, a baffle is an object made of sound absorbing and/or acoustic dampening materials used to block or reduce transmission, reflection, or propagation of sound waves. Baffles are like shields that can prevent or impede sounds. They can be used to isolate a particular sound source from other sound sources in the same room. Baffles are often placed around loud things like drums or guitar amps. Sometimes engineers will place small baffles on the back side of microphones to reduce early reflections and room sounds or give more directionality to an omni microphone.
Shouldn’t a dummy head look like a head?
Binaural purists say that a binaural dummy head baffle must closely resemble a human head to capture all the nuances of how sound reflects off our faces, is absorbed by the mass of our heads, tickles our nose hairs, and gets caught by those biologically amazing curvatures of our outer ears.

The purists might be right, but if we’re going to replicate a human head down to the smallest details, whose head should we use as the model specimen? When I last checked, human heads still come in all kinds of neat shapes and sizes. Sure, we could build something will all sorts of exacting specifications, but I say a board roughly 20 cm by 25 cm that’s covered in felt is Good Enoughâ„¢.

If you build one and test it out, I think you’ll agree. All we really need to get a decent binaural recording is something roughly head-sized that blocks reflections between two quality microphones.

How to Make a DIY Dummy Head Binaural Baffle

Materials Needed for This Project

  1. Wood Board – Solid or plywood, roughly 20 cm x 25 cm, whatever thickness you want. I happened to have a piece of solid oak lying around. Good enough!
  2. Thick Felt – Enough to cover the board on both sides. You can use multiple layers to get the thickness you want. I had enough thick black felt left over from another project to do three layers on each side. I suppose you can buy this stuff at a fabric store or directly from your local feltsmith.
  3. Microphone Mounting Bar – I used this On-Stage stereo bar from Sweetwater Sound. You could probably make something instead of buying something, but you will need a way to mount the baffle and two microphones on a microphone stand.
  4. Short Screws – Pan head wood screws, quantity 8, long enough to secure the felt to the wood without poking out the other side.
  5. Longer Screws – Pan head wood screws, quantity 3-4, for securing the mounting bar to the bottom of the wood.

Before Getting Started

You’ll need a few other things to build this baffle. I used a circular saw to cut the wood, razor blade to cut the felt, power drill/driver with drill bits to pre-drill and drive screws, clamps to hold things together, and a bandage to put on my finger.

This is probably a good time to give the obligatory reminder to be careful when you use power tools. Really that applies to any time you do anything in life. I find it silly that from a legal stand point it’s necessary to post a disclaimer about the dangers of power tools when writing about them. Cars kill people all the time, but to my knowledge articles about using cars don’t require disclaimers. Anyway…you should probably wear gloves, eye protection, ear plugs, and a respiratory mask. Maybe put on some pants too.

Putting it Together

  1. Measure and cut the board. It should measure about 20 cm x 25 cm. That’s the approximate size of a human head when looking at one from the side. Yes, I used the metric system, because it’s way better than imperial. And no, that does not make me an anti-American, unpatriotic traitor. If you want to use imperial dimensions for human head size, may I suggest starting here?
  2. Cut the felt. The felt should be the exact same dimensions as the board. A razor blade works well for making nice clean cuts. A sharp knife or strong scissors could probably work too.
  3. Make a sandwich. Stack up the layers of felt with the wood sandwiched in the middle. I clamped this together to keep everything in place for the next step.
  4. Attach the felt. Pre-drill through the felt into the wood approximately 2-3 cm in from each of the four corners. Try not to let the wood dust get embedded into the felt, which would look bad. Do this on both sides, but offset the location slightly on each side so the screws from the back side don’t end up hitting the screws from the front side. Drive the short wood screws in deep enough to hold the felt taut, but not too tight. Puckered felt looks unprofessional.
  5. Drill holes in the Microphone Bar. Figure out where you want the long screws to be. Mark those spots on metal bar and drill holes just slightly larger in diameter than the long wood screws. When drilling metal, a little oil helps to cool the drill bit, making the drilling process easier. You can use cooking oil from the kitchen; it works just as well as anything else. Also, be careful with the metal shavings this produces, which can cause trouble if they get into electronics and/or your body.
  6. Attach the Microphone Bar. Once the holes are drilled in the microphone bar, align the bar to the bottom of the baffle. Mark where the holes are and pre-drill the wood deep enough for the long wood screws. Again, avoid getting the wood dust on the felt. Screw the microphone bar to the baffle.
  7. Ready to Use. Mount the baffle on a microphone stand using the center mounting hole. Use the shorter adjustable arms to place the microphone shockmounts or clips so the microphones’ capsules are approximately in the center of the baffle vertically and horizontally. The microphones should be about 20 cm apart from each other, which is about an average distance between most human ear pairs.

Final Notes

So does it work? In testing the dummy head I made, I was really surprised at how accurately the stereo field mapped sounds to the real world. I was kind of expecting it not to work very well. I had two different brands and models of microphones for my test. For the record the microphones you use to make binaural recording should be a matched pair with an omni pattern. Other patterns can sort of work too, just not as well.

I’m not posting audio samples here just yet, as I didn’t have the rights microphones on hand. But I did build this for an upcoming session, so once that session is done, I’ll post some clips for you to hear just how well a DIY dummy head can work.

Update (2013-08-18)

I somewhat coincidentally stumbled across an article about a thing called a Jecklin Disk, which is a lot like this dummy head baffle only larger. Check out this Wikipedia article for more about it.

No Comments >
Home »

iLok “The session you were using is no longer valid.”

or… How to release a new version of your product/service and bring an entire industry to a screeching halt.

picture of old and new iLoks

Shown: original iLok on top, iLok 2 on bottom

PACE has changed how their customers interface with their infamous iLok. The iLok is a DRM dongle, that many software manufacturers use to manage licensing. Formerly, all licenses were managed (mostly just fine) through the ilok.com website, which is now an insufferable “support” site. The new, prematurely launched system PACE requires users to install the iLok License Manager application on their computer.

Ok, no big deal, right?

I recently purchased several plugins to use in my audio production. I’d love to use these great new plugins, but I can’t because the PACE application is horrible.

In order to use the plugins, I need an iLok 2, which has to have the licenses on it, which must be loaded onto the iLok only by using the iLok License Manager, which won’t even allow me to sign in. This is the error I get.

error dialog box

The session you were using is no longer valid. Press OK to establish a new session.

Pressing OK makes the error go away, but it comes right back when I click “Sign In.” The iLok support site doesn’t list this problem as a issue I can submit a support ticket for. So that’s it. I can’t sign in.

Maybe it is just as well. Even if I could sign in, the advice on the the “street” is don’t try to sync your licenses, ’cause you might lose them.

PACE has acknowledged there are issues, but has been otherwise silent.

If this were a football game, PACE fumbled at kickoff, bungled the whole first half, refuse to answer any questions at half time, and amazingly the fumbled ball is still loose in the second half.

I think this screen grab from the iLok.com website says perfectly what many digital audio workers are thinking.

"iLok How does it work and why do I need it?"

UPDATE: 2015-02-26

A funny thing happened with some of the content on this page. I can’t tell the story just yet, but I bet it’s going to be a good laugh when it’s all over. Interweb lulz.

UPDATE: 2015-03-25

As promised…a funny story. After poking around my site stats and hits, I discovered someone was hot linking me.

If you’re not familiar with hot linking, it’s like stealing cable TV from a neighbor, except it hurts the neighbor instead of the cable company. I had a bandwidth leech!

Anyway, a very popular, well-respected pro audio plug-in development company (who will remain unnamed, because it ended well) was using an image from my site on their support page. It was the photograph I took of two iLoks, which is featured at the top of this very blog post.

I knew I could do something funny with the hot link and maybe get a free plug-in out of it. So I created this new image to replace the one they were linking to on my server.

The names of people and plug-ins are blurred out to protect both the guilty and the innocent.

The names of people and plug-ins are blurred out to protect both the guilty and the innocent.

This meant that the above image would now show up on their site. Zing!

I had formatted it to look nearly identical to their artist endorsements in hopes that it might ride under the radar, remaining visible on their support page for as long as possible. For a short while this unofficial endorsement was live on their site.

Long story short…I uploaded the image and went to bed.

Surprisingly, less than 12 hours later I received an email from one of the company’s developers. He basically said, “well played,” thanked me for not goatse-ing them (If you don’t know what that is, don’t Google it.), and let me pick out a free plug-in. Woohoo!

Moral of the story: Hot linking costs everyone something.

Side note: The very same iLok 2 that’s in the picture featured in this debacle must have a desire to make me famous/infamous. It is the very same iLok I photographed to use in the satirical movie poster THE SNOWDEN ULTIMATUM, which was featured in Forbes and lots of other places. There’s something strange about that iLok.

19 Comments >
Home »

Haas Effect Panning

A little history plus a free download of plug-in settings for Haas Effect panning.

History

A smart guy named Helmut Haas discovered a bunch of cool things about the way our human brains decode the sounds we hear to determine the direction of where those sounds originate.

Back in 1949, Mr. Haas found that early reflections of sounds help our brains decipher where the sounds came from. We can tell a noise came from the left not simply because we hear it in our left ear, but also because the sound bounces off a wall to our right and hits our right ear a very short time after it hit our left ear. Almost instantaneously, the brain detects the short time between the two signals and tells us, “Hey, that sound you just heard came from your left. Better turn your head to see what it was!” This happens so quickly that we don’t really even think about it. We just “know” it came from the left.

Haas also recognized that early reflections are basically copies of the initial sound that are delayed slightly. He started messing with people’s heads. He pointed speakers at them and firing sounds with very short delay differences. Then he asked the test subjects which direction the sound seemed to come from.

His conclusion: Not only is it fun to play with sounds, but also 40 ms (milliseconds) is some kind of magic point for our brains. If an echo is more than 40 ms after the initial sound, then we hear the sounds as separate instances. But if the delays happen within 40 ms or less of each other, then we perceive them together as merely directionality cues of a single sound.

For example, if a sound hits our right ear and the same sound hits our left ear 0.3 ms later, we don’t hear two sounds, we only hear one sound coming from approximately our 1 o’clock position.

And so the Haas effect was named after him.

Panning

Engineers have implemented the Haas effect as an alternative to panning. Most of the time panning works just fine, but it does have limits.

Sometimes panning leaves the location of the audio feeling indeterminate, smeared, mono, or one dimensional. This is why a lot of engineers skip the pan knob altogether and mix LCR.

To effectively localize a track in a stereo field using the Haas effect, engineers have to do a couple things. They duplicate the track, pan the two tracks hard left and right, and then apply a delay to only one of the sides. The delay is applied to the side opposite of the side from which the sound is intended to perceived as originating.

Typical delay times for this technique are increments of 0.1 ms from 0.1 to 0.7 ms. This yields linear movement across the stereo field. You can think of it like this chart shows.

diagram of pan knob and delay times in ms

Example: Want the sound to come from 9 o’clock on the left? Delay the right side by about 0.4 or 0.5 ms.

Download

After researching the Haas Effect, I decided I wanted to try it out in a mix. Since the settings must be very exact, setting it up correctly can be a bit confusing. Presets to the rescue!

I made these presets for the stock Digidesign Mod Delay II plug-in. These presets only work for this specific plug-in and Pro Tools. If there’s interest, maybe I’ll make more presets for other DAWs in the future.

Installation

Download this ZIP file, unzip it, and drop the folder and included presets in the Mod Delay II folder in the Plug-in Settings folder. On a Mac it’s probably located at Library / Application Support / Digidesign / Plug-In Settings / Mod Delay II, but may be in a different location on your system.

Setting up the tracks

Insert an instance of the Mod Delay II (mono/stereo) plug-in on the mono track you want to Haas-ify. Select the preset you want. No need to duplicate tracks. Bingo.

Haas Effect Panning

screenshot of Pro Tools session

Digging Deeper

Understanding how to use the Haas effect properly means you need to understand and pay attention to things like stereo-to-mono compatibility and comb filtering, as well as other stereo field mixing techniques. As with all effects, have fun but be careful not to over do it. Experiment and do your homework. Then let me know if you find learn or discover anything cool. Here’s a cool video that got me thinking about the Haas effect. This video no longer available.

3 Comments >
Home »

FIX: Could not complete your request because Pro Tools could not set sample rate to specified value..

Here is how I fix this Pro Tools error.

The Error

Really? A typo in the error? Grrrrr...

Really? A typo in the error? Grrrrr…

Ever get this error? Can’t open your session, right? Not only is it a major workflow stopper, but the double punctuation typo at the end is annoying as well.

Luckily, the solution is quite simple.

The Fix

This is the quick fix that works for me and my particular setup of hardware/software. Your mileage may vary.

  1. Quit Pro Tools
  2. Restart Pro Tools
  3. Open the session that wouldn’t open before
  4. Get back to work

But why?

The IT mantra “Have you tried turning if off and on again?” waves the problem away like a magic wand, but why is this problem happening in the first place?

The last time this error occurred for me, I noticed that it was after I had ejected my audio hard drive, removed my iLok, and left Pro Tools open, but put my machine to sleep before Pro Tools could issue the panic message: “Hey! Where’s your iLok, buddy?! That’s it! We’re shutting this whole thing down.” Then when I went to reopen the last session I was working on, boom, the error in question occured.

I’m guessing that between the time I ejected everything and the time I plugged it all back in and tried to fire it up again, Pro Tools had switched its default sample rate from whatever my Mbox 2 Pro says it was to whatever my MacBook Pro thinks it should be. Then when I try to open a session with a particular sample rate that doesn’t jive with what the current rate is, Pro Tools freaks out because it thought it knew what was right, but doesn’t even know anymore, man.

Disclaimer: I don’t actually know how or why the error is occurring. These are just my slightly educated stabs in the dark. If you know anything more about this error, why it happens, and, most importantly, why there’s a typo in it, please leave your thoughts in the comments section below.

No Comments >
Home »

The Inception of Keyboard Instruments

Is every new technological development just a deeper dream state?

Sound is basically waves of pressure changes. The exact definition is more complicated, but essentially we perceive sound because our ears decode the frequencies of oscillating movement of particles in gases, liquids, and solids. There are many ways to generate sound waves, such as plucking guitar strings so they vibrate, or hitting a membrane like a drum head.

Woodward Avenue Presbyterian Church pipe organ. Photo: Wikimedia Commons

Pipe Organs

A long time ago, people discovered that sound could also be made by blowing air through a pipe with a opening on the side, thus inventing the whistle. They also found that a range of tones could be produced by assembling a group of whistles with varying lengths and diameters. Then they attached a controller (called a keyboard or manual) so that one person could “play” this collection of pipes. Their invention is what we now know as the pipe organ.

At the start, pipe organs had only one timbre – a basic whistle sound, but over the next several hundred years, smart inventors and musicians made improvements in the technology. They found ways to emulate lots of other instruments, like brass, woodwinds, percussion, and even human voices. Their hope was to fully replicate those real life instruments.

a pipe organ console

Organ console at the United States Naval Academy chapel. Photo: Wikimedia Commons

As features were added, pipe organs evolved into enormous, elaborate, and expensive installations, increasingly more complicated to play and maintain. While these pipe organs were truly amazing inventions, capable of creating complex and beautiful music, they were actually quite poor emulations of the real life instruments they were intended to replace.

Still, we humans are adaptable and we fell in love with the sound of pipe organs, learning to appreciate the instrument for what it was, not what it wasn’t.

Electric Organs

a Wurlitzer organ

Wurlitzer 4100 BW Electronic Spinet Organ (1959-1963). Photo: Wikimedia Commons

Eventually, we discovered electricity and began to harness its power to create electromechanical instruments. Creative minds developed things like vacuum tubes, tone wheels, and transistors. Companies like Hammond and Wurlitzer implemented tone wheels to generate sounds approximating a pipe organ.

However, similar to the pipe organ, this new technology was a brilliant invention that poorly emulated its predecessor. These new organs were affordable alternatives to pipe organs, so in spite of being a bad imitation they became popular with smaller houses of worship. Traveling musicians took advantage of the portability of these smaller organs too, making their sound common in popular jazz, blues, and rock music.

Once again, our ears grew accustomed to the sound of the imitation, developing an affinity for the quirks of its particular aesthetic.

Keyboards

keyboard on table

Yamaha DX7. Photo: Wikimedia Commons

As the march of progress continued, electronics became smaller and more powerful. Engineers found ways to replace the delicate mechanical parts in electric organs, which were subject to wear and tear, with completely electronic sound generators. Lightweight, all electronic keyboard synthesizers used a variety of methods in attempts to replicate the sounds of their heavier electromechanical ancestors.

But just like before, history would repeat itself. The new emulators were incredible technological achievements that fell short of their goal of replacing the old technology. Though they lacked the ability to fully replicate the previous generation, they possessed attributes that eventually found an audience of connoisseurs that valued them not just in spite of their glitches, but because of their unique properties.

Software

Today, we synthesize the sounds of the old technologies with computers and keyboard MIDI controllers. While initially computers could only crudely imitate the old masters, DSP technology is progressing rapidly. CPU speed and available RAM are no longer the main limitation factors. As the computational power ceiling continues to rise higher and higher, software programmers are able to provide increasingly nuanced emulators that can easily fool the listener into believing that the software is actually the real thing.

The Inception

official Inception film poster

Inception poster from IMDB.com

At this point, if you’re still reading, then you probably can see how this history correlates to the plot of the film Inception. Each new technological breakthrough has been like a deeper dream state, where the simulation moves further and further away from reality.

Real instruments
→ Pipe organs
→ → Electric organs
→ → → Keyboards
→ → → → Software

However, just like in the film, while each level becomes more strange and abstract, the deepest level — Limbo — actually approaches something most like the real thing or maybe even better. Today’s emulators delve into such detail and are able to control even the most minute aspects of the sound, that it won’t be long before they easily eclipse the believability of the old technology. In fact, we may already be there.

A few years ago (when the emulators weren’t half as good as they are now), a friend of mine (who has very good ears) dropped by the studio to hear a song I was working on. When the B3 organ kicked in during the chorus, he declared, “That organ sounds great. There’s nothing like the real thing!” Muwhahaha! The smoke and mirrors of software emulation had worked.

Inspiration for This Article

This idea of how keyboard technology relates to Inception came about through a discussion with my friend Hoss. Over the weekend we were working on the keyboard parts for our band Rudisill’s next album Take To Flight. In between takes of an organ part we marveled at the realization that the software he was using was an emulation of an emulation of an emulation — a truly strange scenario.

Follow Rudisill to hear about the new album when it is released later.

No Comments >
Home »

Future Music Debate: Beyond Analog vs. Digital

A response to the question “After Analog vs. Digital, what will we fight about in the future?”

As part of their “#DJChat,” German audio equipment manufacturer Behringer asked this question on Twitter:

…Analog vs. Digital is a debate that will always continue. But in the future, what technology will we move on to AFTER digital? 😀 #DJChat

It’s an interesting concept. The wars between analog and digital rage on because they are systems separated by technologies that both have pros and cons. As technology progresses, what new pros and cons will we have to debate against older systems? Initially I answered with the following:

@BEHRINGER future: Cerebral vs. Digital. Was it made entirely “in the box (aka your head)” or did you collab with other humans and devices?

Realizing there’s much more to this debate than just a tweet, I thought I’d talk more about it here.

We Need Better Words to Describe How We’ll Make Music in the Future

In my original tweet, I used the phrase “Cerebral vs. Digital” to describe the future debate I imagine will happen. Maybe my choice of opposites wasn’t perfect. Better words can probably be found. This concept of diametrics I have in mind could be expressed in a variety of ways.

  1. Cerebral vs. Physical
  2. Solitary vs. Collaborative
  3. Internal vs. External

Each of those word combinations is describing the same contrast of ideas. But how to best describe it?

Composite image of music flowing from a girls mind.

The New System of Mind Music

In the (maybe not so distant) future, musicians will have the ability to directly output music from their heads. Technology will be developed that will allow artists to simply think/imagine/hear the music in his/her head and output this as audio and/or notation. This cerebrally generated “audio feed” could be routed (maybe even wirelessly) to a recording device to be documented, distributed, and sold. Theoretically, this process could happen as a live performance. The signal could be routed to a sound system for a concert, to an internet connection for worldwide streaming, or even directly injected (almost telepathically) into the head of a “listener” outfitted with the proper “receiver” device.

The possibilities are fantastic. Composers could direct an entire imaginary orchestra as they hear it in their minds. Dancers could dance to their own music in real time. Musicians could play exactly what they intend to play. Singers could sing in whatever voices they can imagine. Handicapped artists suddenly would be unrestricted by their handicaps.

This is not a matter of if, it’s a matter of when. If we already can control toy helicopters with our thoughts, then it’s only a matter of time before we can output music directly from our minds. UPDATE (2011-09-23): This just in… UC Berkeley neuroscientist Professor Jack Gallant announced today that it’s possible to recreate the video from brain activity.

This technological breakthrough in music will follow a path familiar to video games. With the Wii, Nintendo brought wireless motion-sensing accelerometer action to everyday people. The developers of Guitar Hero and Rock Band banked a lot of cash by making it really easy to “play” popular music without having to learn an instrument. Microsoft’s Kinect for Xbox removed the need for a controller, allowing the person to become the controller. I don’t know who will create the first mind-controlled music technology, but somebody’s going to do it.

Brace Yourselves

Cool meant something totally different back then. Don’t judge.

As with any change, it’s going to get worse before it gets better. Unfortunately, music will experience yet another Regrettable Period in which we have to learn how to use this new technology properly. I predict some gross and unsavory abuse of the technology, much like the ubiquity of terrible synthesizers in the 1980s or prevalence of auto-tuned vocals since Cher started believing in life after love. But some lucky artist is going to enjoy the honor of being known as the one that mastered this wonderful new system, thus becoming the “Grand Master Flash of whatever-this-thing-may-become-known-as.” Someone will figure out how to use it right, but it might take some time. In the meantime, wear earplugs.

Why We’ll Argue About This

At first, this newfangled gadgetry will be heralded as the end of “real” music and musicianship. The critics will say it’s too easy and not authentic music. Traditional composers and invested players will complain that no one has to learn how to write or play anymore. And much in the same way that digital was derided as a poor substitute for analog, purists will say that this cerebral form loses something in the process. Those arguments all might be right, but there may be a bigger issue lurking.

Trapped “In The Box”

When the process of making music becomes entirely internalized it will be really great because of it’s purity and singularity of thought, but will it simultaneously suffer from lack of external influences? When digital recording became popular, the question was often asked by one artist or engineer to another: “Was this all done ‘in the box?’” – meaning: was the audio signal created, mixed, and mastered on the same computer? Early on, music created entirely in this fashion lacked the beneficial effects that analog systems inherently imparted upon the audio signal. Today, the line has been blurred by better technology, so it’s harder to tell if something was recorded analog or digital. Only engineers with “golden ears” can hear the difference (even then I suspect shenanigans). At any rate, the question still remains: What benefits will be lost due to the signal remaining “in the box” of your head?

Potential Musical Influences

  1. People – The comradery, inspiration, ideas, criticism, differing views, and friction found when people work together often makes for better music. Being alone can lead to dead ends and boring or bad music. Collaboration can make beautiful things.
  2. Hardware – Though they are inanimate objects, the instruments and devices used to make music come with their own inspirations, challenges, rewards, frustrations to overcome, and occasional good glitches. Sometimes a piece of gear has to be conquered and relinquishes its magic upon defeat.
  3. Criticism – The critic is the archenemy of the artist, but every good story needs a villain. Without judgement, no work is ever as best as it can be. Words are often revealed for their folly only after they’ve left the head.
  4. Movement – Music and movement are very strongly related. When making music, movement is both part of the instigation of sound, but also a reaction to the sound being created. Performance and dance are like cousins. So if movement is not necessary for the creation of music, what effect will that have on the final product?

Good Things Will Happen

A lot of things can go wrong in this new system, but a lot of things can go right too. Eventually we’ll work out the kinks. We’ll figure out the typical pitfalls. We’ll master this medium like we have with all the others. One day amazing music will be generated using nothing but musicians’ brains. I’m hedging a bet it will be the direct output of some ridiculously young Mozart’s mind that will blow us all away. Perhaps this new interface will teach us something about how our brains work. Maybe it will allow us to communicate more precisely on ever deeper levels. What if it develops into a new universal language? Hmm.

2 Comments >
Home »

FIX: Pro Tools Audio Device Buffer Underflowed

How to get a Pro Tools rig up and running when the error message “The audio device buffer underflowed…” won’t go away.

The Error Message

Screen captured image of Pro Tools error

The audio device buffer underflowed. If this occurs frequently, try decreasing the “H/W Buffer Size” in the Playback Engine panel or remove other devices from the audio firewire bus. (-6085)

Occasionally this error pops up in Pro Tools, usually after I return from a meal in the middle of a long recording or mixing session. The session file will only playback audio for 1 second or less and then the error message pops up. Apparently, Pro Tools 9 is a workaholic and doesn’t like taking lunch breaks, at least when running on the particular combination of MacBook Pro, Mbox 2 Pro, and Western Digital hard drive that I’m using.

Following the directions to decrease the “H/W Buffer Size” in the Playback Engine panel doesn’t seem to help. In fact, not only does decreasing the buffer size seems contrary to the suggested way to solve a buffer underrun, but it then sometimes throws this error message:

Screen captured image of Pro Tools error

A CPU overload occured. If this happens often, try increasing the “H/W Buffer Size” in the Playback Engine Dialog, or removing some plug-ins. (-6101)

The Fix

I’ve tried a lot of things and the problem seems to be related to the hard drive and firewire ports. Here’s how I fix it.

  1. Save and Close the session.
  2. Quit Pro Tools.
  3. Eject the hard drive used for recording audio.
  4. Unplug the audio hard drive and Mbox 2 Pro (or the audio interface you’re using).
  5. Wait 10 seconds.
  6. Reconnect the audio hard drive and audio interface.
  7. Restart Pro Tools.
  8. Reopen the session and press Play.

If the session plays back without stopping, then it worked. If not, then I don’t know what to tell you, which reminds me of a “Deep Thought” by Jack Handey.

If you ever crawl inside an old hollow log and go to sleep, and while you’re in there some guys come and seal up both ends and then put it on a truck and take it to another city, boy, I don’t know what to tell you.

Hopefully this solution worked for you. Let me know if you’ve had the same problem, what hardware you are running and if this solved the problem.

5 Comments >
Home »

FIX: Pro Tools hardware is either not installed or used by another program.

Pro Tools hardware is either not installed or used by another program. If you thought that having Pro Tools 9 installed meant no more “Hey, Mr. Engineer Genius, where’s your fancy hardware?” errors, then this nagging error probably came as a surprise. It did for me. Since installing Pro Tools 9, my workflow has allowed […]

Pro Tools hardware is either not installed or used by another program.

If you thought that having Pro Tools 9 installed meant no more “Hey, Mr. Engineer Genius, where’s your fancy hardware?” errors, then this nagging error probably came as a surprise. It did for me. Since installing Pro Tools 9, my workflow has allowed me to jump around from my Mbox 2 Pro, Mbox 2 Micro, and MacBook Pro’s built-in sound card. This has been really handy while trying to finish up my album on the road. But, apparently, all that hardware hopping can cause the playback engine to get stuck in some funky states that don’t so work –if at all. See my previous post “FIX: Pro Tools could not set sample rate to specified value” for a similar issue.

Obviously, the problem has something to do with the playback engine. Since the error dialog only offers an ‘OK’ button, which closes Pro Tools, there doesn’t seem to be a way to work around the problem. There is not even a way to know what hardware Pro Tools is expecting.

Until now.

The Fix

I found a simple solution via this Sweetwater forum. The answer given there details how to get Pro Tools running on a PC, but I found that it worked for Macs too and without having to install any drivers. The fix is kind of like booting Pro Tools in safe mode. Simply hold the ‘N’ key while starting up Pro Tools. This will bypass the normal start up sequence and open up the Playback Engine window. Now you can select the correct playback engine and continue using Pro Tools.

In my situation, Pro Tools was looking for the last connected device (my Mbox 2 Pro), but since it wasn’t available it opted for the next available option: my MacBook Pro’s line input, which doesn’t make a very good playback engine.

Let me know if this fix worked for you.

Note

This problem may have been fixed in the Pro Tools 9.0.2 update that came out yesterday, though I’ve not been able look through the 9.0.2 Readme file in detail or to test this out on the updated software. I’ll update this page when I find out more. Since I still receive regular hits on this post, I’m assuming this problem is not solved yet. Maybe in a future update…

10 Comments >
Home »

FIX: Pro Tools could not set sample rate to specified value

After upgrading to the newly released Pro Tools 9, I couldn’t open sessions or create new ones. I got this error: “Could not complete the Open Session… command because Pro Tools could not set sample rate to specified value..” I hunted around on the web and various forums, but couldn’t find a solution that fit. […]

Pro Tools error

After upgrading to the newly released Pro Tools 9, I couldn’t open sessions or create new ones. I got this error: “Could not complete the Open Session… command because Pro Tools could not set sample rate to specified value..” I hunted around on the web and various forums, but couldn’t find a solution that fit. I found several items relating to Windows and Pro Tools 8, but nothing for a Mac running Pro Tools 9. After messing around a bit I figured out the problem was with my playback engine. Here’s how I solved it. Let me know if it works for you too.

Open the Playback Engine dialog under the Setup menu item.

From the menu bar select Setup > Playback Engine… to open the Playback Engine dialog window.

Playback Engine menu item

The problem is with the Pro Tools Aggregate I/O.

By default, my current engine was set to “Pro Tools Aggregate I/O.” It’s odd that this Pro Tools would leave it that way after an installation since AVID states that it is not supported in OS X.

Select another engine

Select your current playback engine.

The fix is easy. Simply select the right playback engine. Your options may differ based on your setup.

Select your current playback engine

In my case, I usually would edit with my Mbox 2 Micro, but since Pro Tools 9 gives us so many more options for hardware compatibility, I selected Built-in Output. I was able to edit some vocal takes using my Macbook Pro’s speakers instead of pulling out my headphones. Nice!

32 Comments >