
In preparation for the Winter NAMM show, PreSonus hosted our sales reps and international distributors for a series of very exciting kick-off meetings. In the US, our sales reps play a big part in interfacing with our dealers and customers to help them reach their creative goals.
/*===== general options =========*/ a { box-shadow: none !important; } .view *, .album_categories *, .album_back_button *, #album_disabled_layer { font-family: sans-serif, Arial, Verdana, Sylfaen !important; } #album_disabled_layer { display: none; position: absolute; width: 100%; height: 100%; text-align: center; background-color: transparent; z-index: 10; padding-top: 20px; color: #fff; } #album_list_container { position: relative; } /* ====================== album onhover styles ==========================*/ #album_list .view { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; display: none; } .view .mask, .view .content { width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; } .view h2 { text-transform: uppercase; color: #fff; text-align: center; position: relative; font-size: 17px; font-family: Raleway, serif; padding: 10px; /*background: rgba(0, 0, 0, 0.8);*/ margin: 20px 0 0 0; } .album_back_button a, .view a { text-decoration: none !important; } .view p { font-family: Merriweather, serif; font-style: italic; font-size: 14px; position: relative; color: #fff; padding: 0px 20px 0px; text-align: center; } .view a.info { display: inline-block; text-decoration: none; font-size: 13px; padding: 2px 14px; margin-bottom: 3px; background: #000; color: #fff; font-family: Raleway, serif; text-transform: uppercase; box-shadow: 0 0 1px #000 } .mask-text h2 { font-size: 20px !important; } .view a.info:hover { box-shadow: 0 0 5px #000 } .view .mask-bg { height: 100%; } .view .album_social { color: #fff; position: absolute; bottom: 3px; left: 3px; border: 1px solid #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 3px 5px; } .view .album_social:active, .view .album_social:focus, .view .album_social:hover { color: #ffffff; outline: none; } /*1*/ .view .info { margin-top: 5px; } .view-first .mask { opacity: 0; background-color: rgba(0, 0, 0, 0.7); transition: all 0.4s ease-in-out; } .view-first h2 { transform: translateY(-100px); opacity: 0; font-family: Raleway, serif; transition: all 0.2s ease-in-out; } .view-first p { transform: translateY(100px); opacity: 0; transition: all 0.2s linear; } .view-first a.info { opacity: 0; transition: all 0.2s ease-in-out; } /* */ .view-first:hover img { /*transform: scale(1.1);*/ } .view-first:hover .mask { opacity: 1; } .view-first:hover h2, .view-first:hover p, .view-first:hover a.info { opacity: 1; transform: translateY(0px); } .view-first:hover p { transition-delay: 0.1s; } .view-first:hover a.info { transition-delay: 0.2s; } /*2*/ .view-second img { -webkit-filter: grayscale(0) blur(0); filter: grayscale(0) blur(0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .view-second .mask { background-color: rgba(226, 200, 127, 0.2); transition: all 0.5s linear; opacity: 0; } .view-second h2 { background: transparent; margin: 20px 40px 0px 40px; transform: scale(0); color: #333; transition: all 0.5s linear; opacity: 0; } .view-second p { opacity: 0; transform: scale(0); transition: all 0.5s linear; } .view-second a.info { opacity: 0; transform: scale(0); transition: all 0.5s linear; } .view-second:hover img { -webkit-filter: grayscale(100%) blur(3px); filter: grayscale(100%) blur(3px); } .view-second:hover .mask { opacity: 1; } .view-second:hover h2, .view-second:hover p, .view-second:hover a.info { transform: scale(1); opacity: 1; } .view-second img { -webkit-filter: grayscale(0) blur(0); filter: grayscale(0) blur(0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .view-second:hover img { -webkit-filter: grayscale(100%) blur(3px); filter: grayscale(100%) blur(3px); } /*3*/ .view-third img { transform: scaleY(1); transition: all .7s ease-in-out; } .view-third a.info { opacity: 0; transform: scale(0); transition: all 0.5s linear; } .view-third:hover img { -webkit-transform: scale(10); transform: scale(10); opacity: 0; } .view-third:hover .mask { opacity: 1; } .view-third:hover h2, .view-third:hover p, .view-third:hover a.info { transform: scale(1); opacity: 1; } /* ==== view 4 ===*/ .view-forth-wrapper { overflow: hidden; position: relative !important; height: 100%; /* cursor: pointer;*/ } .view-forth img { max-width: 100%; position: relative; top: 0; -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); } .view-forth .mask { position: absolute; width: 100%; /* height: 70px;*/ /* bottom: -70px;*/ height: 50%; bottom: -50%; -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); top: inherit; } .view-forth:hover .mask { bottom: 0; } .view-forth:hover img { top: -30px; } /*== view 5 ==*/ .view-fifth .view-fifth-wrapper, .view-fifth .view-fifth-wrapper img { display: block; position: relative; } .view-fifth .view-fifth-wrapper { overflow: hidden; height: 100%; } .view-fifth .view-fifth-wrapper .mask { display: none; position: absolute; background: #333; background: rgba(75, 75, 75, 0.7); width: 100%; height: 100%; } /* ====================== album category styles ==========================*/ #filters { margin: 1% 0; padding: 0; list-style: none; list-style-type: none !important; } #filters li { float: left; list-style-type: none !important; } #filters li:first-child span { margin-left: 0px; } #filters li span { display: block; text-decoration: none; cursor: pointer; } .album_categories { list-style-type: none; margin: 0; padding: 0; overflow: hidden; padding-top: 5px; } /*========= sharing buttons =========
More from PreSonus
16/08/2024
By Craig Anderton
Keyswitch keys enhance expressiveness by letting you trigger various real-time articulations for instruments like strings, brass, guitars, an...
09/08/2024
By Craig Anderton
The Channel Editor places all of a mixer Channel's elements-level fader, inserts, sends, individual effects, input controls, routing, mac...
02/08/2024
By Craig Anderton
Yes, just click here to download 25 Analog Cab IRs.zip. The IRs are 1024 samples long, 48 kHz, 24-bit, and mono, so they work with pretty muc...
26/07/2024
By Craig Anderton
It's been a while since we've had a post for sound design fans. So, let's create some crazy FX for sci-fi/suspense/horror movies,...
24/07/2024
The Black Dahlia Murder guitarist and New Jersey native talks about taking his leap.
A life in music requires passion, creativity, dedication - and for many cr...
19/07/2024
By Craig Anderton
There's no right or wrong way to mix. For example, many successful engineers adjust individual tracks, and then mix groups of tracks....
12/07/2024
By Craig Anderton
I admit it: the following tips are based on personally embarrassing experiences. I like to work fast to keep the creative juices flowing, but...
05/07/2024
By Craig Anderton
You've probably seen ads for packs of MIDI chords that claim to help you write hits that will make your listeners' jaws drop in amaze...
28/06/2024
By Craig Anderton
Some of my favorite guitar sounds involve using Ampire's amp, bypassing its cab, and adding a cab from the Helix Native plugin. Others in...
26/06/2024
The self-taught multi-instrumentalist and St. Louis native talks about taking his leap.
A life in music requires passion, creativity, and dedication - and for ...
21/06/2024
By Craig Anderton
Sure, you can follow your virtual instrument with an audio compressor. But there's a problem: an instrument's dynamics and expressive...
20/06/2024
Watch the independent artist and Wiz Khalifa producer cook up a song in a single day
Imagine meeting someone for the first time and making a song together. Tha...
14/06/2024
By Craig Anderton
Announcement: The 2nd Edition of The Huge Book of Studio One Tips and Tricks is now available as a free download for owners of previous versi...
07/06/2024
By Craig Anderton
Usually, the Vocoder inserts into a track that provides the modulation, and the Vocoder's sidechain receives the carrier. But why be norm...
06/06/2024
The GRAMMY-winning fiddler, songwriter, and New Orleans native talks about taking his leap.
A life in music requires passion, creativity, dedication - and for ...
31/05/2024
By Craig Anderton
Let's get right to what this sounds like. It's not quite feedback or tape reverse, it's well, listen to what it does in this blue...
24/05/2024
By Craig Anderton
A Pro EQ3 stage's gain can respond dynamically to incoming signal level, so that louder inputs kick the gain higher (or lower). But Studi...
22/05/2024
If you're a PreSonus user, you're probably pretty hands-on in producing ...
17/05/2024
By Craig Anderton
When I heard about binaural beats, I was interested-I like beats, and I'm into binaural audio. But this has nothing to do with either o...
15/05/2024
Professional drummer, producer, and New Orleans native talks about taking the leap.
A life in music requires passion, creativity, and dedication - and for many...
08/05/2024
Take the Leap with the Next Generation of PreSonus Audio Interfaces
MEET THE ALL-NEW FAMILY OF QUANTUM AUDIO INTERFACES
The culmination of nearly 30 years of ...
08/05/2024
Take the Leap with the Next Generation of PreSonus Audio Interfaces
MEET THE ALL-NEW FAMILY OF QUANTUM AUDIO INTERFACES
The culmination of nearly 30 years of ...
03/05/2024
by Craig Anderton
About four years ago, I did a tip on multiband gating. Although it was a cool effect, it was guitar-centric, cumbersome to edit, and time-con...
26/04/2024
By Craig Anderton
With this technique, when you play a standard 6-string electric guitar, you'll hear the rich, vibrant sound of a 12-string guitar. The pr...
19/04/2024
By Craig Anderton
Impact XT can launch clips, which is great for songwriting (see the blog post Songwriting with Impact XT). But few people realize that Impact...
12/04/2024
By Craig Anderton
Good mixes often depend on carving out a unique sonic space for each instrument, so you can hear them clearly. Sometimes carving out that spa...
05/04/2024
By Craig Anderton
MIDI guitars are a niche product, because the learning curve can be daunting for some guitar players. However, I'm surprised how many pro...
29/03/2024
By Craig Anderton
As the universe of Studio One users grows, so do opportunities for collaboration. But your collaborator may not be using the same version of ...
22/03/2024
By Craig Anderton
Over three years ago, I wrote a blog post on how to make a drumcoder. Its design was somewhat like a vocoder-drum audio served as a modulat...
15/03/2024
By Craig Anderton
One of Atmos's coolest features is scalability. No matter how complex your Atmos project may be, you can render it as Binaural, 5.1, 5.1....
13/03/2024
Watch the Brooklyn Synthpop duo remix their song Blame in Studio One
Less than 24 hours after meeting each other, producer Luke Moellman and vocalist Jon San...
10/03/2024
By Craig Anderton
The impetus behind this design was wanting to add envelope flanging to amp sims like Ampire. But there's a problem: most amp sim outputs ...
01/03/2024
By Craig Anderton
Supplementing close-miking techniques with room mics gives acoustic sounds a life-like sense of space. Typically, this technique involves pla...
27/02/2024
Notion Mobile v3 took mobile music creation to the next level with support for iOS, Android, Windows, Fire OS and macOS. Now v3.3 adds many enhancements and fix...
26/02/2024
Logic's Grammy-nominated producer breaks down his Sweet Spot.
Before he found success as an avant-garde hip hop producer, 6ix was just 30 units shy of a de...
25/02/2024
The Grammy-nominated multi-Platinum producer breaks down his Sweet Spot.
From the studio with chart-topping artists like Aerosmith and The Fray, to empowering ...
23/02/2024
By Craig Anderton
Do you think of mixes in absolute terms, or relative terms? Knowing the difference, and when to apply which approach, can make a huge differe...
16/02/2024
By Craig Anderton
Calling all beats/hip-hop/EDM/hard rock fans: This novel effects starts with drums modulating the Vocoder's white noise carrier, and take...
09/02/2024
This tip is about working with stereo, NOT about Dolby Atmos or surround-but we're going to steal some of what Atmos does to reinvent stereo panning. Stud...
07/02/2024
The GRAMMY-winning recording and mix engineer shows us how he uses Studio One to create an artful immersive mix.
Jeff Ellis is a force to be reckoned with. The...
02/02/2024
Presence's sound library includes a fine acoustic 12-string guitar, but not an electric one. So, perhaps it's not surprising that one of the more popula...
26/01/2024
At first, this might not seem too exciting. But follow the directions below, and try comping using this method-I don't think you'll be disappointed. Thi...
19/01/2024
You know the feeling: You're tracking or doing an overdub with a virtual instrument or amp sim, but you're frustrated by the excessive latency inherent ...
12/01/2024
Recording audio using more than one feed from the same source may create phase issues. For example, when miking a bass amp and taking a DI (dry) input, the DI...
05/01/2024
If you haven't experimented yet with mid-side stereo miking, you'll be in for a treat when you do. Here's why:
Record background singers with gorge...
29/12/2023
This complements the tip Better Ducking for Voiceovers and Podcasts and the tip Why I Don't Use Compression Anymore. It applies the concept of voiceover duc...
22/12/2023
Engineers sometimes advocate using high-pass filters to clean up the low end and tighten the sound. Others believe that because of issues inherent in highpass...
20/12/2023
The GRAMMY-nominated artist, producer, and songwriter shows us how he uses Studio One to cook a musical idea from scratch.
Josh Cumbee is a triple threat: The ...
15/12/2023
This wasn't a conscious decision, or something I planned. But when I looked through my last few songs while seeking candidates for a book's screenshots,...
08/12/2023
First, a follow-up: In the October 13 tip about creating Track Presets for parallel processing, I mentioned that Track Presets can't include buses, which is...