| 1 |
|
| 2 |
|
| 3 |
pub(super) const THREADS: &[(&str, &str, &[&str])] = &[ |
| 4 |
( |
| 5 |
"Welcome to Music Production", |
| 6 |
"Ground rules: be kind, share knowledge, no self-promo spam. Use the right category for your topic.", |
| 7 |
&["Glad to be here.", "Thanks for setting this up."], |
| 8 |
), |
| 9 |
( |
| 10 |
"What DAW are you using in 2026?", |
| 11 |
"Curious what everyone is running these days. I have been on Ableton for years but keep hearing about Bitwig.", |
| 12 |
&[ |
| 13 |
"Reaper. Lightweight, cheap, endlessly customizable.", |
| 14 |
"Bitwig since version 4. The modulation system is unmatched.", |
| 15 |
"FL Studio. Started on it when I was 14, never left.", |
| 16 |
"Ableton but I keep a Reaper install for editing and batch processing.", |
| 17 |
"Logic. It just works and the stock plugins are surprisingly good.", |
| 18 |
], |
| 19 |
), |
| 20 |
( |
| 21 |
"Favorite free plugins?", |
| 22 |
"What are your go-to free VSTs? Looking for synths, effects, anything.", |
| 23 |
&[ |
| 24 |
"Vital is the obvious answer. Best free synth by a mile.", |
| 25 |
"Valhalla Supermassive for reverb/delay. Sounds incredible for free.", |
| 26 |
"TDR Nova for EQ. Clean, surgical, zero CPU.", |
| 27 |
"Dexed if you want FM synthesis. Basically a free DX7.", |
| 28 |
], |
| 29 |
), |
| 30 |
( |
| 31 |
"How do you organize your sample library?", |
| 32 |
"My sample folder is a disaster. Thousands of files with no structure. How do you keep things findable?", |
| 33 |
&[ |
| 34 |
"Genre > Type > Character. So like Electronic > Kicks > Punchy. Took a weekend to sort but worth it.", |
| 35 |
"I use tags instead of folders. AudioFiles has been great for this actually.", |
| 36 |
"Honestly I just search. If the filename is descriptive enough, search wins over folders every time.", |
| 37 |
], |
| 38 |
), |
| 39 |
( |
| 40 |
"Analog vs digital debate in 2026", |
| 41 |
"Is there still a meaningful difference? Modern plugins are so good that I genuinely cannot tell in blind tests anymore.", |
| 42 |
&[ |
| 43 |
"The difference is workflow, not sound. Hardware forces commitment.", |
| 44 |
"I sold all my hardware last year. Zero regrets. Plugins are there.", |
| 45 |
"The tactile experience matters. Turning a real knob is different from clicking a virtual one.", |
| 46 |
"Both. I track through analog preamps and process in the box.", |
| 47 |
], |
| 48 |
), |
| 49 |
( |
| 50 |
"How long did it take you to finish your first track?", |
| 51 |
"Been producing for 3 months and I cannot seem to finish anything. Is this normal?", |
| 52 |
&[ |
| 53 |
"Totally normal. Took me a year to finish something I was not embarrassed by.", |
| 54 |
"Force yourself to finish bad tracks. The skill of finishing is separate from the skill of producing.", |
| 55 |
"Set a deadline. 48 hours from start to bounce. Quality does not matter, completion does.", |
| 56 |
"Still working on my first one honestly.", |
| 57 |
"About 6 months. And it was terrible. But I finished it and that mattered.", |
| 58 |
], |
| 59 |
), |
| 60 |
( |
| 61 |
"Studio monitors vs headphones for mixing?", |
| 62 |
"I live in an apartment and cannot treat the room properly. Should I just mix on headphones?", |
| 63 |
&[ |
| 64 |
"Headphones are fine if you know their character. Use a reference plugin like Sonarworks.", |
| 65 |
"I mix on DT 770s and reference on my car stereo. Not ideal but it works.", |
| 66 |
"Even cheap acoustic treatment helps. Hang some moving blankets.", |
| 67 |
], |
| 68 |
), |
| 69 |
( |
| 70 |
"What's your creative process?", |
| 71 |
"Do you start with drums, melody, a sample? Curious how other people approach a blank session.", |
| 72 |
&[ |
| 73 |
"Always start with chords. Everything else follows from the harmony.", |
| 74 |
"I jam on a synth until something clicks, then build around that loop.", |
| 75 |
"Sound design first. Find an interesting texture, then write something that serves it.", |
| 76 |
"Drums. Always drums. Get the groove right and the rest writes itself.", |
| 77 |
"I hum melodies into my phone all day, then sit down and try to recreate them.", |
| 78 |
"Start with a reference track. Analyze the arrangement, then write something inspired by the structure.", |
| 79 |
], |
| 80 |
), |
| 81 |
( |
| 82 |
"Best MIDI controllers under $200?", |
| 83 |
"Looking for something with keys and some knobs. Not a full workstation, just something to play ideas into the DAW.", |
| 84 |
&[ |
| 85 |
"Arturia Keystep 37. Great keybed for the price, plus the arpeggiator and sequencer.", |
| 86 |
"Novation Launchkey MK3. Deep DAW integration if you use Ableton.", |
| 87 |
"Akai MPK Mini. Tiny but surprisingly capable.", |
| 88 |
], |
| 89 |
), |
| 90 |
( |
| 91 |
"CPU overload: how do you deal with it?", |
| 92 |
"My sessions keep hitting 100% CPU. Running a Ryzen 5 3600 with 16GB RAM. Is it time to upgrade or am I doing something wrong?", |
| 93 |
&[ |
| 94 |
"Freeze tracks you are not actively working on. Most DAWs support this.", |
| 95 |
"Bounce MIDI to audio once you are happy with the sound. Frees up the plugin.", |
| 96 |
"Check your buffer size. 256 for recording, 1024+ for mixing.", |
| 97 |
"Your CPU is fine. It is probably one plugin eating everything. Check per-plugin CPU.", |
| 98 |
], |
| 99 |
), |
| 100 |
( |
| 101 |
"Music theory: how much do you actually use?", |
| 102 |
"I know basic chords and scales but never studied theory formally. How much do you all actually apply?", |
| 103 |
&[ |
| 104 |
"Enough to communicate with other musicians. Circle of fifths, chord functions, basic voice leading.", |
| 105 |
"Almost none. I go by ear and fix what sounds wrong.", |
| 106 |
"A lot. Understanding why something sounds good helps you recreate it faster.", |
| 107 |
], |
| 108 |
), |
| 109 |
( |
| 110 |
"Side-chaining techniques", |
| 111 |
"What is your preferred method for side-chaining? Compressor? Volume automation? LFO tool?", |
| 112 |
&[ |
| 113 |
"Trackspacer. Not technically side-chain compression but solves the same problem better.", |
| 114 |
"Volume shaper plugin. More precise than a compressor and you can draw the exact curve.", |
| 115 |
"Classic compressor side-chain. Simple, works, everyone knows how to do it.", |
| 116 |
"I automate the volume manually. Full control, no artifacts.", |
| 117 |
], |
| 118 |
), |
| 119 |
( |
| 120 |
"How do you avoid ear fatigue?", |
| 121 |
"I can mix for maybe 2 hours before everything starts sounding the same. Any tips?", |
| 122 |
&[ |
| 123 |
"Take breaks every 45 minutes. Walk around, drink water, reset.", |
| 124 |
"Mix at low volume. If it sounds good quiet, it will sound good loud.", |
| 125 |
"Reference constantly. Switch to a commercial track every 15 minutes.", |
| 126 |
], |
| 127 |
), |
| 128 |
( |
| 129 |
"Collaboration: how do you share projects?", |
| 130 |
"Want to collaborate with a friend who uses a different DAW. What is the best approach?", |
| 131 |
&[ |
| 132 |
"Stems. Bounce each track as a WAV, share via cloud storage.", |
| 133 |
"MIDI + stems for the parts that need to be editable.", |
| 134 |
"We just use the same DAW. Easier than any workaround.", |
| 135 |
], |
| 136 |
), |
| 137 |
( |
| 138 |
"Loudness standards for streaming platforms", |
| 139 |
"Spotify targets -14 LUFS, Apple Music -16. Should I master to a specific target or just make it sound good?", |
| 140 |
&[ |
| 141 |
"Master to what sounds best, then check loudness after. Most platforms normalize anyway.", |
| 142 |
"I aim for -12 to -14. Leaves headroom but still competitive.", |
| 143 |
"The number matters less than the dynamic range. A dynamic -14 sounds better than a squashed -8.", |
| 144 |
], |
| 145 |
), |
| 146 |
( |
| 147 |
"What headphones do you use?", |
| 148 |
"Looking for mixing headphones. Budget around $150-300.", |
| 149 |
&[ |
| 150 |
"Sennheiser HD 600. Flat, detailed, comfortable for long sessions.", |
| 151 |
"Beyerdynamic DT 990 Pro. Wide soundstage. A bit bright but you learn the character.", |
| 152 |
"AKG K712. Open-back, great imaging.", |
| 153 |
"Audio-Technica ATH-M50x. Closed-back, good isolation, slightly hyped low end.", |
| 154 |
], |
| 155 |
), |
| 156 |
( |
| 157 |
"Sampling ethics", |
| 158 |
"Where do you draw the line with sampling? Royalty-free packs? Vinyl? Other artists' released music?", |
| 159 |
&[ |
| 160 |
"Royalty-free is fair game obviously. For anything else, clear it or make it unrecognizable.", |
| 161 |
"I only sample stuff I have created myself or bought a license for.", |
| 162 |
"Sampling is an art form. The key is transformation.", |
| 163 |
], |
| 164 |
), |
| 165 |
( |
| 166 |
"When to call a mix done?", |
| 167 |
"I keep tweaking endlessly. How do you know when to stop?", |
| 168 |
&[ |
| 169 |
"When changes become lateral instead of improvements. If you are just going back and forth, stop.", |
| 170 |
"Set a deadline. Ship it. You can always do a v2 later.", |
| 171 |
"Compare to your reference. If it holds up, it is done.", |
| 172 |
"When you start breaking things that were already working.", |
| 173 |
], |
| 174 |
), |
| 175 |
( |
| 176 |
"Learning synthesis from scratch", |
| 177 |
"I have been using presets forever. Want to learn to design my own sounds. Where do I start?", |
| 178 |
&[ |
| 179 |
"Start with subtractive synthesis. One oscillator, one filter, one envelope. Understand what each does.", |
| 180 |
"Syntorial. It is a paid app but it teaches synthesis by ear, not from theory.", |
| 181 |
"Pick one synth and learn it deeply. Vital or Serum are good because they visualize everything.", |
| 182 |
], |
| 183 |
), |
| 184 |
( |
| 185 |
"Vocal processing chain", |
| 186 |
"What is your typical vocal chain? EQ, compression, de-essing, etc.", |
| 187 |
&[ |
| 188 |
"Gain staging, subtractive EQ, compressor (light 2:1), de-esser, additive EQ, reverb send.", |
| 189 |
"Similar but I add a saturation plugin before the compressor. Gives warmth.", |
| 190 |
"Depends entirely on the vocal and the genre. There is no universal chain.", |
| 191 |
], |
| 192 |
), |
| 193 |
( |
| 194 |
"Budget acoustic treatment", |
| 195 |
"Can I treat a small room for under $200? What should I prioritize?", |
| 196 |
&[ |
| 197 |
"First reflections. Put absorption panels at mirror points on side walls.", |
| 198 |
"Bass traps in the corners are the highest impact single thing you can do.", |
| 199 |
"Rockwool panels in wooden frames. DIY for about $50 per panel.", |
| 200 |
"A thick rug on the floor and heavy curtains help more than people think.", |
| 201 |
], |
| 202 |
), |
| 203 |
( |
| 204 |
"Favorite reverb plugin?", |
| 205 |
"Looking for something versatile. Plates, halls, rooms, all in one.", |
| 206 |
&[ |
| 207 |
"Valhalla Room. $50, sounds amazing, low CPU.", |
| 208 |
"FabFilter Pro-R 2. The decay rate EQ is genius.", |
| 209 |
"Stock reverb in your DAW is probably fine for 90% of use cases.", |
| 210 |
], |
| 211 |
), |
| 212 |
( |
| 213 |
"How important is mastering?", |
| 214 |
"Can I just slap a limiter on the master bus and call it a day?", |
| 215 |
&[ |
| 216 |
"For demos and personal releases, yes. For commercial releases, get it mastered.", |
| 217 |
"Mastering is about perspective. A second set of ears in a treated room catches things you miss.", |
| 218 |
"iZotope Ozone is good enough for DIY mastering if you learn what each module does.", |
| 219 |
], |
| 220 |
), |
| 221 |
( |
| 222 |
"Managing multiple projects at once", |
| 223 |
"I have like 30 unfinished projects. How do you manage the backlog?", |
| 224 |
&[ |
| 225 |
"Pick three. Finish them. Delete the rest. Harsh but effective.", |
| 226 |
"I give each project a status: idea, in progress, mixing, done. Only 2 can be in progress at once.", |
| 227 |
"Set a monthly goal. One finished track per month, minimum.", |
| 228 |
], |
| 229 |
), |
| 230 |
( |
| 231 |
"Track referencing workflow", |
| 232 |
"How do you reference against commercial tracks while mixing?", |
| 233 |
&[ |
| 234 |
"Import the reference directly into the session. Level match with a LUFS meter, A/B constantly.", |
| 235 |
"I use a dedicated plugin that lets me switch between my mix and references with one click.", |
| 236 |
"Listen to the reference on the same speakers, back to back. Do not overthink the workflow.", |
| 237 |
], |
| 238 |
), |
| 239 |
( |
| 240 |
"Gain staging basics", |
| 241 |
"Keep hearing about gain staging but not sure I understand it. ELI5?", |
| 242 |
&[ |
| 243 |
"Every plugin in your chain should receive signal at a reasonable level. If you push hot into a compressor, it behaves differently than if you feed it -18dBFS.", |
| 244 |
"Basically: do not clip anything in the chain before the final limiter. Use trim/gain plugins if needed.", |
| 245 |
"Aim for peaks around -12 to -6 on each channel. Leaves headroom on the master.", |
| 246 |
], |
| 247 |
), |
| 248 |
( |
| 249 |
"Lo-fi production tips", |
| 250 |
"Want to make lo-fi hip hop style beats. What gives that characteristic sound?", |
| 251 |
&[ |
| 252 |
"Bitcrushing, vinyl noise, tape saturation, de-tuned samples, swing on the drums.", |
| 253 |
"Record stuff through a cheap mic or tape deck. Real degradation sounds better than plugins simulating it.", |
| 254 |
"Side-chain the whole mix to the kick. Slow attack, slow release. That pumping effect is key.", |
| 255 |
"Use jazz chord voicings. Maj7, min9, dom13. That is the harmonic foundation.", |
| 256 |
], |
| 257 |
), |
| 258 |
( |
| 259 |
"What's your backup strategy?", |
| 260 |
"Lost a project file last week and it hurt. How do you backup your work?", |
| 261 |
&[ |
| 262 |
"Git for project files, rsync to a NAS for samples and bounces.", |
| 263 |
"Time Machine plus a monthly clone to an external drive.", |
| 264 |
"Cloud sync. Dropbox for active projects, cold storage archive for finished work.", |
| 265 |
"Three copies: local SSD, NAS, off-site. If it does not exist in three places, it does not exist.", |
| 266 |
], |
| 267 |
), |
| 268 |
( |
| 269 |
"Distortion as a creative tool", |
| 270 |
"Using distortion for more than just guitars. What are your favorite ways to use it?", |
| 271 |
&[ |
| 272 |
"Parallel saturation on vocals. Blend in just enough to add presence without obvious distortion.", |
| 273 |
"Run a sub bass through a wavefolder. Instant aggression.", |
| 274 |
"Distort a reverb return. Shoegaze in a box.", |
| 275 |
], |
| 276 |
), |
| 277 |
( |
| 278 |
"Hardware synths worth buying in 2026?", |
| 279 |
"With plugins being so good, is there any reason to buy hardware synths?", |
| 280 |
&[ |
| 281 |
"Workflow. Playing a hardware synth is a different experience than clicking a mouse.", |
| 282 |
"The Korg Minilogue XD is still hard to beat for the price. Four voices, great effects.", |
| 283 |
"I would skip hardware unless you perform live. For studio work, plugins win on convenience.", |
| 284 |
"Elektron Digitone. FM synthesis in a box with an incredible sequencer.", |
| 285 |
], |
| 286 |
), |
| 287 |
( |
| 288 |
"How to get better at arrangement", |
| 289 |
"My loops sound great but full tracks feel flat. Any tips for arrangement?", |
| 290 |
&[ |
| 291 |
"Study arrangements of songs you like. Map them out on paper. Intro, verse, chorus, bridge. Note what enters and exits.", |
| 292 |
"Contrast. If the chorus is dense, strip back the verse. Dynamics come from what you remove.", |
| 293 |
"Energy curve. Every section should either build tension or release it. Never stay flat.", |
| 294 |
"Reference tracks. Drop one into your session and match the structure.", |
| 295 |
"Automate everything. Filter sweeps, volume rides, effect sends. Movement keeps the listener engaged.", |
| 296 |
], |
| 297 |
), |
| 298 |
( |
| 299 |
"Mixing in mono", |
| 300 |
"People say to check your mix in mono. Why? And how often should I do it?", |
| 301 |
&[ |
| 302 |
"Phase cancellation. If something disappears in mono, your stereo image has phase issues.", |
| 303 |
"I check mono every 30 minutes during a mix. Just hit the mono button, listen for 10 seconds.", |
| 304 |
"Some clubs play in mono. If your mix falls apart, half your audience hears a broken version.", |
| 305 |
], |
| 306 |
), |
| 307 |
( |
| 308 |
"Best YouTube channels for learning production?", |
| 309 |
"What channels do you actually learn from vs just watch for entertainment?", |
| 310 |
&[ |
| 311 |
"Dan Worrall. No-nonsense, deep technical knowledge, great explanations.", |
| 312 |
"You Suck at Producing. Funny but genuinely educational.", |
| 313 |
"In The Mix. Good for beginners. Covers basics thoroughly.", |
| 314 |
"Pensado's Place for mixing techniques from industry engineers.", |
| 315 |
], |
| 316 |
), |
| 317 |
( |
| 318 |
"Dealing with creative blocks", |
| 319 |
"Have not made anything in two weeks. Everything I start sounds boring. How do you push through?", |
| 320 |
&[ |
| 321 |
"Constraints. Give yourself a rule: only use three sounds, or finish in one hour. Limits breed creativity.", |
| 322 |
"Listen to music outside your genre. Completely different styles can spark unexpected ideas.", |
| 323 |
"Recreate a track you love. You will learn technique and usually branch off into something original.", |
| 324 |
"Take a break. Burnout is real. Come back when you actually want to, not when you feel you should.", |
| 325 |
], |
| 326 |
), |
| 327 |
( |
| 328 |
"Automation tips", |
| 329 |
"What do you automate most in your mixes?", |
| 330 |
&[ |
| 331 |
"Volume. Subtle 1-2dB rides on vocals and leads make a huge difference.", |
| 332 |
"Filter cutoff. Automate a low-pass sweep into the chorus for instant energy lift.", |
| 333 |
"Reverb send. More reverb in quiet sections, less in dense sections.", |
| 334 |
], |
| 335 |
), |
| 336 |
]; |
| 337 |
|