livepilot 1.26.0 → 1.26.1

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.
Files changed (181) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/README.md +1 -1
  3. package/installer/codex.js +87 -9
  4. package/livepilot/.Codex-plugin/plugin.json +8 -0
  5. package/livepilot/.claude-plugin/plugin.json +8 -0
  6. package/livepilot/.mcp.json +8 -0
  7. package/livepilot/agents/livepilot-producer/AGENT.md +314 -0
  8. package/livepilot/commands/arrange.md +47 -0
  9. package/livepilot/commands/beat.md +81 -0
  10. package/livepilot/commands/evaluate.md +49 -0
  11. package/livepilot/commands/memory.md +22 -0
  12. package/livepilot/commands/mix.md +47 -0
  13. package/livepilot/commands/perform.md +42 -0
  14. package/livepilot/commands/session.md +13 -0
  15. package/livepilot/commands/sounddesign.md +58 -0
  16. package/livepilot/rubrics/default_preset_check.md +82 -0
  17. package/livepilot/rubrics/layer_accumulation.md +79 -0
  18. package/livepilot/rubrics/layer_precision.md +79 -0
  19. package/livepilot/rubrics/modulation_presence.md +63 -0
  20. package/livepilot/rubrics/sound_design_depth.md +40 -0
  21. package/livepilot/skills/livepilot-arrangement/SKILL.md +164 -0
  22. package/livepilot/skills/livepilot-composition-engine/SKILL.md +151 -0
  23. package/livepilot/skills/livepilot-composition-engine/references/form-patterns.md +97 -0
  24. package/livepilot/skills/livepilot-composition-engine/references/transition-archetypes.md +102 -0
  25. package/livepilot/skills/livepilot-core/SKILL.md +261 -0
  26. package/livepilot/skills/livepilot-core/references/ableton-workflow-patterns.md +831 -0
  27. package/livepilot/skills/livepilot-core/references/affordances/_schema.md +160 -0
  28. package/livepilot/skills/livepilot-core/references/affordances/devices/auto-filter.yaml +133 -0
  29. package/livepilot/skills/livepilot-core/references/affordances/devices/chorus-ensemble.yaml +91 -0
  30. package/livepilot/skills/livepilot-core/references/affordances/devices/compressor.yaml +98 -0
  31. package/livepilot/skills/livepilot-core/references/affordances/devices/convolution-reverb.yaml +113 -0
  32. package/livepilot/skills/livepilot-core/references/affordances/devices/corpus.yaml +84 -0
  33. package/livepilot/skills/livepilot-core/references/affordances/devices/drift.yaml +105 -0
  34. package/livepilot/skills/livepilot-core/references/affordances/devices/echo.yaml +108 -0
  35. package/livepilot/skills/livepilot-core/references/affordances/devices/eq-eight.yaml +95 -0
  36. package/livepilot/skills/livepilot-core/references/affordances/devices/glue-compressor.yaml +88 -0
  37. package/livepilot/skills/livepilot-core/references/affordances/devices/granulator-iii.yaml +104 -0
  38. package/livepilot/skills/livepilot-core/references/affordances/devices/hybrid-reverb.yaml +83 -0
  39. package/livepilot/skills/livepilot-core/references/affordances/devices/operator.yaml +98 -0
  40. package/livepilot/skills/livepilot-core/references/affordances/devices/ping-pong-delay.yaml +104 -0
  41. package/livepilot/skills/livepilot-core/references/affordances/devices/poli.yaml +98 -0
  42. package/livepilot/skills/livepilot-core/references/affordances/devices/saturator.yaml +98 -0
  43. package/livepilot/skills/livepilot-core/references/affordances/devices/shifter.yaml +77 -0
  44. package/livepilot/skills/livepilot-core/references/affordances/devices/simpler.yaml +113 -0
  45. package/livepilot/skills/livepilot-core/references/affordances/devices/utility.yaml +95 -0
  46. package/livepilot/skills/livepilot-core/references/affordances/devices/vinyl-distortion.yaml +92 -0
  47. package/livepilot/skills/livepilot-core/references/affordances/devices/wavetable.yaml +98 -0
  48. package/livepilot/skills/livepilot-core/references/artist-vocabularies.md +389 -0
  49. package/livepilot/skills/livepilot-core/references/automation-atlas.md +272 -0
  50. package/livepilot/skills/livepilot-core/references/concepts/_schema.md +158 -0
  51. package/livepilot/skills/livepilot-core/references/concepts/artists/akufen.yaml +116 -0
  52. package/livepilot/skills/livepilot-core/references/concepts/artists/aphex-twin.yaml +133 -0
  53. package/livepilot/skills/livepilot-core/references/concepts/artists/arca-sophie.yaml +131 -0
  54. package/livepilot/skills/livepilot-core/references/concepts/artists/autechre.yaml +130 -0
  55. package/livepilot/skills/livepilot-core/references/concepts/artists/basic-channel.yaml +140 -0
  56. package/livepilot/skills/livepilot-core/references/concepts/artists/basinski.yaml +126 -0
  57. package/livepilot/skills/livepilot-core/references/concepts/artists/boards-of-canada.yaml +124 -0
  58. package/livepilot/skills/livepilot-core/references/concepts/artists/burial.yaml +127 -0
  59. package/livepilot/skills/livepilot-core/references/concepts/artists/com-truise-tycho.yaml +121 -0
  60. package/livepilot/skills/livepilot-core/references/concepts/artists/daft-punk.yaml +117 -0
  61. package/livepilot/skills/livepilot-core/references/concepts/artists/dj-premier-rza.yaml +119 -0
  62. package/livepilot/skills/livepilot-core/references/concepts/artists/gas.yaml +134 -0
  63. package/livepilot/skills/livepilot-core/references/concepts/artists/hawtin.yaml +127 -0
  64. package/livepilot/skills/livepilot-core/references/concepts/artists/isolee-luomo.yaml +130 -0
  65. package/livepilot/skills/livepilot-core/references/concepts/artists/j-dilla.yaml +133 -0
  66. package/livepilot/skills/livepilot-core/references/concepts/artists/jeff-mills.yaml +120 -0
  67. package/livepilot/skills/livepilot-core/references/concepts/artists/johannsson-richter.yaml +132 -0
  68. package/livepilot/skills/livepilot-core/references/concepts/artists/madlib.yaml +124 -0
  69. package/livepilot/skills/livepilot-core/references/concepts/artists/moodymann-theo-parrish.yaml +121 -0
  70. package/livepilot/skills/livepilot-core/references/concepts/artists/oneohtrix-point-never.yaml +126 -0
  71. package/livepilot/skills/livepilot-core/references/concepts/artists/photek-source-direct.yaml +120 -0
  72. package/livepilot/skills/livepilot-core/references/concepts/artists/rashad-spinn-traxman.yaml +122 -0
  73. package/livepilot/skills/livepilot-core/references/concepts/artists/robert-henke.yaml +113 -0
  74. package/livepilot/skills/livepilot-core/references/concepts/artists/shackleton.yaml +124 -0
  75. package/livepilot/skills/livepilot-core/references/concepts/artists/skream-mala.yaml +119 -0
  76. package/livepilot/skills/livepilot-core/references/concepts/artists/stars-of-the-lid.yaml +119 -0
  77. package/livepilot/skills/livepilot-core/references/concepts/artists/tim-hecker.yaml +122 -0
  78. package/livepilot/skills/livepilot-core/references/concepts/artists/villalobos.yaml +135 -0
  79. package/livepilot/skills/livepilot-core/references/concepts/genres/ambient.yaml +137 -0
  80. package/livepilot/skills/livepilot-core/references/concepts/genres/boom_bap.yaml +124 -0
  81. package/livepilot/skills/livepilot-core/references/concepts/genres/deep-minimal.yaml +130 -0
  82. package/livepilot/skills/livepilot-core/references/concepts/genres/deep_house.yaml +130 -0
  83. package/livepilot/skills/livepilot-core/references/concepts/genres/detroit_techno.yaml +116 -0
  84. package/livepilot/skills/livepilot-core/references/concepts/genres/disco.yaml +123 -0
  85. package/livepilot/skills/livepilot-core/references/concepts/genres/downtempo.yaml +129 -0
  86. package/livepilot/skills/livepilot-core/references/concepts/genres/drone.yaml +133 -0
  87. package/livepilot/skills/livepilot-core/references/concepts/genres/drum-and-bass.yaml +119 -0
  88. package/livepilot/skills/livepilot-core/references/concepts/genres/dub-techno.yaml +132 -0
  89. package/livepilot/skills/livepilot-core/references/concepts/genres/dub.yaml +129 -0
  90. package/livepilot/skills/livepilot-core/references/concepts/genres/dubstep.yaml +120 -0
  91. package/livepilot/skills/livepilot-core/references/concepts/genres/experimental.yaml +136 -0
  92. package/livepilot/skills/livepilot-core/references/concepts/genres/footwork.yaml +119 -0
  93. package/livepilot/skills/livepilot-core/references/concepts/genres/hip-hop.yaml +132 -0
  94. package/livepilot/skills/livepilot-core/references/concepts/genres/house.yaml +126 -0
  95. package/livepilot/skills/livepilot-core/references/concepts/genres/hyperpop.yaml +128 -0
  96. package/livepilot/skills/livepilot-core/references/concepts/genres/idm.yaml +134 -0
  97. package/livepilot/skills/livepilot-core/references/concepts/genres/lo_fi.yaml +129 -0
  98. package/livepilot/skills/livepilot-core/references/concepts/genres/microhouse.yaml +138 -0
  99. package/livepilot/skills/livepilot-core/references/concepts/genres/minimal-techno.yaml +116 -0
  100. package/livepilot/skills/livepilot-core/references/concepts/genres/modern-classical.yaml +123 -0
  101. package/livepilot/skills/livepilot-core/references/concepts/genres/soul.yaml +125 -0
  102. package/livepilot/skills/livepilot-core/references/concepts/genres/synthwave.yaml +123 -0
  103. package/livepilot/skills/livepilot-core/references/concepts/genres/techno.yaml +123 -0
  104. package/livepilot/skills/livepilot-core/references/concepts/genres/trap.yaml +120 -0
  105. package/livepilot/skills/livepilot-core/references/concepts/genres/uk-garage.yaml +121 -0
  106. package/livepilot/skills/livepilot-core/references/device-atlas/00-index.md +110 -0
  107. package/livepilot/skills/livepilot-core/references/device-atlas/distortion-and-character.md +687 -0
  108. package/livepilot/skills/livepilot-core/references/device-atlas/drums-and-percussion.md +753 -0
  109. package/livepilot/skills/livepilot-core/references/device-atlas/dynamics-and-punch.md +525 -0
  110. package/livepilot/skills/livepilot-core/references/device-atlas/eq-and-filtering.md +402 -0
  111. package/livepilot/skills/livepilot-core/references/device-atlas/midi-tools.md +963 -0
  112. package/livepilot/skills/livepilot-core/references/device-atlas/movement-and-modulation.md +874 -0
  113. package/livepilot/skills/livepilot-core/references/device-atlas/space-and-depth.md +571 -0
  114. package/livepilot/skills/livepilot-core/references/device-atlas/spectral-and-weird.md +714 -0
  115. package/livepilot/skills/livepilot-core/references/device-atlas/synths-native.md +953 -0
  116. package/livepilot/skills/livepilot-core/references/device-knowledge/00-index.md +34 -0
  117. package/livepilot/skills/livepilot-core/references/device-knowledge/automation-as-music.md +204 -0
  118. package/livepilot/skills/livepilot-core/references/device-knowledge/chains-genre.md +173 -0
  119. package/livepilot/skills/livepilot-core/references/device-knowledge/creative-thinking.md +211 -0
  120. package/livepilot/skills/livepilot-core/references/device-knowledge/effects-distortion.md +188 -0
  121. package/livepilot/skills/livepilot-core/references/device-knowledge/effects-space.md +162 -0
  122. package/livepilot/skills/livepilot-core/references/device-knowledge/effects-spectral.md +229 -0
  123. package/livepilot/skills/livepilot-core/references/device-knowledge/instruments-synths.md +243 -0
  124. package/livepilot/skills/livepilot-core/references/genre-vocabularies.md +382 -0
  125. package/livepilot/skills/livepilot-core/references/m4l-devices.md +352 -0
  126. package/livepilot/skills/livepilot-core/references/memory-guide.md +178 -0
  127. package/livepilot/skills/livepilot-core/references/midi-recipes.md +402 -0
  128. package/livepilot/skills/livepilot-core/references/mixing-patterns.md +578 -0
  129. package/livepilot/skills/livepilot-core/references/overview.md +300 -0
  130. package/livepilot/skills/livepilot-core/references/pack-knowledge.md +319 -0
  131. package/livepilot/skills/livepilot-core/references/sample-manipulation.md +724 -0
  132. package/livepilot/skills/livepilot-core/references/sound-design-deep.md +140 -0
  133. package/livepilot/skills/livepilot-core/references/sound-design.md +393 -0
  134. package/livepilot/skills/livepilot-corpus-builder/SKILL.md +379 -0
  135. package/livepilot/skills/livepilot-creative-director/SKILL.md +455 -0
  136. package/livepilot/skills/livepilot-creative-director/references/anti-repetition-rules.md +214 -0
  137. package/livepilot/skills/livepilot-creative-director/references/creative-brief-template.md +222 -0
  138. package/livepilot/skills/livepilot-creative-director/references/hybrid-compilation.md +185 -0
  139. package/livepilot/skills/livepilot-creative-director/references/move-family-diversity-rule.md +258 -0
  140. package/livepilot/skills/livepilot-creative-director/references/phase-6-execution.md +409 -0
  141. package/livepilot/skills/livepilot-creative-director/references/the-four-move-rule.md +192 -0
  142. package/livepilot/skills/livepilot-devices/SKILL.md +213 -0
  143. package/livepilot/skills/livepilot-devices/references/load_browser_item-uri-grammar.md +82 -0
  144. package/livepilot/skills/livepilot-evaluation/SKILL.md +195 -0
  145. package/livepilot/skills/livepilot-evaluation/references/capability-modes.md +176 -0
  146. package/livepilot/skills/livepilot-evaluation/references/evaluation-contracts.md +121 -0
  147. package/livepilot/skills/livepilot-evaluation/references/memory-promotion.md +110 -0
  148. package/livepilot/skills/livepilot-mix-engine/SKILL.md +136 -0
  149. package/livepilot/skills/livepilot-mix-engine/references/mix-critics.md +143 -0
  150. package/livepilot/skills/livepilot-mix-engine/references/mix-moves.md +105 -0
  151. package/livepilot/skills/livepilot-mixing/SKILL.md +157 -0
  152. package/livepilot/skills/livepilot-notes/SKILL.md +130 -0
  153. package/livepilot/skills/livepilot-performance-engine/SKILL.md +122 -0
  154. package/livepilot/skills/livepilot-performance-engine/references/performance-safety.md +98 -0
  155. package/livepilot/skills/livepilot-release/SKILL.md +151 -0
  156. package/livepilot/skills/livepilot-sample-engine/SKILL.md +117 -0
  157. package/livepilot/skills/livepilot-sample-engine/references/sample-critics.md +87 -0
  158. package/livepilot/skills/livepilot-sample-engine/references/sample-philosophy.md +51 -0
  159. package/livepilot/skills/livepilot-sample-engine/references/sample-techniques.md +131 -0
  160. package/livepilot/skills/livepilot-sound-design-engine/SKILL.md +225 -0
  161. package/livepilot/skills/livepilot-sound-design-engine/references/patch-model.md +119 -0
  162. package/livepilot/skills/livepilot-sound-design-engine/references/sound-design-critics.md +118 -0
  163. package/livepilot/skills/livepilot-wonder/SKILL.md +143 -0
  164. package/m4l_device/LivePilot_Analyzer.amxd +0 -0
  165. package/m4l_device/LivePilot_Elektron.amxd +0 -0
  166. package/m4l_device/LivePilot_Elektron.maxpat +758 -0
  167. package/m4l_device/livepilot_bridge.js +1 -1
  168. package/m4l_device/livepilot_elektron_bridge.js +82 -0
  169. package/mcp_server/__init__.py +1 -1
  170. package/mcp_server/composer/develop/apply.py +1 -1
  171. package/mcp_server/composer/full/apply.py +32 -6
  172. package/mcp_server/m4l_bridge.py +5 -0
  173. package/mcp_server/runtime/execution_router.py +6 -0
  174. package/mcp_server/runtime/mcp_dispatch.py +18 -0
  175. package/mcp_server/runtime/remote_commands.py +2 -0
  176. package/mcp_server/server.py +11 -7
  177. package/package.json +20 -5
  178. package/remote_script/LivePilot/__init__.py +1 -1
  179. package/remote_script/LivePilot/server.py +63 -2
  180. package/requirements.txt +3 -3
  181. package/server.json +3 -3
