A few weeks ago I posted a small bit on Low End Tricks. One of those suggestions was to “Freeze/print tracks that are plugin heavy. In fact, freeze/print any track that has a set and forget plugin.”
I can confirm that this works fantastically.
A few weeks ago I posted a small bit on Low End Tricks. One of those suggestions was to “Freeze/print tracks that are plugin heavy. In fact, freeze/print any track that has a set and forget plugin.”
I can confirm that this works fantastically.
This is a picture of my music project binder:
The cover is a print out of this little note I made for myself in 2019 while I was in the midst of self inflicted mixing crisis. I no longer have the original note (or, rather, I have no idea where it’s hiding) but I still do my best to follow these simple rules when I’m working on a project.
While it’s impossible to adhere to all of these all the time; perfection is the enemy of the good and whatnot, this list has served me well especially working on older equipment.
Remember that less can be more and working with your limitations will always help see you to the end of whatever project you’re working on.
Update 01/15/2025
Seems there have been a few changes between Fedora 38/KDE 5.x and Fedora 41 with KDE Plasma 6.2.5. In the newer versions, Virtual Desktop and their shortcuts can be found here:
Virtual Desktops: System Settings > Window Management > Virtual Desktops
Customize Switching Desktops: System Settings > Keyboard > KWin > Switch One Desktop to the Left (or Right).
If you’re still in KDE 5.25 then here is the magic:
System Settings > Workspace Behavior > Virtual Desktops
System Settings > Shortcuts > KWin
*Updated 10/15/2022 to include Linux Studio Plugins.
When I took a serious interest in recording instruments, I began hearing about something called IR’s and had to dig to find out what they were. I was a late bloomer it seems.
IR stands for Impulse Response. Essentially an IR is a recording of a sound (like a guitar) played though a speaker (cabinet) in a environment (ie: studio live room) through a specific microphone. The final recorded file is just a wav or an aif with wav being much more common.
You load up your IR file into an impulse response loader, which is added to a track that contains a DI guitar and an amp sim of some sort, and the IR mimics the sound of the cab/microphone/room that was recorded.
IR’s are a must have if you’re using straight up amp sims on your guitar tracks. Normally amp sims on their own don’t sound super great; they’re very dry and don’t have a ton of “character”. Stick an IR of, for example, a Fender Tweed Champ 58 on the track and you’ll notice a big difference right away.
IRs can also be used for reverb. Similar to the idea of capturing a sound of specific amp/mics/rooms, reverb impulses capture the ambiance of specific places be it a famous concert hall, the space under a bridge, or even a school hallway.
While there are a ton of IR loaders out there, both paid and free and, as with everything else, a good percentage of them are for Windows and/or Mac.1
Fret not as there are Linux options, and they’re damn good.
Reaper supports IRs via its ReaVerb plugin and is pretty decent. I’ve been testing it out on a piece I’m working on and it seems to handle the job very well, as is pretty much expected from Reaper itself.
There is also the Linux Studio Plugins Impulse Responses and Impulse Reverb plugins. There is a mono and stereo version of each and they offer a little more tweaking capability than ReaVerb. I just started playing with these in Mixbus and so far so good.
The only issue I found with LSP is that it only supports wav. If you manage to find IRs that were created in aif, you’ll need to convert them using something like soundKonverter.
As an alternative to pure IR loaders, ToneLib GFX has an Impulse engine that allows you to add IRs directly into your amp/effects chain.
As for the IR files themselves, I have a pretty sizable IR library thanks to a few free packs:
You can also find both free and paid IR’s just by searching online. The IR files themselves are platform agnostic, so go nuts.
Is using IR’s cheating? No it’s not and don’t let anyone tell you any different.
Of course there are purists out there who think we should only be recording guitars through actual amps in actual good sounding rooms using actual microphones. While most of us would love a room of amps, cabs, and mics at our disposal, it’s important to note that most of us don’t have the money, or the space for that much gear.
For us regular people who want a great sound without breaking the bank, IR’s come in very handy for shaping guitar tones.
1: Have a gander at this list. Lots of good shit, but try and find anything that supports Linux.
Here is thirty seconds of my first, official, render from Linux.
Notes:
All tracks that had plugins, especially guitar tracks with heavy hitters like ToneLib GFX, were frozen/printed to cut back on system resources.
The full song, music wise is finished and recorded. Lyrics were completed this past week and I’ll be laying down vocal tracks over the coming days.
It’s been well over year since I completed When Something Appears so it’s nice to get something done even if it’s just a single song.
Is there a hard and fast rule on what software you need to use? According to big tech, yes. There is only Windows or macOS! There is only Photoshop! There is only Office!
As Big Tech gets bigger and swallows up smaller companies, the landscape for software can seem pretty one dimensional and expensive unless you’re willing to do some digging and be skeptical about how you procure these products.
I’m already a little off the beaten path with software mainly because I loath the subscription model when it comes to applications. I don’t mind subscriptions for services such as music/video streaming or online storage; I subscribe to Spotify and Netflix (the originals!). I also have online storage and password manager accounts.
For apps though, I just don’t agree with the subscription model. I like to pay for an app and be done. Some subscriptions are kind of ok; Microsoft 365 is good because you get Mail (sans advertising), all the Office apps, and a terabyte of OneDrive 1 storage for a decent yearly price so you’re getting a full package of stuff. Some are meh (Adobe), and some are downright awful (I’m looking straight at you, Pro Tools).
The bright side to all of this is that you can still buy apps that are just as good, or often times better than the flagships.
There has been some ballyhoo of late over the EU’s regulatory decision to force phone hardware companies to use strictly USB-C connectors for charging.
The quick and dirty is that the EU wants to force hardware manufacturers to make charging ports on all phones, tablets, cameras, headphones, portable speakers, and handheld video game consoles USB-C.
Uh-oh. Sounds like they’re trying to stamp out innovation, kill competition, and shut down Christmas all at the same time.
When recording and/or mixing music on lower end or older computers, the following tricks are important:
Just gonna put this here because I’m a n00b.
In short, for folders:
$ command “Folder Name” |
or
$ command Folder\ Name/ |
… for files
$ command “file name with spaces” |
or
$ command file\ name\ with\ spaces |