@mthines/reaper-mcp 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +281 -0
- package/claude-rules/architecture.md +39 -0
- package/claude-rules/development.md +54 -0
- package/claude-rules/lua-bridge.md +50 -0
- package/claude-rules/testing.md +42 -0
- package/claude-skills/learn-plugin.md +123 -0
- package/knowledge/genres/_template.md +109 -0
- package/knowledge/genres/electronic.md +112 -0
- package/knowledge/genres/hip-hop.md +111 -0
- package/knowledge/genres/metal.md +136 -0
- package/knowledge/genres/orchestral.md +132 -0
- package/knowledge/genres/pop.md +108 -0
- package/knowledge/genres/rock.md +117 -0
- package/knowledge/plugins/_template.md +82 -0
- package/knowledge/plugins/fabfilter/pro-c-2.md +117 -0
- package/knowledge/plugins/fabfilter/pro-l-2.md +95 -0
- package/knowledge/plugins/fabfilter/pro-q-3.md +112 -0
- package/knowledge/plugins/neural-dsp/helix-native.md +104 -0
- package/knowledge/plugins/stock-reaper/js-1175-compressor.md +94 -0
- package/knowledge/plugins/stock-reaper/rea-comp.md +100 -0
- package/knowledge/plugins/stock-reaper/rea-delay.md +95 -0
- package/knowledge/plugins/stock-reaper/rea-eq.md +103 -0
- package/knowledge/plugins/stock-reaper/rea-gate.md +99 -0
- package/knowledge/plugins/stock-reaper/rea-limit.md +75 -0
- package/knowledge/plugins/stock-reaper/rea-verb.md +76 -0
- package/knowledge/reference/common-mistakes.md +307 -0
- package/knowledge/reference/compression.md +176 -0
- package/knowledge/reference/frequencies.md +154 -0
- package/knowledge/reference/metering.md +166 -0
- package/knowledge/workflows/drum-bus.md +211 -0
- package/knowledge/workflows/gain-staging.md +165 -0
- package/knowledge/workflows/low-end.md +261 -0
- package/knowledge/workflows/master-bus.md +204 -0
- package/knowledge/workflows/vocal-chain.md +246 -0
- package/main.js +755 -0
- package/package.json +44 -0
- package/reaper/install.sh +50 -0
- package/reaper/mcp_analyzer.jsfx +167 -0
- package/reaper/mcp_bridge.lua +1105 -0
- package/reaper/mcp_correlation_meter.jsfx +148 -0
- package/reaper/mcp_crest_factor.jsfx +108 -0
- package/reaper/mcp_lufs_meter.jsfx +301 -0
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ReaVerb
|
|
3
|
+
fx_match: ["ReaVerb", "VST: ReaVerb", "ReaVerb (Cockos)"]
|
|
4
|
+
category: reverb
|
|
5
|
+
style: transparent
|
|
6
|
+
vendor: Cockos
|
|
7
|
+
preference: 32
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# ReaVerb
|
|
11
|
+
|
|
12
|
+
## What it does
|
|
13
|
+
|
|
14
|
+
ReaVerb is REAPER's convolution reverb. It uses impulse responses (IR files) to model real acoustic spaces — rooms, halls, chambers, plates — or hardware reverbs. Sound quality is entirely dependent on the IR library loaded. With high-quality IRs it can sound spectacular; with poor IRs it sounds amateurish. It has no built-in algorithmic reverb engine; it is purely a convolution processor. CPU usage is moderate-to-high compared to algorithmic reverbs.
|
|
15
|
+
|
|
16
|
+
Key limitation: IRs must be loaded manually, and the agent cannot browse IR files on disk. Use when user has confirmed they have an IR library, or as a fallback knowing the agent will need to ask the user to point it to IR files.
|
|
17
|
+
|
|
18
|
+
## Key parameters by name
|
|
19
|
+
|
|
20
|
+
| Parameter | Range | Description |
|
|
21
|
+
|-----------|-------|-------------|
|
|
22
|
+
| Wet | -inf to +6 dB | Level of reverberant signal |
|
|
23
|
+
| Dry | -inf to +6 dB | Level of dry signal passing through |
|
|
24
|
+
| Pre-delay | 0–500 ms | Delay before reverb onset — creates separation between dry and wet |
|
|
25
|
+
| Stretch | 0.1–10x | Time-stretch the IR — longer = longer reverb tail |
|
|
26
|
+
| Start | 0–100% | Where in the IR playback begins — trim early reflections |
|
|
27
|
+
| Trim | 0–100% | Where in the IR playback ends — shorten tail |
|
|
28
|
+
| Loop | checkbox | Loop the IR tail (for very long reverbs) |
|
|
29
|
+
|
|
30
|
+
Note: ReaVerb's main parameter is the loaded IR file, which cannot be set via `set_fx_parameter`. The agent should ask the user to load an IR or confirm which preset room to use.
|
|
31
|
+
|
|
32
|
+
## Recommended settings
|
|
33
|
+
|
|
34
|
+
### Vocal plate reverb (using a plate IR)
|
|
35
|
+
|
|
36
|
+
| Parameter | Value | Why |
|
|
37
|
+
|-----------|-------|-----|
|
|
38
|
+
| Pre-delay | 20–30 ms | Separate verb onset from dry signal |
|
|
39
|
+
| Stretch | 0.7–0.9x | Slightly shorter than original IR |
|
|
40
|
+
| Wet | -12 to -18 dB | Keep reverb in background |
|
|
41
|
+
| Dry | 0 dB | Full dry on insert; or run as send/return |
|
|
42
|
+
|
|
43
|
+
Best practice: Run ReaVerb on a dedicated reverb bus (send/return), not as an insert. Set Dry to -inf on the bus channel.
|
|
44
|
+
|
|
45
|
+
### Room reverb on drums (short room IR)
|
|
46
|
+
|
|
47
|
+
| Parameter | Value | Why |
|
|
48
|
+
|-----------|-------|-----|
|
|
49
|
+
| Pre-delay | 5–15 ms | Tight room feel |
|
|
50
|
+
| Stretch | 0.5–0.8x | Short room |
|
|
51
|
+
| Trim | 40–60% | Cut the tail for tighter sound |
|
|
52
|
+
| Wet | -10 to -14 dB | Present but not washy |
|
|
53
|
+
|
|
54
|
+
### Hall reverb on strings/pads
|
|
55
|
+
|
|
56
|
+
| Parameter | Value | Why |
|
|
57
|
+
|-----------|-------|-----|
|
|
58
|
+
| Pre-delay | 30–50 ms | Large hall separation |
|
|
59
|
+
| Stretch | 1.0–1.5x | Full or slightly extended tail |
|
|
60
|
+
| Wet | -18 to -24 dB | Subtle ambient bloom |
|
|
61
|
+
| Dry | -inf dB | Send/return setup |
|
|
62
|
+
|
|
63
|
+
## Presets worth knowing
|
|
64
|
+
|
|
65
|
+
ReaVerb ships with no IR files. The user must provide their own IR library. Common free IR sources:
|
|
66
|
+
- Voxengo Impulse Responses (free)
|
|
67
|
+
- OpenAIR Acoustic Impulse Response Library (free)
|
|
68
|
+
- Samplicity Bricasti M7 IRs (free)
|
|
69
|
+
|
|
70
|
+
## When to prefer this
|
|
71
|
+
|
|
72
|
+
- When the user has a high-quality IR library and wants to use specific room sounds
|
|
73
|
+
- For convolution-based hardware reverb emulations (EMT 140 plate, Lexicon 480L rooms, etc.)
|
|
74
|
+
- When exact acoustic space reproduction is required (post-production, sound design)
|
|
75
|
+
|
|
76
|
+
Prefer an algorithmic reverb (Valhalla Room, OldSkoolVerb, etc.) when available. Algorithmic reverbs are more flexible for mixing (adjustable size, decay, diffusion) and don't require managing IR files. Only use ReaVerb when convolution character is specifically desired.
|
|
@@ -0,0 +1,307 @@
|
|
|
1
|
+
# Common Mixing Mistakes
|
|
2
|
+
|
|
3
|
+
A checklist of the most common amateur mixing mistakes. The "roast my mix" analysis mode uses this list to identify problems in a session. Each item includes how to detect it and how to fix it.
|
|
4
|
+
|
|
5
|
+
## Checklist Format
|
|
6
|
+
|
|
7
|
+
Each mistake is listed with:
|
|
8
|
+
- **Symptom**: How it sounds / what the meters show
|
|
9
|
+
- **Detection**: What to check in REAPER (meter readings, spectrum, routing)
|
|
10
|
+
- **Fix**: Specific corrective action
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## Category 1: Gain Staging Errors
|
|
15
|
+
|
|
16
|
+
### 1. No gain staging done
|
|
17
|
+
|
|
18
|
+
**Symptom**: Compressors are barely touching or are slammed; mix bus is clipping; everything sounds inconsistent in level.
|
|
19
|
+
|
|
20
|
+
**Detection**:
|
|
21
|
+
- Read track meters: if tracks average -6 dBFS or -30 dBFS, gain staging is off
|
|
22
|
+
- Read mix bus: if peaking at 0 dBFS with individual tracks, no headroom
|
|
23
|
+
- Look for compressors showing 0 dB GR (not triggered) or constantly in peak GR (slammed)
|
|
24
|
+
|
|
25
|
+
**Fix**: Run the gain-staging workflow. Target -18 dBFS average per track.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
### 2. Tracks too hot going into compressors
|
|
30
|
+
|
|
31
|
+
**Symptom**: Compressors are constantly limiting, not compressing; everything sounds squashed; GR never recovers.
|
|
32
|
+
|
|
33
|
+
**Detection**:
|
|
34
|
+
- Track average above -12 dBFS before compressor
|
|
35
|
+
- Compressor GR constantly at max
|
|
36
|
+
|
|
37
|
+
**Fix**: Reduce fader or clip gain before the compressor. The compressor threshold should be set ABOVE the average signal level, only catching peaks.
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
### 3. Mix bus clipping
|
|
42
|
+
|
|
43
|
+
**Symptom**: Audible distortion on the loudest passages; peaks hit 0 dBFS or above on the master.
|
|
44
|
+
|
|
45
|
+
**Detection**:
|
|
46
|
+
- Master bus peak level at 0 dBFS
|
|
47
|
+
- Clip indicator lit on master bus or any bus
|
|
48
|
+
|
|
49
|
+
**Fix**: Reduce all tracks proportionally (select all, reduce faders by the excess dB) or reduce master fader. Do NOT add a limiter to cover up a clipping mix bus — fix the gain structure first.
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Category 2: EQ Mistakes
|
|
54
|
+
|
|
55
|
+
### 4. No high-pass filters on anything
|
|
56
|
+
|
|
57
|
+
**Symptom**: Mix sounds muddy, undefined, congested in the low end; sub-100 Hz is full of competing signals; no clarity.
|
|
58
|
+
|
|
59
|
+
**Detection**:
|
|
60
|
+
- Spectrum analysis on non-bass tracks: if there's energy below 80 Hz on vocals, guitars, pads
|
|
61
|
+
- No EQ or HPF visible in the FX chain of non-bass instruments
|
|
62
|
+
- Mix bus spectrum shows broad low-frequency buildup
|
|
63
|
+
|
|
64
|
+
**Fix**: Apply HPF to every non-bass instrument at appropriate frequencies (see reference/frequencies.md). This is the single most impactful corrective step in most amateur mixes.
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
### 5. Mud zone buildup (250–500 Hz)
|
|
69
|
+
|
|
70
|
+
**Symptom**: Mix sounds warm but foggy; instruments lose definition; mids feel congested; kick drum loses punch.
|
|
71
|
+
|
|
72
|
+
**Detection**:
|
|
73
|
+
- Mix bus spectrum shows a hump or plateau between 250–500 Hz
|
|
74
|
+
- Individual track spectrums all have significant energy in this zone
|
|
75
|
+
|
|
76
|
+
**Fix**: Cut -2 to -4 dB with a Bell filter at 300–400 Hz on ALL non-bass instruments (guitars, keys, pads, vocals). Small cuts on each instrument have a cumulative effect that clears the zone.
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
### 6. Harsh upper mids (2–5 kHz)
|
|
81
|
+
|
|
82
|
+
**Symptom**: Mix is fatiguing after 15–20 minutes; instruments sound thin and piercing rather than present; listener wants to turn it down.
|
|
83
|
+
|
|
84
|
+
**Detection**:
|
|
85
|
+
- Mix bus spectrum shows a peak or plateau in 2–5 kHz
|
|
86
|
+
- Listening fatigue within 20 minutes
|
|
87
|
+
- Specific culprits: distorted guitars, overheads, vocals with too much presence boost
|
|
88
|
+
|
|
89
|
+
**Fix**: Identify the culprit instrument (look for which individual track has the biggest 2–5 kHz peak). Cut 1–3 dB with a broad Bell (Q=0.8) in this zone on that instrument. On the master bus, a gentle -0.5 to -1 dB cut can provide relief if multiple instruments contribute.
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
### 7. Boosting instead of cutting
|
|
94
|
+
|
|
95
|
+
**Symptom**: EQ has many boosts; instruments all sound boosted but the mix still lacks clarity; mix is loud but not clear.
|
|
96
|
+
|
|
97
|
+
**Detection**:
|
|
98
|
+
- EQ plugins show mostly positive gain values
|
|
99
|
+
- Many tracks boosted in competing frequency zones
|
|
100
|
+
|
|
101
|
+
**Fix**: For every boost you make, ask if a cut somewhere else achieves the same result. "The bass sounds thin" often means the low-mids are too full on competing instruments, not that the bass needs boosting. Cut what's in the way before boosting what's missing.
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
### 8. Vocal not sitting in the mix (EQ-related)
|
|
106
|
+
|
|
107
|
+
**Symptom**: Vocal sounds great in isolation but disappears in the full mix; or vocal is too loud but still doesn't cut.
|
|
108
|
+
|
|
109
|
+
**Detection**:
|
|
110
|
+
- Compare solo vocal spectrum vs mix spectrum
|
|
111
|
+
- Look for frequency zones where guitars/synths compete with vocal (1–4 kHz)
|
|
112
|
+
|
|
113
|
+
**Fix**: Either carve guitars/keys around the vocal (reduce 2–4 kHz on competing instruments when vocal plays), or boost vocal presence (3–4 kHz, +1 to +2 dB Bell). Prefer the former — make space rather than making the vocal louder.
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Category 3: Compression Mistakes
|
|
118
|
+
|
|
119
|
+
### 9. Over-compression (killing dynamics)
|
|
120
|
+
|
|
121
|
+
**Symptom**: Mix sounds flat and lifeless; no excitement; kick has no punch; everything feels loud but not impactful; listener fatigue.
|
|
122
|
+
|
|
123
|
+
**Detection**:
|
|
124
|
+
- Crest factor on mix bus below 8 dB (peak level minus RMS level)
|
|
125
|
+
- Compressors all showing constant 8+ dB GR
|
|
126
|
+
- Low-pass temporal flatness — no quiet/loud contrast
|
|
127
|
+
|
|
128
|
+
**Fix**: Increase attack times on compressors (let more transient through); reduce ratio; increase threshold (less compression). Aim for crest factor of 10+ dB on rock/pop, 14+ dB on acoustic genres.
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
### 10. Attack time too fast on drums
|
|
133
|
+
|
|
134
|
+
**Symptom**: Drums have no punch or click; kick sounds muffled; snare has no crack; drums sound over-processed.
|
|
135
|
+
|
|
136
|
+
**Detection**:
|
|
137
|
+
- Check attack times on kick and snare compressors: if below 3–5 ms, it may be killing the transient
|
|
138
|
+
- Bypass the compressor and compare — if the kick sounds more punchy without the comp, the attack is too fast
|
|
139
|
+
|
|
140
|
+
**Fix**: Increase attack time until transient is restored. Kick: 2–5 ms minimum. Snare: 3–8 ms. Drum bus: 10–20 ms.
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
### 11. No parallel drum compression
|
|
145
|
+
|
|
146
|
+
**Symptom**: Drums lack power and impact in rock/metal/pop; they sound like they're in the mix but not driving it.
|
|
147
|
+
|
|
148
|
+
**Detection**:
|
|
149
|
+
- No parallel drum bus in the session routing
|
|
150
|
+
- Drum bus GR shows only 2–3 dB (not enough for impact)
|
|
151
|
+
|
|
152
|
+
**Fix**: Create a parallel drum bus, add heavy compression (20:1, fast attack), blend 30–50% into the main drum bus. This adds weight and energy without killing the natural transients.
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
### 12. Mix bus compressor GR too high
|
|
157
|
+
|
|
158
|
+
**Symptom**: Master bus compressor is doing 6+ dB GR constantly; mix sounds pumped and squashed.
|
|
159
|
+
|
|
160
|
+
**Detection**:
|
|
161
|
+
- Mix bus compressor GR constantly at 5–10 dB
|
|
162
|
+
- Audible pumping on the mix bus
|
|
163
|
+
|
|
164
|
+
**Fix**: The mix bus compressor should do 1–3 dB GR maximum. If it's doing more, the mix is too loud going into it (fix gain staging upstream) or the threshold is too low. This is a glue compressor, not a loudness tool.
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
## Category 4: Low-End Mistakes
|
|
169
|
+
|
|
170
|
+
### 13. Bass not in mono below 100 Hz
|
|
171
|
+
|
|
172
|
+
**Symptom**: Bass disappears or sounds wrong in mono; club playback has no bass; translations problems.
|
|
173
|
+
|
|
174
|
+
**Detection**:
|
|
175
|
+
- Sum mix to mono and compare: if bass disappears or changes character significantly, phase issues in sub bass
|
|
176
|
+
- Check if bass guitar or 808 is panned off-center
|
|
177
|
+
- Check if the bass track has stereo widening plugins
|
|
178
|
+
|
|
179
|
+
**Fix**: Ensure all bass instruments are centered (0% pan). Apply mid/side HPF on side channel at 100 Hz (removes stereo information below 100 Hz). This enforces mono bass without affecting the stereo image above 100 Hz.
|
|
180
|
+
|
|
181
|
+
---
|
|
182
|
+
|
|
183
|
+
### 14. Kick and bass fighting
|
|
184
|
+
|
|
185
|
+
**Symptom**: Low end sounds thick and undefined; kick loses punch when bass is playing; "waterbed" low end where everything moves together.
|
|
186
|
+
|
|
187
|
+
**Detection**:
|
|
188
|
+
- Solo kick and bass together: if they don't clearly lock with each instrument distinct, they're fighting
|
|
189
|
+
- Both occupy the same frequency zone (e.g., both peaked at 60–80 Hz on spectrum)
|
|
190
|
+
|
|
191
|
+
**Fix**: Frequency split — if kick peaks at 70 Hz, cut bass at 60–80 Hz; if bass peaks at 100 Hz, cut kick at 100 Hz. Alternatively, set up sidechain compression (kick triggers bass duck), especially in hip-hop, EDM, house.
|
|
192
|
+
|
|
193
|
+
---
|
|
194
|
+
|
|
195
|
+
### 15. Sub-frequency rumble (below 30 Hz)
|
|
196
|
+
|
|
197
|
+
**Symptom**: Mix feels heavy and sluggish; mix bus headroom seems to disappear; woofer cones moving without audible sound.
|
|
198
|
+
|
|
199
|
+
**Detection**:
|
|
200
|
+
- Spectrum analysis on mix bus shows energy below 30 Hz
|
|
201
|
+
- Mix bus peaking higher than expected despite individual tracks being controlled
|
|
202
|
+
- Inaudible low-frequency content eating headroom
|
|
203
|
+
|
|
204
|
+
**Fix**: Apply HPF at 25–30 Hz on the mix bus (and on bass instruments if their source has rumble). This is always appropriate — there is no musical content below 25 Hz in typical music.
|
|
205
|
+
|
|
206
|
+
---
|
|
207
|
+
|
|
208
|
+
## Category 5: Reverb/Delay Mistakes
|
|
209
|
+
|
|
210
|
+
### 16. Too much reverb everywhere
|
|
211
|
+
|
|
212
|
+
**Symptom**: Mix sounds washy, distant, and lacks definition; instruments blend into each other; mix loses its punchiness; sounds like everything is in a cave.
|
|
213
|
+
|
|
214
|
+
**Detection**:
|
|
215
|
+
- Check FX chains: reverb plugins visible on every individual track (not just sends)
|
|
216
|
+
- Long reverb tails on drums, bass, or close-mic elements
|
|
217
|
+
- Mix bus spectrum shows excessive mid-frequency content that shouldn't be there (wash)
|
|
218
|
+
|
|
219
|
+
**Fix**:
|
|
220
|
+
- Drums: Use very short room verbs (0.5–0.8s) or none on kick/bass
|
|
221
|
+
- Vocals: Route to a send/return reverb, not insert reverb; reduce wet level
|
|
222
|
+
- Bass: No reverb on bass — it blurs the low end
|
|
223
|
+
- Use pre-delay (20–30 ms) to separate dry signal from reverb onset
|
|
224
|
+
|
|
225
|
+
---
|
|
226
|
+
|
|
227
|
+
### 17. Reverb on bass instruments
|
|
228
|
+
|
|
229
|
+
**Symptom**: Bass guitar or kick drum sounds washy and undefined; low end loses punch.
|
|
230
|
+
|
|
231
|
+
**Detection**:
|
|
232
|
+
- Reverb plugin visible in kick or bass guitar FX chain
|
|
233
|
+
- Bass sounds "woofy" and undefined
|
|
234
|
+
|
|
235
|
+
**Fix**: Remove reverb from all low-frequency instruments. Bass and kick drum should be dry (or only the most subtle of very short room sounds). Reverb in low frequencies creates mud and loses the tight, punchy low-end response.
|
|
236
|
+
|
|
237
|
+
---
|
|
238
|
+
|
|
239
|
+
### 18. Reverb insert instead of send/return
|
|
240
|
+
|
|
241
|
+
**Symptom**: Reverb sounds phasey or exaggerated; or the reverb takes up too much space because the dry signal doubles through the reverb plugin.
|
|
242
|
+
|
|
243
|
+
**Detection**:
|
|
244
|
+
- Reverb plugin visible as an insert in the FX chain with both Dry and Wet signals
|
|
245
|
+
- Reverb sounds like an unnatural amount of space around the instrument
|
|
246
|
+
|
|
247
|
+
**Fix**: Set up reverb on a dedicated bus/send. The send carries a copy of the instrument to the reverb bus. The reverb bus has the reverb plugin with Dry at -inf dB (100% wet). Control the amount with the send level. This is the correct way to use reverb in a mix.
|
|
248
|
+
|
|
249
|
+
---
|
|
250
|
+
|
|
251
|
+
## Category 6: Mix Balance Mistakes
|
|
252
|
+
|
|
253
|
+
### 19. Vocals too quiet (buried in the mix)
|
|
254
|
+
|
|
255
|
+
**Symptom**: Listeners can't make out the words; vocal exists but doesn't command attention; mix sounds instrumental.
|
|
256
|
+
|
|
257
|
+
**Detection**:
|
|
258
|
+
- Read vocal track meters vs mix bus: if vocal peaks are 10+ dB below mix bus average, it's buried
|
|
259
|
+
- Check if competing instruments are louder than the vocal in the 1–4 kHz range
|
|
260
|
+
|
|
261
|
+
**Fix**: Increase vocal fader, then check the frequency competition (guitars, synths at 2–4 kHz competing with vocal). Carve EQ space in competing instruments before simply turning the vocal up.
|
|
262
|
+
|
|
263
|
+
---
|
|
264
|
+
|
|
265
|
+
### 20. No mono compatibility check
|
|
266
|
+
|
|
267
|
+
**Symptom**: Mix sounds great in stereo but some elements disappear in mono; bass changes character; width is "fake" (phase tricks rather than true stereo).
|
|
268
|
+
|
|
269
|
+
**Detection**:
|
|
270
|
+
- Sum to mono and compare: anything that disappears is phase-related
|
|
271
|
+
- Check stereo correlation meter: values below +0.5 indicate potential issues
|
|
272
|
+
|
|
273
|
+
**Fix**: Identify phase-causing elements (over-widened stereo, haas-effect doubling, stereo bass). Fix at the source. Run correlation meter during the session, not just at the end.
|
|
274
|
+
|
|
275
|
+
---
|
|
276
|
+
|
|
277
|
+
### 21. Everything the same loudness (no dynamics between sections)
|
|
278
|
+
|
|
279
|
+
**Symptom**: Verse and chorus feel the same energy level; no build or release in the arrangement; mix sounds flat across the song.
|
|
280
|
+
|
|
281
|
+
**Detection**:
|
|
282
|
+
- Read mix bus meters across the song: if chorus and verse peak levels are within 1–2 dB of each other, there's no dynamic contrast
|
|
283
|
+
- The arrangement may be densely filled throughout
|
|
284
|
+
|
|
285
|
+
**Fix**: Mix engineers create dynamics through level automation, FX density (more reverb in chorus, less in verse), and arrangement guidance (ask the producer if this is intentional). Verse averages 3–6 dB quieter than chorus is a starting point. Adjust automation on the mix bus or main buses to create contrast.
|
|
286
|
+
|
|
287
|
+
---
|
|
288
|
+
|
|
289
|
+
## Summary Checklist (Quick Audit)
|
|
290
|
+
|
|
291
|
+
The agent runs through this checklist when performing a mix analysis ("roast my mix"):
|
|
292
|
+
|
|
293
|
+
- [ ] Gain staging: all tracks averaging -18 dBFS before processing
|
|
294
|
+
- [ ] Mix bus headroom: peaks at -6 to -3 dBFS before limiting
|
|
295
|
+
- [ ] HPF applied to all non-bass instruments
|
|
296
|
+
- [ ] Mud zone (250–500 Hz) checked and managed
|
|
297
|
+
- [ ] Upper mid harshness (2–5 kHz) checked — no fatigue
|
|
298
|
+
- [ ] Bass is mono below 100 Hz
|
|
299
|
+
- [ ] Kick and bass relationship defined (no fighting)
|
|
300
|
+
- [ ] Sub rumble below 30 Hz controlled
|
|
301
|
+
- [ ] Crest factor above 8 dB on mix bus
|
|
302
|
+
- [ ] Drum bus compression: 3–5 dB GR, 10+ ms attack
|
|
303
|
+
- [ ] Reverb not on bass instruments
|
|
304
|
+
- [ ] Reverb routed as send/return (not insert on lead vocal)
|
|
305
|
+
- [ ] Vocal presence in 2–4 kHz not buried by other instruments
|
|
306
|
+
- [ ] Mono check passed (stereo correlation above +0.5)
|
|
307
|
+
- [ ] LUFS target within range for intended platform
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
# Compression Reference
|
|
2
|
+
|
|
3
|
+
Specific compression settings per instrument and use case. All values are starting points — adjust by ear after setting. The most important parameter is the GR (gain reduction) target: set threshold to achieve the target GR, don't chase specific threshold numbers.
|
|
4
|
+
|
|
5
|
+
## How to Read This Table
|
|
6
|
+
|
|
7
|
+
- **Style**: Type of compressor character to use (FET = fast/aggressive, Opto = slow/smooth, VCA = versatile/accurate, Variable-Mu = warmest/slowest)
|
|
8
|
+
- **Ratio**: Higher = more compression per dB above threshold
|
|
9
|
+
- **Attack**: Slower attack = more transient preserved; faster = more control
|
|
10
|
+
- **Release**: Slower = more "pumping"; faster = more transparent
|
|
11
|
+
- **GR Target**: How much gain reduction to aim for at the loudest passages
|
|
12
|
+
- **Knee**: Soft (higher dB value) = gradual onset; Hard (0 or low) = abrupt
|
|
13
|
+
|
|
14
|
+
## Per-Instrument Settings
|
|
15
|
+
|
|
16
|
+
### Kick Drum
|
|
17
|
+
|
|
18
|
+
| Use Case | Style | Ratio | Attack | Release | GR Target | Knee |
|
|
19
|
+
|----------|-------|-------|--------|---------|-----------|------|
|
|
20
|
+
| Standard punch | VCA/FET | 4:1–6:1 | 2–5 ms | 30–80 ms | 4–6 dB | 2–4 dB |
|
|
21
|
+
| Tight/click (dance, EDM) | FET | 6:1–10:1 | 0.5–2 ms | 20–50 ms | 6–10 dB | Hard (0 dB) |
|
|
22
|
+
| Natural/acoustic | Opto | 3:1 | 10–20 ms | 100–200 ms | 2–4 dB | 6 dB |
|
|
23
|
+
|
|
24
|
+
Note: If using a transient shaper (e.g., Transient Master), you often don't need a compressor on the kick at all.
|
|
25
|
+
|
|
26
|
+
### Snare Drum
|
|
27
|
+
|
|
28
|
+
| Use Case | Style | Ratio | Attack | Release | GR Target | Knee |
|
|
29
|
+
|----------|-------|-------|--------|---------|-----------|------|
|
|
30
|
+
| Crack and presence | FET | 4:1–8:1 | 3–8 ms | 40–80 ms | 4–6 dB | 2 dB |
|
|
31
|
+
| Heavy/aggressive (rock, metal) | FET | 8:1–12:1 | 1–3 ms | 30–50 ms | 6–10 dB | Hard |
|
|
32
|
+
| Natural (jazz, acoustic) | Opto | 2:1–3:1 | 15–30 ms | 100–200 ms | 1–3 dB | 6 dB |
|
|
33
|
+
|
|
34
|
+
### Drum Overheads
|
|
35
|
+
|
|
36
|
+
| Use Case | Style | Ratio | Attack | Release | GR Target | Knee |
|
|
37
|
+
|----------|-------|-------|--------|---------|-----------|------|
|
|
38
|
+
| Gentle cymbal control | Opto | 2:1–3:1 | 20–40 ms | 100–300 ms | 2–4 dB | 6 dB |
|
|
39
|
+
| Bus glue | VCA | 2:1 | 20–30 ms | 150–300 ms | 1–2 dB | 6–8 dB |
|
|
40
|
+
|
|
41
|
+
### Drum Bus (full kit)
|
|
42
|
+
|
|
43
|
+
| Use Case | Style | Ratio | Attack | Release | GR Target | Notes |
|
|
44
|
+
|----------|-------|-------|--------|---------|-----------|-------|
|
|
45
|
+
| Rock/pop glue | VCA | 4:1 | 10–20 ms | 50–150 ms | 3–6 dB | HPF sidechain 80–100 Hz |
|
|
46
|
+
| Metal (heavier glue) | VCA | 4:1–6:1 | 5–15 ms | 50–100 ms | 4–8 dB | HPF sidechain 80 Hz |
|
|
47
|
+
| Jazz/acoustic (very light) | Opto | 2:1 | 30–60 ms | 200–500 ms | 0.5–2 dB | Near-transparent |
|
|
48
|
+
|
|
49
|
+
### Parallel Drum Compression ("New York")
|
|
50
|
+
|
|
51
|
+
| Use Case | Style | Ratio | Attack | Release | GR Target | Blend |
|
|
52
|
+
|----------|-------|-------|--------|---------|-----------|-------|
|
|
53
|
+
| Rock punch | FET | 20:1–100:1 | 0.1–2 ms | 50–150 ms | 10–20 dB | 30–50% |
|
|
54
|
+
| Metal impact | FET | 100:1 (limiting) | 0.1 ms | 80–200 ms | 15–25 dB | 40–60% |
|
|
55
|
+
| Pop/modern | VCA | 20:1–40:1 | 1–5 ms | 60–150 ms | 10–15 dB | 20–40% |
|
|
56
|
+
|
|
57
|
+
### Bass Guitar
|
|
58
|
+
|
|
59
|
+
| Use Case | Style | Ratio | Attack | Release | GR Target | Notes |
|
|
60
|
+
|----------|-------|-------|--------|---------|-----------|-------|
|
|
61
|
+
| General (pop/rock) | VCA | 4:1 | 5–20 ms | 50–150 ms | 3–5 dB | Consistent output |
|
|
62
|
+
| Aggressive (hip-hop) | VCA | 4:1–6:1 | 3–10 ms | 50–100 ms | 4–6 dB | Even level for 808-style |
|
|
63
|
+
| Natural/dynamic (jazz) | Opto | 2:1–3:1 | 20–40 ms | 200–400 ms | 1–3 dB | Preserve dynamics |
|
|
64
|
+
| Sidechain from kick | VCA | 4:1–6:1 | 1–5 ms | 80–200 ms | 4–10 dB | Kick triggers, pumping effect |
|
|
65
|
+
|
|
66
|
+
### Lead Vocals
|
|
67
|
+
|
|
68
|
+
| Stage | Style | Ratio | Attack | Release | GR Target | Notes |
|
|
69
|
+
|-------|-------|-------|--------|---------|-----------|-------|
|
|
70
|
+
| First compressor (control) | FET | 4:1 | 10–15 ms | 50–80 ms | 4–8 dB | Character and presence |
|
|
71
|
+
| Second compressor (smooth) | Opto | 3:1–4:1 | 30–50 ms | Auto | 2–4 dB | Smoothing and leveling |
|
|
72
|
+
| Heavy pop vocal | FET | 4:1–6:1 | 8–12 ms | 40–60 ms | 6–10 dB | Very controlled |
|
|
73
|
+
| Transparent leveling | VCA | 2:1–3:1 | 20–40 ms | Auto | 2–4 dB | Classical, jazz, acoustic |
|
|
74
|
+
|
|
75
|
+
Note: Two-stage compression (FET → Opto) is standard for lead vocals in competitive pop/rock. The total GR across both stages should not exceed 10–12 dB combined.
|
|
76
|
+
|
|
77
|
+
### Backing/Harmony Vocals
|
|
78
|
+
|
|
79
|
+
| Use Case | Style | Ratio | Attack | Release | GR Target | Notes |
|
|
80
|
+
|----------|-------|-------|--------|---------|-----------|-------|
|
|
81
|
+
| Blend into mix | Opto | 3:1–4:1 | 20–30 ms | Auto | 3–5 dB | Smooth, sit behind lead |
|
|
82
|
+
| Pop BG vocals | VCA | 4:1 | 10–15 ms | 50–80 ms | 3–5 dB | Consistent, present |
|
|
83
|
+
|
|
84
|
+
### Electric Guitar (rhythm)
|
|
85
|
+
|
|
86
|
+
| Use Case | Style | Ratio | Attack | Release | GR Target | Notes |
|
|
87
|
+
|----------|-------|-------|--------|---------|-----------|-------|
|
|
88
|
+
| Rock rhythm | VCA | 3:1 | 15–25 ms | 50–200 ms | 2–4 dB | Even picking dynamics |
|
|
89
|
+
| Tight/fast riffing | VCA | 4:1 | 10–15 ms | 30–80 ms | 3–5 dB | Metal, punk |
|
|
90
|
+
| Cleaner country/pop | VCA | 2:1–3:1 | 20–30 ms | 80–200 ms | 1–3 dB | Preserve dynamics |
|
|
91
|
+
|
|
92
|
+
### Acoustic Guitar
|
|
93
|
+
|
|
94
|
+
| Use Case | Style | Ratio | Attack | Release | GR Target | Notes |
|
|
95
|
+
|----------|-------|-------|--------|---------|-----------|-------|
|
|
96
|
+
| Strumming (pop/country) | VCA | 3:1 | 15–30 ms | 80–200 ms | 2–4 dB | Tighten strum velocity |
|
|
97
|
+
| Fingerpicking | Opto | 2:1–3:1 | 20–40 ms | 100–300 ms | 1–3 dB | Preserve dynamic touch |
|
|
98
|
+
| Hard strumming | VCA | 4:1 | 10–15 ms | 50–100 ms | 3–5 dB | Control peaks |
|
|
99
|
+
|
|
100
|
+
### Piano
|
|
101
|
+
|
|
102
|
+
| Use Case | Style | Ratio | Attack | Release | GR Target | Notes |
|
|
103
|
+
|----------|-------|-------|--------|---------|-----------|-------|
|
|
104
|
+
| Pop/rock (control) | VCA | 3:1–4:1 | 10–20 ms | 80–200 ms | 2–4 dB | Even velocity |
|
|
105
|
+
| Jazz (transparent) | Opto | 2:1 | 30–60 ms | 200–500 ms | 1–2 dB | Dynamics are musical |
|
|
106
|
+
| Film/orchestral | None or minimal | — | — | — | 0.5 dB max | Let dynamics breathe |
|
|
107
|
+
|
|
108
|
+
### Strings (group/section)
|
|
109
|
+
|
|
110
|
+
| Use Case | Style | Ratio | Attack | Release | GR Target | Notes |
|
|
111
|
+
|----------|-------|-------|--------|---------|-----------|-------|
|
|
112
|
+
| Film/orchestral | Opto | 1.5:1–2:1 | 30–80 ms | 200–500 ms | 0.5–2 dB | Barely there |
|
|
113
|
+
| Rock/pop strings | VCA | 3:1 | 15–25 ms | 100–200 ms | 2–4 dB | Control dynamics for mix |
|
|
114
|
+
|
|
115
|
+
### Mix Bus
|
|
116
|
+
|
|
117
|
+
| Use Case | Style | Ratio | Attack | Release | GR Target | Notes |
|
|
118
|
+
|----------|-------|-------|--------|---------|-----------|-------|
|
|
119
|
+
| Rock/pop glue | VCA | 2:1–4:1 | 10–30 ms | Auto | 1–3 dB | Cohesion only |
|
|
120
|
+
| Loud/competitive | VCA | 4:1 | 10–20 ms | Auto | 2–4 dB | More density |
|
|
121
|
+
| Orchestral | None or optical | 1.5:1 | 60 ms | 500 ms | 0.5 dB max | Near-transparent |
|
|
122
|
+
|
|
123
|
+
## Gain Reduction as a Signal
|
|
124
|
+
|
|
125
|
+
The GR meter tells you what the compressor is doing:
|
|
126
|
+
|
|
127
|
+
| GR Reading | Interpretation | Action |
|
|
128
|
+
|------------|---------------|--------|
|
|
129
|
+
| 0 dB | Compressor never triggers | Lower threshold or check signal level |
|
|
130
|
+
| 0.5–1 dB | Barely touching — glue only | Good for mix bus |
|
|
131
|
+
| 2–4 dB | Moderate control | Good for most uses |
|
|
132
|
+
| 4–8 dB | Heavy compression | Intentional character use |
|
|
133
|
+
| 8–12 dB | Very heavy | Only for parallel or parallel blend |
|
|
134
|
+
| 12+ dB constantly | Over-compressed | Loosen threshold or ratio |
|
|
135
|
+
|
|
136
|
+
## Attack and Release Intuition
|
|
137
|
+
|
|
138
|
+
**Attack too fast (below 5 ms on most instruments):**
|
|
139
|
+
- Kills transient (punch, click, crack disappears)
|
|
140
|
+
- Sounds squashed, lifeless
|
|
141
|
+
- Correct: increase attack time
|
|
142
|
+
|
|
143
|
+
**Attack too slow (above 30–40 ms on many instruments):**
|
|
144
|
+
- Transient passes through, then compressor kicks in mid-note
|
|
145
|
+
- Can create a "swell" effect (audible gain change after attack)
|
|
146
|
+
- For some uses this is intentional (swells on pads, ambient)
|
|
147
|
+
|
|
148
|
+
**Release too fast:**
|
|
149
|
+
- "Breathing" or "pumping" — gain recovery is audible as a breath
|
|
150
|
+
- Can be intentional in EDM, hip-hop (pump effect)
|
|
151
|
+
- Usually unwanted in pop, rock, classical
|
|
152
|
+
|
|
153
|
+
**Release too slow:**
|
|
154
|
+
- Compressor doesn't recover before next note
|
|
155
|
+
- Everything becomes heavily compressed, dynamics disappear
|
|
156
|
+
- Especially bad on fast passages (fast hi-hats, fingerpicked guitar)
|
|
157
|
+
|
|
158
|
+
**Auto release:**
|
|
159
|
+
- Program-dependent — release time follows the audio content
|
|
160
|
+
- Very musical result for most applications
|
|
161
|
+
- Use as the default when in doubt
|
|
162
|
+
|
|
163
|
+
## Crest Factor Targets (Dynamic Range Health)
|
|
164
|
+
|
|
165
|
+
Crest factor = peak-to-RMS ratio. Low crest factor = heavy compression or limiting.
|
|
166
|
+
|
|
167
|
+
| Genre | Healthy Crest Factor | Overly Compressed |
|
|
168
|
+
|-------|---------------------|-------------------|
|
|
169
|
+
| Classical/orchestral | 20+ dB | Below 15 dB |
|
|
170
|
+
| Jazz/acoustic | 14–20 dB | Below 12 dB |
|
|
171
|
+
| Rock/pop | 10–14 dB | Below 8 dB |
|
|
172
|
+
| EDM/hip-hop | 8–12 dB | Below 6 dB |
|
|
173
|
+
| Heavy metal | 8–10 dB | Below 6 dB |
|
|
174
|
+
| Club/electronic | 6–10 dB | Below 5 dB |
|
|
175
|
+
|
|
176
|
+
If the mix bus crest factor falls below 6 dB, dynamics are essentially gone and the mix will feel lifeless and fatiguing.
|