@@ -0,0 +1,188 @@
1
+ # Distortion & Saturation Effects — Deep Parameter Knowledge
2
+
3
+ Distortion is not just "making things louder and dirtier." Each distortion type adds specific harmonic content, changes the envelope, and reshapes the frequency balance. The choice of distortion algorithm is as important as the choice of synth oscillator.
4
+
5
+ ## Saturator
6
+
7
+ The most versatile distortion in Live. Six curve types, each with radically different character.
8
+
9
+ ### Curve Types
10
+
11
+ **Analog Clip:** Soft clipping that rounds peaks. Adds odd harmonics (3rd, 5th, 7th). Sounds like tape saturation at low drive, tube clipping at medium. The gentlest option.
12
+ - Sweet spot: Drive 3-8 dB for warmth on buses and masters
13
+ - On bass: 4-6 dB adds harmonic content that makes bass audible on small speakers without changing the fundamental
14
+
15
+ **Soft Sine:** Waveshaping with sine function. Creates a "folded" sound at higher drives — the waveform literally folds back on itself. At extreme settings, creates complex undertones.
16
+ - Sweet spot: Drive 8-15 dB for rich overtone generation
17
+ - On pads: 6-10 dB creates shimmering, bell-like overtones
18
+ - **SOPHIE technique:** Drive 15-25 dB on a simple sine wave creates the "hyperplastic" bubbly bass character
19
+
20
+ **Medium Curve / Hard Curve:** Progressive clipping. Medium is warm, Hard is aggressive.
21
+ - Hard Curve on drums: 10-15 dB destroys transients in a punchy way — parallel compress this for NY-style drum destruction
22
+ - Medium on vocals/pads: 5-8 dB for "expensive" analog warmth
23
+
24
+ **Sinoid Fold:** THE creative curve. At low drive it's subtle waveshaping. At high drive it creates completely new harmonics by folding the waveform multiple times. The timbre changes dramatically as you sweep the drive.
25
+ - **Key technique:** Automate the Drive parameter with an LFO for evolving, morphing distortion
26
+ - At 50-70% drive on a simple saw wave: creates complex, almost vocal-like formants
27
+ - On sub bass: 30-40% creates that SOPHIE/PC Music metallic bass sound
28
+ - Combined with the Waveshaper output: creates ring-mod-like artifacts
29
+
30
+ **Digital Clip:** Hard clipping — the most aggressive. Creates a square wave at extreme settings. All odd harmonics, harsh and digital.
31
+ - On kicks: Very short burst of Digital Clip (using envelope on Dry/Wet) creates a hard transient click
32
+ - On hats/cymbals: 5-8 dB adds digital sparkle and aggression
33
+
34
+ ### Key Parameters Beyond Drive
35
+
36
+ **Dry/Wet:** The secret weapon. At 30-50% wet, you get parallel distortion without losing the original transient and body. This is almost always better than 100% wet.
37
+
38
+ **Output:** Use this to compensate for the level increase from distortion. Match the perceived loudness before and after — this lets you judge the tonal change honestly.
39
+
40
+ **Color:** A tilt EQ that shapes the distortion. Positive values boost highs into the distortion (brighter, more aggressive). Negative values boost lows (warmer, thicker). At extreme positive values with high drive, creates screaming high-end distortion.
41
+
42
+ **Base:** Shifts the DC offset of the waveshaper. At non-zero values, it creates asymmetric distortion which adds even harmonics (2nd, 4th) — the "warm" harmonics associated with tube amps. Subtle but powerful.
43
+
44
+ **Soft Clip (Output section):** An additional gentle clipper after the main waveshaper. Enable this as a safety net when using extreme drive settings — it prevents harsh digital clipping while preserving the distortion character.
45
+
46
+ ---
47
+
48
+ ## Roar
49
+
50
+ Live 12's flagship distortion device. Three saturation stages with serial, parallel, mid/side, or multiband routing. Built-in compressor and feedback loop. Modulation section.
51
+
52
+ ### Routing Modes (The Game Changer)
53
+
54
+ **Serial:** Three stages in sequence — each distorts the output of the previous. Creates progressive distortion that builds density. Like stacking three Saturators.
55
+
56
+ **Parallel:** Three stages process the signal simultaneously — each gets the clean input. The outputs are mixed. Creates layered distortion textures without the cumulative harshness of serial.
57
+
58
+ **Mid/Side:** Stage 1 processes mid (center), Stage 2 processes side (stereo). Stage 3 is shared. This lets you distort the center and sides differently — heavy distortion on stereo elements while keeping the center clean, or vice versa.
59
+
60
+ **Multiband:** Stages 1-3 process low, mid, and high frequency bands independently. THIS is the most powerful mode. You can:
61
+ - Crush the highs with digital distortion while keeping the sub clean
62
+ - Add tube warmth to the mids while leaving highs pristine
63
+ - Create frequency-dependent distortion that responds to the spectral content
64
+
65
+ ### Stage Types (per stage)
66
+
67
+ - **Tube:** Asymmetric, warm even harmonics. The "expensive" sound.
68
+ - **Tape:** Soft compression with saturation. Smooths transients.
69
+ - **Feedback:** Self-oscillating resonance — screaming, howling at high settings
70
+ - **Dispersion:** All-pass filter network creating phase-based coloring — subtle, metallic, phaser-like
71
+ - **Bit Reduction:** Sample rate and bit depth reduction. Lo-fi, digital crunch.
72
+ - **Gate:** Noise gate shaped distortion — creates rhythmic, stuttered distortion
73
+
74
+ ### Creative Applications
75
+
76
+ **SOPHIE-style hyper-distortion (Roar multiband):**
77
+ - Mode: Multiband
78
+ - Low band: Tube at 30% (warm, controlled sub)
79
+ - Mid band: Feedback at 60% (screaming, metallic mids)
80
+ - High band: Bit Reduction at 40% (crushed, digital highs)
81
+ - Compressor: ON, fast attack, medium release (glues the destruction)
82
+ - Feedback loop: 15-25% (add chaos)
83
+ - Result: Controlled destruction where each frequency band has different character
84
+
85
+ **Subtle analog warmth (Roar serial):**
86
+ - Mode: Serial
87
+ - Stage 1: Tape at 15% (gentle compression/saturation)
88
+ - Stage 2: Tube at 10% (even harmonics)
89
+ - Stage 3: Tape at 8% (final smoothing)
90
+ - Compressor: OFF (or very gentle)
91
+ - Result: Three gentle stages compound into rich, analog-sounding warmth without any obvious distortion
92
+
93
+ ---
94
+
95
+ ## Erosion
96
+
97
+ High-frequency degradation — adds noise and artifacts to the upper spectrum. Updated in 12.4 with sine/noise blend control.
98
+
99
+ ### Key Parameters
100
+
101
+ **Frequency:** Where the noise/modulation is centered. Low values (500-2000 Hz) create a "through the wall" muffled effect. High values (4000-12000 Hz) add digital sparkle and air.
102
+
103
+ **Amount:** Intensity. 5-15% is subtle texture. 30-50% is obvious degradation. 70%+ is destructive.
104
+
105
+ **Width/Type:** Wide Noise vs Sine modulation. Noise is broad-spectrum degradation. Sine is tonal — creates a specific frequency of artifact. Blend between them (12.4) for hybrid textures.
106
+
107
+ ### Creative Applications
108
+
109
+ **Vinyl-like texture on drums:** Erosion at 8-12%, Freq around 8kHz, Wide Noise. Adds subtle high-frequency noise that mimics vinyl surface noise and old sampler character.
110
+
111
+ **Arca-style degraded texture:** Erosion at 40-60% on a pad, Freq 2-4kHz. The pad sounds like it's being transmitted through a broken radio. Combined with Grain Delay → creates alien, warped atmospheric textures.
112
+
113
+ ---
114
+
115
+ ## Redux
116
+
117
+ Bit reduction and sample rate reduction. The digital destruction device.
118
+
119
+ ### Key Parameters
120
+
121
+ **Bit Depth:** 24 → 1 bit. At 12-16 bit, subtle quantization noise. At 6-8 bit, obvious lo-fi character (Nintendo/Sega era). At 2-4 bit, extreme — only the loudest parts survive as crude waveforms. At 1 bit, pure square wave — everything becomes a buzz.
122
+
123
+ **Sample Rate:** Divides the sample rate. At 2x, slight aliasing. At 4-8x, obvious digital crunch with aliasing artifacts. At 16-32x, extreme lo-fi — sounds like a walkie-talkie or old phone.
124
+
125
+ **Downsample Mode (Classic/Soft):** Classic creates hard steps (pure digital). Soft smooths the steps (warmer digital degradation).
126
+
127
+ ### Creative Applications
128
+
129
+ **Glitch texture generator:** Redux (Bit 4, Sample 8x) → Resonators. The bitcrushed signal excites the resonators, creating pitched, metallic glitch textures.
130
+
131
+ **808 character:** Redux (Bit 12, Sample 2x) on an 808 sub bass. Adds very subtle digital grit that makes the bass audible on laptop speakers without changing the fundamental character.
132
+
133
+ ---
134
+
135
+ ## Pedal
136
+
137
+ Guitar amp pedal emulation with three modes. Simple but effective.
138
+
139
+ **OD (Overdrive):** Mild clipping, warm. Good for subtle bass warmth (Gain 20-30%).
140
+
141
+ **Distort:** Medium aggression. On drums at 30-40% gain: adds grit and punch without destroying dynamics.
142
+
143
+ **Fuzz:** Heavy, buzzy distortion. On 808 bass at 25-40% gain with Sub button ON: creates the classic trap 808 growl with harmonic overtones while preserving sub frequencies.
144
+
145
+ **Sub button:** Preserves frequencies below ~120Hz from distortion. Essential for bass processing — distort the harmonics while keeping the sub clean.
146
+
147
+ ---
148
+
149
+ ## Drum Buss
150
+
151
+ Purpose-built for drum processing. Three sections: Drive, Crunch, Boom (transient enhancer).
152
+
153
+ **Drive:** Soft clipping on the drum bus. 15-30% adds weight and glue.
154
+
155
+ **Crunch:** Three types — Soft, Medium, Hard. Applies distortion specifically to transients. Medium Crunch at 40-60% makes drums hit harder without changing the sustain.
156
+
157
+ **Boom:** Low-frequency resonance generator. Tuned to a specific frequency (30-200 Hz). Adds a tuned sub-boom to kicks. At 50-80% with Freq around 50-60 Hz, it adds devastating sub weight to any kick.
158
+
159
+ **Transients:** Controls how much the transient is enhanced. Positive values = sharper attack. Negative values = softer, rounder hits. Combined with Crunch, this is the most powerful drum shaping tool in Live.
160
+
161
+ ---
162
+
163
+ ## Vinyl Distortion
164
+
165
+ Emulates vinyl record artifacts. Two sections: Tracing Model (groove distortion) and Crackle.
166
+
167
+ **Tracing Drive:** Emulates the distortion that occurs when a stylus reads a vinyl groove. Adds warm, asymmetric harmonic content that's subtly different from digital saturation. At 20-40%, it adds the "expensive" warmth of vinyl mastering.
168
+
169
+ **Crackle:** Adds surface noise. At 5-15%, it creates the feeling of a sample played from vinyl. At 30-50%, it's obvious vinyl noise — good for lo-fi aesthetics.
170
+
171
+ **Pinch:** Creates a specific type of distortion related to record defects. At low values, subtle pitch/timing irregularities. At high values, obvious warping effects.
172
+
173
+ ### Creative Application
174
+
175
+ **Lo-fi pad processing:** Vinyl Distortion (Tracing 25%, Crackle 10%) → Auto Filter (lowpass, 6kHz) → Reverb. Instant "sampled from an old record" character.
176
+
177
+ ---
178
+
179
+ ## The 30-OTT Technique (ZW Buckley / Experimental)
180
+
181
+ From Ableton's own blog: chain 20-30 instances of Multiband Dynamics set to the OTT preset. This creates:
182
+ 1. Extreme multiband compression — micro-level dynamics become audible
183
+ 2. An all-pass filter effect from phase changes in each instance's crossover
184
+ 3. Completely unpredictable tonal transformation
185
+
186
+ Use this as a **sound design generator**, not an insert effect. Record the output and use the resulting audio as source material. Add different effects (chorus, phaser, Roar) between OTT instances for even more chaos.
187
+
188
+ This is how you create sounds that don't exist anywhere else — the stacking of dynamics processors creates emergent behavior that can't be predicted or recreated by any other method.
@@ -0,0 +1,162 @@
1
+ # Space & Time Effects — Deep Parameter Knowledge
2
+
3
+ ## Reverb
4
+
5
+ Live's algorithmic reverb. Surprisingly deep when you understand the parameter interactions.
6
+
7
+ ### Key Parameters That Most People Ignore
8
+
9
+ **ER Spin (Early Reflections Spin):** A modulation effect on the early reflections. Rate and Amount controls create subtle movement in the reverb's initial character. This is what makes the difference between a "dead" reverb and a "living" space.
10
+ - Rate 0.1-0.3 Hz, Amount 2-4: Natural room movement
11
+ - Rate 0.5-1 Hz, Amount 5-8: Dreamy, swirling early reflections
12
+ - Rate 2-5 Hz, Amount 10+: Chorus-like shimmer on the reverb itself
13
+
14
+ **Chorus (in the reverb):** Modulates the diffuse field. This is the "secret" dub techno ingredient.
15
+ - Rate 0.02-0.05 Hz, Amount 0.1-0.3: Extremely slow pitch modulation inside the reverb tail — creates the Basic Channel "underwater" quality
16
+ - Rate 0.1-0.3 Hz, Amount 0.5-1.0: More obvious modulation — dreamy, ethereal
17
+ - Key: Keep the rate VERY slow. Fast chorus in a reverb creates seasickness, not depth.
18
+
19
+ **Diffusion:** How quickly the reflections smear together.
20
+ - Low (20-40%): Distinct echoes visible in the tail — creates a "flutter" reverb, good for drums
21
+ - Medium (50-70%): Smooth but with character — the most musical range
22
+ - High (80-100%): Completely smooth, wash-like — good for pads, dangerous for drums (muddiness)
23
+
24
+ **Scale:** Shrinks or expands the "room size" without changing decay time. At 20-40%, it's a small, tight space. At 80-100%, it's a cathedral. Combined with long decay, low scale creates an impossible space — long reverb in a small room. This is physically impossible but sonically interesting.
25
+
26
+ **Freeze:** Captures the current reverb tail and holds it indefinitely. The sound becomes a drone. Automate this: Freeze ON for 2-4 bars, then OFF — creates a momentary "wall of reverb" that fades naturally.
27
+
28
+ ### Dub Techno Reverb Recipe (Return Track)
29
+
30
+ - Predelay: 10-20ms
31
+ - Input filter: LowCut ON, HighCut ON, Freq 800-1200 Hz, Width 5-6 (bandpass-like — only mids enter the reverb)
32
+ - ER Spin: Rate 0.2 Hz, Amount 3.5
33
+ - Chorus: Rate 0.02 Hz, Amount 0.15 (VERY slow)
34
+ - Decay: 4-8s
35
+ - Diffusion: 65-75%
36
+ - HiShelf: ON, Freq 4kHz, Gain 0.3-0.4 (darken the tail)
37
+ - Room Size: 80-100
38
+ - Dry/Wet: 100% (it's on a return track)
39
+
40
+ Send to this return in bursts (delay throws) for the classic dub techno wash.
41
+
42
+ ---
43
+
44
+ ## Convolution Reverb (Hybrid Reverb includes this)
45
+
46
+ Uses impulse response recordings of real spaces. The IR determines everything about the reverb character.
47
+
48
+ ### Creative IRs
49
+
50
+ The stock IRs include rooms, halls, plates, springs. But the creative use is loading **non-standard IRs**:
51
+ - Record your own: clap in a stairwell, snap near a metal object, record the result → use as IR
52
+ - Use any audio as IR: a drum break, a vocal phrase, a synth chord — the convolution imprints that audio's spectral character onto whatever passes through it
53
+ - Short IRs (0.1-0.5s) act more like EQ/filtering than reverb — they add the tonal character of the source without the spatial tail
54
+
55
+ ### Hybrid Reverb
56
+
57
+ Combines convolution (early reflections from real spaces) with algorithmic (customizable tail). Best of both worlds.
58
+ - Use convolution for realistic early reflections
59
+ - Use algorithmic tail with chorus/modulation for the evolving, musical tail
60
+ - The crossover between convolution and algorithmic is the key parameter — adjust where one takes over from the other
61
+
62
+ ---
63
+
64
+ ## Delay
65
+
66
+ Updated in 12.4 with new LFO modes. The most creative delay in Live.
67
+
68
+ ### Key Parameters
69
+
70
+ **Repitch vs Fade vs Jump modes:**
71
+ - **Repitch:** Changing delay time pitches the delayed signal (tape delay behavior). THIS is the dub techno delay. Modulate the delay time and you get pitch-warped echoes.
72
+ - **Fade:** Changing delay time crossfades between old and new time — smooth, no pitch artifacts. Better for mixing, less creative.
73
+ - **Jump:** Instant change — creates a hard rhythmic shift. Good for glitch-style delays.
74
+
75
+ **Ping Pong:** Alternates echoes left-right. Essential for stereo width. But the real trick: combine Ping Pong with slightly different L/R delay times (use L Offset / R Offset at ±2-3%) for a more natural, wide stereo delay.
76
+
77
+ **Mod Freq / Dly < Mod / Filter < Mod:** The modulation section.
78
+ - **Dly < Mod:** Modulates delay time — creates pitch wobble on echoes. At 5-15%, subtle tape-like wow. At 20-40%, obvious pitch warping — dub character. At 50%+, extreme — pitch spirals.
79
+ - **Filter < Mod:** Modulates the filter cutoff with the same LFO — echoes alternately brighten and darken. Combined with Dly < Mod, this creates echoes that are never the same twice.
80
+
81
+ **Filter Freq / Width:** Bandpass filter in the feedback loop. This shapes how each echo changes:
82
+ - Freq 500-1000 Hz, Width 4-6: Dark, telephone-like echoes that thin out over time (classic dub)
83
+ - Freq 2000-4000 Hz, Width 8+: Bright, present echoes
84
+ - Very narrow Width (1-2) at specific frequencies: Resonant, almost pitched echoes — creates melodic delays
85
+
86
+ **Feedback:** How many echoes repeat.
87
+ - 30-50%: Standard delay tail
88
+ - 60-75%: Long, evolving tail — the dub zone
89
+ - 80-90%: Near self-oscillation — echoes build up dangerously. Automate this: push to 85% for 2 beats then pull back to 50% — creates a momentary feedback spiral that resolves
90
+ - 95-100%: Self-oscillation — infinite echoes that build until they clip. Use Freeze instead for controlled infinite delay.
91
+
92
+ ---
93
+
94
+ ## Echo
95
+
96
+ Combines delay + modulation + reverb + ducking + noise in one device. More character than Delay, less precise.
97
+
98
+ ### Key Parameters
99
+
100
+ **Character section:** Adds specific analog/tape quality to the delay:
101
+ - **Noise:** Adds noise to the feedback loop — each echo gets noisier (tape hiss character)
102
+ - **Wobble:** Pitch instability in the delay — tape wow/flutter. At 10-20%, subtle vintage. At 40%+, extreme warping.
103
+ - **Repitch:** Same as Delay's repitch — pitch shifts when time changes.
104
+
105
+ **Reverb (built-in):** A small reverb INSIDE the delay. This means each echo goes through reverb before feeding back. Creates incredibly dense, washy delay tails. Turn this up for instant dub character.
106
+
107
+ **Ducking:** The delay ducks (gets quieter) when new audio comes in, then swells when the audio stops. This is automatic delay throw behavior — no need for send automation. The dry signal stays clear, and the delay fills the gaps.
108
+ - Threshold: How loud the input must be to trigger ducking
109
+ - Release: How fast the delay comes back after the input stops
110
+ - This is THE feature for adding delay to lead elements — keeps them clear while adding space in the gaps.
111
+
112
+ ---
113
+
114
+ ## Grain Delay
115
+
116
+ Not just a delay — a real-time granular processor that happens to have delay.
117
+
118
+ ### The Granular Part
119
+
120
+ **Pitch:** Transposes the delayed grains independently of delay time. Set to +12 for octave-up shimmer delays. Set to -12 for octave-down drones. Set to +7 for fifth-up harmonization.
121
+
122
+ **Spray:** Randomizes the timing of grains. At 0, grains are precise. At 10-30ms, they're slightly scattered (organic). At 50-100ms, they're chaotic — creates a granular cloud rather than distinct echoes.
123
+
124
+ **Frequency:** The grain size. Small grains (high frequency) = detailed, glitchy texture. Large grains (low frequency) = smooth, flowing. Automate this for evolving texture.
125
+
126
+ ### Creative Applications
127
+
128
+ **Shimmer reverb (Grain Delay on return):**
129
+ - Delay Time: 30-60ms (very short, almost reverb-like)
130
+ - Pitch: +12 (octave up)
131
+ - Feedback: 65-80% (builds up octave harmonics)
132
+ - Spray: 15-30ms (softens the repetitions)
133
+ - Random Pitch: 5-10% (adds slight detuning to each grain — shimmering)
134
+ - Filter: Lowpass around 6kHz (tames harshness from octave stacking)
135
+ - Result: Each echo is an octave higher than the last — builds a shimmering harmonic tower
136
+
137
+ **Alien texture generator (from Ableton blog):**
138
+ - Pitch: +5 or -7 (non-octave intervals create dissonance)
139
+ - Spray: 80-150ms (chaotic timing)
140
+ - Feedback: 70-85%
141
+ - Random Pitch: 20-40%
142
+ - Input: Any percussive source
143
+ - Result: A cloud of pitched, scattered, feeding-back grains that creates an organic, alien texture from simple source material
144
+
145
+ ---
146
+
147
+ ## Creative Delay Chains
148
+
149
+ ### The Dub Space (Return Track)
150
+ 1. Delay (Repitch mode, Ping Pong, 3/16 time, Feedback 65%, Filter 800Hz/Width 5, Mod 0.2Hz/Dly<Mod 12%/Filter<Mod 20%)
151
+ 2. Reverb (Decay 4s, Diffusion 70%, Chorus 0.02Hz/0.15, ER Spin 0.2Hz/3.5)
152
+ 3. EQ Eight (HP at 200Hz, gentle -2dB shelf above 6kHz)
153
+
154
+ ### The Shimmer Space (Return Track)
155
+ 1. Grain Delay (Pitch +12, Time 45ms, Feedback 72%, Spray 20ms)
156
+ 2. Reverb (Decay 6s, Diffusion 85%, Freeze OFF)
157
+ 3. Auto Filter (Lowpass 5kHz, gentle slope — tames the octave buildup)
158
+
159
+ ### The Chaos Delay (for WTF moments)
160
+ 1. Echo (Time 3/16, Feedback 80%, Wobble 30%, Reverb 40%, Noise 15%)
161
+ 2. Frequency Shifter (Ring mode, Freq 0.5-2 Hz — very slow shifting)
162
+ 3. Use as a send — brief bursts only (1-2 beats), then pull the send back to zero
@@ -0,0 +1,229 @@
1
+ # Spectral & Experimental Effects — Deep Parameter Knowledge
2
+
3
+ These are Live's most unique devices — they operate in the frequency domain rather than the time domain. They don't just process sound — they transform it into something fundamentally different.
4
+
5
+ ## Spectral Resonator
6
+
7
+ Turns any input into a pitched, resonant instrument. The input excites a bank of tuned resonators — like hitting a piano with a drum stick.
8
+
9
+ ### Core Concept
10
+
11
+ Feed ANY sound (drums, noise, speech) into Spectral Resonator and it becomes pitched and tonal. The input's dynamics and rhythm are preserved, but the frequencies are replaced by the resonator's tuning.
12
+
13
+ ### Key Parameters
14
+
15
+ **Frequency / MIDI Input:** The fundamental pitch of the resonators. Can be controlled by MIDI — play notes and the resonators retune in real-time. THIS is the key creative feature: drum loops become melodic patterns.
16
+
17
+ **Decay:** How long the resonators ring. Short (10-50ms) = percussive, plucky. Medium (100-500ms) = piano/mallet-like. Long (1-5s) = pad/drone-like.
18
+
19
+ **Partials:** How many resonant frequencies are generated.
20
+ - 1-4: Simple, clear tones
21
+ - 8-16: Complex, bell-like harmonics
22
+ - 32-64: Dense, almost reverb-like harmonic clouds
23
+
24
+ **Stretch:** Shifts the spacing of the partials.
25
+ - 100% = natural harmonic series
26
+ - Below 100% = compressed harmonics (metallic, inharmonic — bell/gamelan character)
27
+ - Above 100% = stretched harmonics (bright, airy)
28
+ - 50% = octaves only (hollow, organ-like)
29
+ - 200% = extreme stretch (very bright, almost white noise-like)
30
+
31
+ **Fine Shift:** Detunes all partials together. Even small amounts (1-5%) add chorusing and width. Large amounts (10-30%) create obvious detuning — dissonant, experimental.
32
+
33
+ ### Creative Applications
34
+
35
+ **Turn drums into a melodic instrument:**
36
+ 1. Route a drum loop into Spectral Resonator
37
+ 2. Set to MIDI input
38
+ 3. Play a chord — the drums now play that chord, with the rhythm of the original drums
39
+ 4. Adjust Decay: short for rhythmic melodic percussion, long for pad-like drones
40
+ 5. Post-process: Reverb → subtle distortion
41
+
42
+ **Vocal formants on synths:**
43
+ 1. Route a synth pad into Spectral Resonator
44
+ 2. Set Stretch to 80-90% and Decay to 200-400ms
45
+ 3. Adjust Partials to 8-12
46
+ 4. Modulate Frequency with a slow LFO — creates formant-shifting, vowel-like sounds
47
+ 5. This is a simplified version of what SOPHIE did with vocal processing
48
+
49
+ **Metallic texture from noise:**
50
+ 1. White noise → Spectral Resonator
51
+ 2. Stretch: 40-60% (highly inharmonic — metallic)
52
+ 3. Partials: 16-32
53
+ 4. Decay: 50-150ms (percussive metallic hits)
54
+ 5. MIDI-controlled pitch — play metallic melodies from pure noise
55
+
56
+ ---
57
+
58
+ ## Spectral Time
59
+
60
+ Two effects in one: spectral delay (different delay times per frequency band) and spectral freeze.
61
+
62
+ ### Spectral Delay Mode
63
+
64
+ Each frequency bin gets its own delay time. This means the lows can be delayed differently from the highs, creating impossible spectral smearing.
65
+
66
+ **Delay Time / Tilt / Spray:**
67
+ - **Time:** Overall delay
68
+ - **Tilt:** Positive = highs delayed more than lows (creates rising spectral sweep). Negative = lows delayed more (creates falling sweep).
69
+ - **Spray:** Randomizes the per-bin delay times — creates a spectral scatter that's unlike any normal delay
70
+
71
+ **Feedback:** Creates spectral echo buildup. At high values with Tilt, the feedback builds up in specific frequency regions — creates evolving, shifting spectral clouds.
72
+
73
+ ### Freeze Mode
74
+
75
+ Captures a spectral snapshot and holds it — but unlike Reverb Freeze, you can manipulate the frozen spectrum:
76
+ - **Resolution:** How many spectral bins are captured — more = higher fidelity
77
+ - **Fade In/Out:** How the freeze crossfades
78
+ - Automate Freeze on/off in rhythm — capture → hold → release → capture new content
79
+
80
+ ### Creative Applications
81
+
82
+ **Arca-style spectral wash:**
83
+ 1. Spectral Time in Delay mode on a pad or vocal
84
+ 2. Tilt: 40-60% (highs smear, lows stay tight)
85
+ 3. Spray: 30-50% (randomize the smearing)
86
+ 4. Feedback: 50-70% (build up the spectral wash)
87
+ 5. Result: The sound dissolves into a spectral cloud while maintaining rhythmic energy in the lows
88
+
89
+ **Rhythmic spectral freeze:**
90
+ 1. Spectral Time in Freeze mode on a drum loop
91
+ 2. Automate Freeze: ON for 1 bar, OFF for 1 bar
92
+ 3. While frozen, the captured spectrum sustains — creates a drone from drum content
93
+ 4. When released, the live drums return
94
+ 5. Alternating between frozen and live creates hypnotic section contrast
95
+
96
+ ---
97
+
98
+ ## Spectral Blur
99
+
100
+ Creates reverb-like effects from spectral blurring. A user-defined frequency range is smeared into a dense cloud.
101
+
102
+ ### Key Parameters
103
+
104
+ **Freq Range (Start / End):** Which frequencies get blurred. This is the key creative control:
105
+ - Full range (20Hz-20kHz): Everything blurs — wall of sound
106
+ - Narrow band (e.g., 200-800Hz): Only the mids blur — creates a focused tonal cloud while leaving bass and highs clear
107
+ - High only (4kHz-20kHz): Shimmer effect — highs smear into a bright haze while lows and mids stay tight
108
+
109
+ **Halo:** Length of the blur grains. Short (10-50ms) = subtle smearing, almost like a room reverb. Long (200-500ms+) = extreme, drone-like blur.
110
+
111
+ **Residual:** Level of the unblurred signal mixed back in. At 0%, only the blur is heard. At 50%, half blur / half original. At 100%, full original with blur layered on top.
112
+
113
+ **Freeze:** Same concept as Spectral Time — captures and holds the blurred spectrum.
114
+
115
+ ### Creative Applications
116
+
117
+ **Selective frequency smearing:**
118
+ 1. Spectral Blur on a busy mix element
119
+ 2. Range: 800Hz - 3kHz (only mid frequencies)
120
+ 3. Halo: 150-300ms
121
+ 4. Residual: 60-80% (mostly original, with mid-frequency blur)
122
+ 5. Result: The mids develop a "halo" while bass and highs stay precise — creates depth without muddiness
123
+
124
+ **Frozen harmonic drone:**
125
+ 1. Spectral Blur on any input (even a single hit)
126
+ 2. Full frequency range
127
+ 3. Halo: 500ms+
128
+ 4. Freeze ON after a resonant hit
129
+ 5. Result: A sustained drone built from the spectral content of one moment
130
+
131
+ ---
132
+
133
+ ## Resonators
134
+
135
+ Five tuned resonators excited by the input signal. Creates pitched, metallic, or tonal resonance from any source.
136
+
137
+ ### Key Parameters
138
+
139
+ **Note / Fine:** Tuning of each resonator. Key insight: tune them to a chord:
140
+ - Resonator I: Root (C3)
141
+ - Resonator II: Third (E3)
142
+ - Resonator III: Fifth (G3)
143
+ - Resonator IV: Octave (C4)
144
+ - Resonator V: Minor seventh (Bb3)
145
+ - Now ANY input (drums, noise, speech) becomes harmonized in that chord
146
+
147
+ **Decay:** How long each resonator rings. Short = percussive. Long = sustaining drone.
148
+
149
+ **Color:** Brightness of the resonance. Low = dark, warm. High = bright, metallic.
150
+
151
+ **Filter (Input):** Filters what frequencies excite the resonators:
152
+ - Lowpass: Only bass/mid content triggers resonance — warm, round
153
+ - Highpass: Only high content triggers resonance — bright, metallic
154
+ - Bandpass: Specific frequency range — focused, precise excitation
155
+
156
+ ### Creative Applications
157
+
158
+ **Auto Shift + Resonators (from Ableton 12.1 tutorial):**
159
+ 1. Audio input → Auto Shift (pitch tracking + correction)
160
+ 2. Auto Shift MIDI output → Resonators (controls tuning)
161
+ 3. Result: The resonators retune in real-time to match the pitch of the incoming audio — creates a harmonized, resonant shadow of whatever passes through
162
+
163
+ **Drum-to-melody conversion:**
164
+ 1. Drum loop → Resonators (tuned to a chord)
165
+ 2. Short decay (20-50ms) so resonance is percussive
166
+ 3. Color high (70-80%) for metallic character
167
+ 4. Mix with original drums for pitched percussion overlay
168
+ 5. Automate Note parameter to change the chord every 8 bars — drums play different harmonies
169
+
170
+ ---
171
+
172
+ ## Corpus
173
+
174
+ Physical modeling resonator — simulates the vibration of physical objects: tubes, plates, membranes, strings.
175
+
176
+ ### Types
177
+
178
+ **Beam / Marimba / String / Membrane / Plate / Tube / Pipe**
179
+
180
+ Each type has different resonant behavior:
181
+ - **Beam/Marimba:** Bright, percussive. Good for turning any hit into a mallet instrument.
182
+ - **String:** Sustained, warm. Creates bowed or plucked string-like resonance.
183
+ - **Membrane:** Drum-head resonance. Adds body and tone to drum sounds.
184
+ - **Plate:** Bright, dense, long decay. Creates plate-reverb-like effects.
185
+ - **Tube/Pipe:** Hollow, wind-instrument-like. Adds breathy, airy character.
186
+
187
+ ### Key Parameters
188
+
189
+ **Tune / Fine:** Pitch of the resonator. Crucial: the resonance only works musically when tuned to match the song's key.
190
+
191
+ **Decay:** How long it rings. Combined with the type, this determines if the sound is percussive or sustained.
192
+
193
+ **Brightness:** High-frequency content of the resonance.
194
+
195
+ **Ratio:** Changes the ratio of the partials — makes the resonance more or less metallic.
196
+
197
+ ### Creative Application
198
+
199
+ **Physical body for electronic sounds:**
200
+ 1. Dry synth stab → Corpus (Plate type)
201
+ 2. Tune to match the synth's pitch
202
+ 3. Decay 200-500ms
203
+ 4. Dry/Wet 30-40%
204
+ 5. Result: The synth stab gains a physical, wooden/metallic body — it sounds like it exists in a physical space. This is the difference between "electronic sound" and "electronic sound played through a physical object."
205
+
206
+ ---
207
+
208
+ ## Vocoder
209
+
210
+ Imposes the spectral shape of one signal (modulator — usually voice) onto another (carrier — usually synth).
211
+
212
+ ### Creative Uses Beyond Vocals
213
+
214
+ **Drum-shaped synths:**
215
+ 1. Carrier: Sustained pad or synth chord
216
+ 2. Modulator: Drum loop
217
+ 3. The synth's timbre is shaped by the drum's dynamics — it "speaks" the rhythm of the drums while maintaining the pitch of the synth
218
+
219
+ **Noise-to-speech:**
220
+ 1. Carrier: White noise
221
+ 2. Modulator: Spoken word / vocal
222
+ 3. Bands: 16-40 for intelligibility
223
+ 4. The noise "speaks" with the vocal's spectral shape — creates whispered, ghost-like speech
224
+
225
+ **Cross-synthesis between any two signals:**
226
+ 1. Carrier: Signal A (e.g., a pad)
227
+ 2. Modulator: Signal B (e.g., a different pad or a recording)
228
+ 3. Creates a hybrid that has Signal A's pitch but Signal B's spectral character
229
+ 4. This is the foundation of spectral morphing between sounds