livepilot 1.25.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 (190) hide show
  1. package/CHANGELOG.md +80 -0
  2. package/README.md +9 -9
  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/atlas/tools.py +63 -12
  171. package/mcp_server/audit/checks.py +167 -6
  172. package/mcp_server/audit/state.py +88 -0
  173. package/mcp_server/audit/tools.py +6 -69
  174. package/mcp_server/composer/develop/apply.py +2 -2
  175. package/mcp_server/composer/full/apply.py +32 -6
  176. package/mcp_server/grader/__init__.py +17 -0
  177. package/mcp_server/grader/client.py +647 -0
  178. package/mcp_server/grader/iterator.py +57 -0
  179. package/mcp_server/grader/tools.py +263 -0
  180. package/mcp_server/m4l_bridge.py +5 -0
  181. package/mcp_server/runtime/execution_router.py +6 -0
  182. package/mcp_server/runtime/mcp_dispatch.py +18 -0
  183. package/mcp_server/runtime/remote_commands.py +2 -0
  184. package/mcp_server/server.py +12 -7
  185. package/mcp_server/tools/browser.py +68 -0
  186. package/package.json +20 -5
  187. package/remote_script/LivePilot/__init__.py +1 -1
  188. package/remote_script/LivePilot/server.py +63 -2
  189. package/requirements.txt +24 -3
  190. package/server.json +3 -3
@@ -0,0 +1,98 @@
1
+ id: wavetable
2
+ name: Wavetable
3
+ type: instrument
4
+ category: synth
5
+ aliases:
6
+ - "wavetable"
7
+ atlas_search_query: "Wavetable"
8
+
9
+ musical_roles:
10
+ - morphing ambient pad (position LFO)
11
+ - wobble bass (position modulation at LFO rate)
12
+ - supersaw lead (detune + position drift)
13
+ - vapor-wave pad (slow morph across bars)
14
+ - evolving texture source
15
+
16
+ strong_for:
17
+ - morphing pads (Wavetable's position parameter = source of motion)
18
+ - wobble bass (saw-adjacent tables + filter modulation)
19
+ - OPN-style dense harmonic stacking
20
+ - pad textures that need to CHANGE over long durations
21
+ - synthwave leads (reduced detune spread)
22
+
23
+ risky_for:
24
+ - traditional analog-emulation sounds (use Analog or Drift)
25
+ - FM-complex bells (use Operator or Vector FM)
26
+ - acid bass (use Analog's 303 mode)
27
+ - classic Juno pad (use Poli)
28
+
29
+ subtle_ranges:
30
+ position: [0.0, 0.15] # 0-1 of wavetable length
31
+ detune: [0, 10] # cents
32
+ lfo_rate: [0.1, 2.0] # Hz
33
+ lfo_amount: [0.0, 0.15]
34
+ moderate_ranges:
35
+ position: [0.15, 0.5]
36
+ detune: [10, 30]
37
+ lfo_rate: [0.05, 0.3] # slower for morph pads
38
+ lfo_amount: [0.15, 0.45]
39
+ aggressive_ranges:
40
+ position: [0.5, 1.0]
41
+ detune: [30, 80]
42
+ lfo_rate: [0.05, 8.0] # wobble-bass territory
43
+ lfo_amount: [0.45, 1.0]
44
+
45
+ pairings:
46
+ - device: Chorus-Ensemble
47
+ order: after
48
+ purpose: thickening pads (synthwave aesthetic)
49
+ - device: Auto Filter
50
+ order: after
51
+ purpose: wobble-bass filter modulation (dubstep)
52
+ - device: Echo
53
+ order: parallel
54
+ purpose: pad dub-tail via send
55
+ - device: Convolution Reverb
56
+ order: parallel
57
+ purpose: morph pad spatial placement
58
+
59
+ anti_pairings:
60
+ - "Operator in same chain (use one complex synth per source)"
61
+ - "Heavy saturation on morphing pad (destroys the motion nuance)"
62
+
63
+ remeasure:
64
+ - plugin_health
65
+ - track_meters
66
+ - spectral_balance
67
+ - stereo_width
68
+
69
+ dimensional_impact:
70
+ structural: low
71
+ rhythmic: low
72
+ timbral: high
73
+ spatial: moderate
74
+
75
+ appears_in_packets:
76
+ artists:
77
+ - oneohtrix-point-never
78
+ - aphex-twin
79
+ - skream-mala
80
+ genres:
81
+ - microhouse
82
+ - dubstep
83
+ - trap
84
+ - synthwave
85
+ - idm
86
+
87
+ notes: |
88
+ Wavetable's position parameter IS the device's most distinctive
89
+ feature — LFO-modulated position gives continuously-morphing
90
+ timbre that no other LivePilot synth offers. For pads, map a
91
+ slow LFO (0.1-0.3 Hz) to position + another to cutoff for
92
+ multi-axis morph.
93
+
94
+ For wobble bass, same position-modulation at LFO rate (0.5-8 Hz)
95
+ + resonant low-pass filter.
96
+
97
+ See atlas signature_techniques for "Morphing ambient pad",
98
+ "Wobble bass", "Supersaw trance lead" recipes.
@@ -0,0 +1,389 @@
1
+ # Artist Vocabularies — Producer → Tool Translation
2
+
3
+ A reference that bridges what the LLM knows about named producers (from training data)
4
+ to what LivePilot can do in Ableton. For each artist: **sonic fingerprint** (what the
5
+ sound IS), **reach for** (LivePilot devices / tools to use), **avoid** (what kills the
6
+ aesthetic), **key techniques** (specific technique names from `sample-techniques.md`,
7
+ `sound-design-deep.md`, or the atlas `signature_techniques` field).
8
+
9
+ This is NOT a recipe book. The LLM still makes every creative decision. These entries
10
+ just ensure "make it sound like X" has a concrete translation path into LivePilot's
11
+ tool surface, instead of the LLM guessing at device names.
12
+
13
+ > Cross-references: when a technique appears in quotes like `"dub_throw"`, grep
14
+ > `sample-techniques.md` or device `signature_techniques` for the full recipe.
15
+
16
+ > **v1.18+ structured packets:** each artist below also has a machine-readable
17
+ > YAML packet at `concepts/artists/<slug>.yaml`. The narrative here is the
18
+ > human-facing overview; the YAML is the source-of-truth for director
19
+ > compilation (see `livepilot-creative-director/SKILL.md` Phase 1). When
20
+ > updating an artist, update BOTH — the sync check in
21
+ > `tests/test_concept_packets.py` enforces parity. Schema:
22
+ > `concepts/_schema.md`.
23
+
24
+ ---
25
+
26
+ ## Deep Minimal / Microhouse
27
+
28
+ ### Ricardo Villalobos
29
+ **Sonic fingerprint:** Micro-sampled vocals and found sounds, off-grid percussion with
30
+ South American polyrhythms, sub-bass at 40-50 Hz, tracks that evolve across 15+ minutes
31
+ without repetition.
32
+ **Reach for:** Simpler (slice mode), Snipper, PitchLoop89, Latin Percussion pack, Drone Lab
33
+ (Harmonic Drone Generator for sub-bed), Lost and Found (found-sound palette),
34
+ Convolution Reverb. `sub_low` analyzer band for kick fundamental diagnostics.
35
+ **Avoid:** Quantized 4/4 drums, bright kicks, repetitive 8-bar loops, stock presets,
36
+ aggressive sidechain.
37
+ **Key techniques:** `"Vocal micro-chop (Akufen)"` (simpler), `"Villalobos sub-bass layer"`
38
+ (simpler), `"dub_throw"` (mixing), micro-modulation (filter + pitch at <5% depth).
39
+ **Genre affinity:** `minimal_techno`, `deep_minimal`, `microhouse`.
40
+
41
+ ### Akufen (Marc Leclair)
42
+ **Sonic fingerprint:** Micro-second vocal/radio clippings triggered percussively to form
43
+ melodic + rhythmic content simultaneously. "My Way" album is the canonical reference.
44
+ **Reach for:** Simpler (slicing mode, 1/64 length), Snipper (Building Max Devices),
45
+ PitchLoop89 on sliced material, Auto Filter on drum bus.
46
+ **Avoid:** Coherent vocal samples (longer than one syllable), pitched singing,
47
+ long-sustain material.
48
+ **Key techniques:** `"Vocal micro-chop (Akufen)"` (the NAME of this technique literally
49
+ comes from this artist), `"micro_chop"` (sample-techniques.md), `"stab_isolation"`.
50
+ **Genre affinity:** `microhouse`.
51
+
52
+ ### Isolée / Luomo
53
+ **Sonic fingerprint:** Lush, slow-evolving microhouse with melodic pads, warm filtered
54
+ bass, constant micro-variation (no 4-bar loop ever sounds identical to the last).
55
+ **Reach for:** Drift + Chorus-Ensemble for warm pads, Poli for melodic stabs,
56
+ Variations (Performance Pack) for morph-across-bars, Tree Tone for asymmetric
57
+ note cascades, Wavetable with slow position LFO.
58
+ **Avoid:** Rigid quantization, static patches, dry mixes.
59
+ **Key techniques:** `"Neo-soul Rhodes-adjacent keys"` (drift), `"Morphing ambient pad"`
60
+ (wavetable), `"reverse_layer"`, Variations-driven chord morph across 16 bars.
61
+ **Genre affinity:** `microhouse`, `deep_house`.
62
+
63
+ ---
64
+
65
+ ## Dub Techno / Dub
66
+
67
+ ### Basic Channel / Rhythm & Sound (Moritz von Oswald + Mark Ernestus)
68
+ **Sonic fingerprint:** Space IS the instrument. Chord stabs feeding long filtered delay
69
+ and reverb tails that carry the harmonic and melodic content. Kick-snare 4/4 but
70
+ swimming in cavernous space.
71
+ **Reach for:** Convolution Reverb (Farfisa Spring IR, Stocktronics RX-4000), Ping-Pong
72
+ Delay with filter on return, Auto Filter on delay send, Utility for narrow-to-mono sub,
73
+ Drift/Poli for chord stab.
74
+ **Avoid:** Dry signals, short tails, bright top-end, pre-mixed "finished" presets.
75
+ **Key techniques:** `"The dub chord"` (sound-design-deep.md — chord → filtered delay →
76
+ return-filter becomes the melody), `"Reverb as harmony"`, `"Delay throws"`,
77
+ `"Dub sub-bass"` (bass.yaml).
78
+ **Genre affinity:** `dub_techno`, `dub`, `deep_minimal`.
79
+
80
+ ### Wolfgang Voigt (Gas)
81
+ **Sonic fingerprint:** Orchestral loops (Wagner, Mahler) sampled, crushed into 4/4 kick,
82
+ blurred by heavy reverb into undifferentiated harmonic drone. Forest-deep ambient
83
+ with a pulse.
84
+ **Reach for:** Granulator III (Cloud mode, 200-500 ms grains), Harmonic Drone Generator
85
+ (Drone Lab), Convolution Reverb (cathedral IR), Auto Filter (slow LFO sweep),
86
+ Convolution Reverb at 100% wet on a send.
87
+ **Avoid:** Crisp transients, bright EQ, dry tails, anything recognizable as a sample source.
88
+ **Key techniques:** `"Grain cloud (Tim Hecker)"` (emit), `"Basinski tape degradation"`
89
+ (vector_grain), `"extreme_stretch"`, `"tail_harvest"`, `"drum_to_pad"`.
90
+ **Genre affinity:** `ambient`, `dub_techno`, `modern_classical`.
91
+
92
+ ### Shackleton
93
+ **Sonic fingerprint:** Polyrhythmic 3-over-4 percussion, Middle-Eastern / ritual
94
+ aesthetics, low-end heavy, off-kilter kick placement, vocal samples treated as
95
+ found-sound.
96
+ **Reach for:** Polyrhythm (MIDI Tools), Phase Pattern (MIDI Tools), Latin Percussion,
97
+ Voice Box (vocal samples), Convolution Reverb, Microtuner (19-TET for ritual feel).
98
+ **Avoid:** 4/4 kick grid, Western equal-temperament melody, stock drum racks.
99
+ **Key techniques:** `"Make it weird without making it wrong"` (pack-knowledge.md),
100
+ `"euclidean_slice_trigger"`, asymmetric polymeter.
101
+ **Genre affinity:** `dub_techno`, `experimental`, `techno`.
102
+
103
+ ---
104
+
105
+ ## Ambient / Drone / Modern Classical
106
+
107
+ ### William Basinski
108
+ **Sonic fingerprint:** Tape loops degrading across long durations. The DECAY of the
109
+ source IS the piece. Usually a single 2-8 second loop played for 30-60 minutes
110
+ with the tape physically eroding.
111
+ **Reach for:** Vector Grain (Inspired by Nature), Looper, Convolution Reverb (long
112
+ decay), Erosion, Dynamic Tube, Vinyl Distortion, cassette-IR Convolution.
113
+ **Avoid:** Crisp digital playback, fresh samples (use degraded/compressed source),
114
+ cuts between sections.
115
+ **Key techniques:** `"Basinski tape degradation"` (vector_grain.yaml), `"tail_harvest"`,
116
+ `"extreme_stretch"`, `"reverse_layer"`. Pair with Looper on a return for literal
117
+ tape-loop emulation.
118
+ **Genre affinity:** `ambient`, `drone`, `modern_classical`.
119
+
120
+ ### Stars of the Lid
121
+ **Sonic fingerprint:** Sustained orchestral drones, no percussion, glacial pace,
122
+ string tremolos blurred into single sustained note, 10-20 minute pieces.
123
+ **Reach for:** Sampler (multi-velocity orchestral multi-sample), Vector Grain,
124
+ Granulator III, Convolution Reverb (cathedral/warehouse), SONiVOX Orchestral
125
+ Strings (pizzicato double-bass as bed), Tension (bowed cello).
126
+ **Avoid:** Any percussion, drum samples, rhythmic elements, short sounds.
127
+ **Key techniques:** `"Orchestral multi-velocity"` (sampler), `"Bowed cello low register"`
128
+ (tension), `"Slow-motion sustain"` (vector_grain), `"spectral_freeze"`.
129
+ **Genre affinity:** `ambient`, `drone`, `modern_classical`.
130
+
131
+ ### Tim Hecker
132
+ **Sonic fingerprint:** Loud-but-fuzzy drone clouds, distorted harmonic content,
133
+ digital grain from deliberately overloaded DSP, melody hidden inside noise.
134
+ **Reach for:** Vector Grain, Granulator III (Cloud mode with pitch spread), Emit
135
+ (Inspired by Nature), Erosion, Saturator, Convolution Reverb with custom IRs,
136
+ Dynamic Tube.
137
+ **Avoid:** Clean signal chains, dry tracks, traditional mix philosophy (subtlety).
138
+ **Key techniques:** `"Grain cloud (Tim Hecker)"` (emit.yaml — this technique literally
139
+ named for this artist), `"granular_scatter"`, `"extreme_stretch"`, `"spectral_freeze"`,
140
+ harmonic saturation on every bus.
141
+ **Genre affinity:** `ambient`, `drone`, `experimental`, `idm`.
142
+
143
+ ### Jóhann Jóhannsson / Max Richter
144
+ **Sonic fingerprint:** Sustained string orchestral beds, neo-classical piano fragments,
145
+ occasional brass swells. Contemporary film-score aesthetic.
146
+ **Reach for:** Sampler (multi-velocity string libraries), Tension (bowed cello, pp),
147
+ SONiVOX Orchestral Strings, Upright Piano (Spitfire Bechstein), Convolution Reverb
148
+ (hall IR), Orchestral Brass / Woodwinds (pp only).
149
+ **Avoid:** Electronic percussion, modern production polish, compressed mix.
150
+ **Key techniques:** `"Bowed cello low register"` (tension), `"Orchestral multi-velocity"`
151
+ (sampler), `"Single sustained note pedal-down"` (Upright Piano from pack-knowledge.md).
152
+ **Genre affinity:** `modern_classical`, `cinematic`, `ambient`.
153
+
154
+ ---
155
+
156
+ ## IDM / Experimental Electronic
157
+
158
+ ### Aphex Twin (Richard D. James)
159
+ **Sonic fingerprint:** Fast shifting timbres, melodic acid lines, detailed micro-percussion,
160
+ gliding portamento leads, FM-heavy sound design, occasional brutal distortion.
161
+ **Reach for:** Operator (FM with 6+ operators if layered), Analog (303-style acid),
162
+ Simpler with MIDI auto-trigger for rapid drum variation, Erosion, Pitch Hack, Roar
163
+ for distortion, Microtuner for non-equal temperament moments.
164
+ **Avoid:** Single-textured drones, slow-evolving pads (opposite of Hecker), preset
165
+ factory drum racks.
166
+ **Key techniques:** `"Aphex ambient FM pad"` (operator — algorithm-specific), `"303 acid
167
+ bass"` (analog), `"micro_chop"`, `"DX7 bell cluster"`, portamento-heavy mono leads.
168
+ **Genre affinity:** `idm`, `electronic`, `ambient`, `acid_techno`.
169
+
170
+ ### Autechre
171
+ **Sonic fingerprint:** Abstract rhythmic programming, non-quantized micro-timing,
172
+ granular textures, generative processes where the track evolves by computation
173
+ not composition.
174
+ **Reach for:** Euclidean Rhythm generator (Sequencers pack), Phase Pattern, Slice
175
+ Shuffler, Vector FM, Vector Grain, Bouncy Notes (Inspired by Nature), Performer
176
+ (Performance Pack) for macro morphing, Microtuner (19-TET or larger).
177
+ **Avoid:** Quantized beats, equal temperament, straightforward arrangement.
178
+ **Key techniques:** `"euclidean_slice_trigger"`, `"Chaotic lock-in"` (vector_map),
179
+ `"Modulated bell cluster"` (vector_fm), asymmetric polymeter.
180
+ **Genre affinity:** `idm`, `experimental`, `electronic`.
181
+
182
+ ### Oneohtrix Point Never (Daniel Lopatin)
183
+ **Sonic fingerprint:** Synth-as-voice, dense harmonic stacking, vapor-wave tonality,
184
+ sudden tempo shifts, cinematic sample work.
185
+ **Reach for:** Wavetable (morphing pads), Meld (dual-engine layering), Emit (grain
186
+ cloud vocals), Voice Box (vocal samples), Poli (retro pad), Pitch Hack, PitchLoop89.
187
+ **Avoid:** Minimal production philosophy, subtractive thinking.
188
+ **Key techniques:** `"Morphing ambient pad"` (wavetable), `"Retro stab"` (poli),
189
+ `"Layered evolving pad"` (meld), `"vocoder"` chain with synth carrier.
190
+ **Genre affinity:** `experimental`, `ambient`, `electronic`.
191
+
192
+ ### Arca / SOPHIE
193
+ **Sonic fingerprint:** Hyper-detailed rhythmic programming, metallic percussion,
194
+ vocal pitch extremes, physical-sounding hits, impossible textures.
195
+ **Reach for:** Collision (mallet + metal percussion), Tension (plucked prepared string),
196
+ Corpus (physical modeling on non-pitched sources), Vector FM, Vocoder, Pitch Hack,
197
+ Snipper.
198
+ **Avoid:** Sampled drums, acoustic percussion realism, conservative mixing.
199
+ **Key techniques:** `"Inharmonic bell drone"` (collision), `"Metal-string drone"`
200
+ (tension), `"Noise Bow"` (corpus), extreme pitch shifts on vocals.
201
+ **Genre affinity:** `experimental`, `hyperpop`, `electronic`.
202
+
203
+ ---
204
+
205
+ ## Hip-Hop / Sampled Music
206
+
207
+ ### J Dilla
208
+ **Sonic fingerprint:** Sampled breaks and soul loops, intentionally "drunk"
209
+ off-grid drum programming, warm saturated mix, chopped chord stabs from records.
210
+ **Reach for:** Simpler (slicing mode on classic breaks — Amen, Funky Drummer,
211
+ Impeach the President), Saturator, Vinyl Distortion, Erosion, Electric Keyboards
212
+ (for Rhodes chopped from vinyl), Tape Delay simulation via Grain Delay.
213
+ **Avoid:** Quantized drums, bright mixes, modern trap-style hi-hats.
214
+ **Key techniques:** `"J Dilla micro-timed kit"` (simpler.yaml — literally named for
215
+ this artist), `"slice_and_sequence"`, `"stab_isolation"`, `"Tape-warped EP"`
216
+ (electric).
217
+ **Genre affinity:** `hip_hop`, `lo_fi`, `soul`, `downtempo`.
218
+
219
+ ### DJ Premier / RZA
220
+ **Sonic fingerprint:** Dusty chopped-soul loops, dirty kicks, snappy snares with
221
+ reverb, chord-stab-driven arrangement (the stab IS the song).
222
+ **Reach for:** Simpler (classic mode, crop tight around stab), Saturator, Erosion,
223
+ Vinyl Distortion, Convolution Reverb (plate or spring IR on snare), Golden Era
224
+ Hip-Hop Drums pack.
225
+ **Avoid:** Clean samples, modern drum samples, synth bass.
226
+ **Key techniques:** `"stab_isolation"` (sample-techniques.md), `"slice_and_sequence"`,
227
+ snare-through-Convolution-Reverb-at-100%-wet-on-send.
228
+ **Genre affinity:** `hip_hop`, `boom_bap`.
229
+
230
+ ### Madlib
231
+ **Sonic fingerprint:** Obscure-sample-flipping, dense percussion layers, dusty mix,
232
+ hip-hop-adjacent-but-weird (jazz samples, library music, world music sources).
233
+ **Reach for:** Simpler (slicing on any non-obvious source), Chop and Swing pack
234
+ (sampled-soul samples), Latin Percussion, Voice Box, Roar for saturation.
235
+ **Avoid:** Obvious sample sources (Dilla-style soul loops), clean production.
236
+ **Key techniques:** `"micro_chop"`, `"vocal_chop_rhythm"`, `"reverse_layer"`,
237
+ unusual source material + straightforward drums.
238
+ **Genre affinity:** `hip_hop`, `lo_fi`, `experimental`.
239
+
240
+ ---
241
+
242
+ ## Dubstep / Bass Music
243
+
244
+ ### Burial
245
+ **Sonic fingerprint:** Vinyl-crackle 2-step garage shuffle, ghostly pitched vocals,
246
+ low-mid bass (not extreme sub), atmospheric urban-decay aesthetic, rhythmic
247
+ imperfection.
248
+ **Reach for:** Simpler (vocal chopping), Grain Delay, Convolution Reverb (long
249
+ atmospheric tail), Vinyl Distortion, Chop and Swing pack (vinyl crackle racks),
250
+ Skitter and Step pack (garage hats), Erosion.
251
+ **Avoid:** Pristine digital, modern dubstep wobble bass, 128 BPM.
252
+ **Key techniques:** `"vocal_chop_rhythm"` (sample-techniques.md — Burial-inspired,
253
+ literally), `"granular_scatter"`, `"reverse_layer"`, vinyl-crackle-at--36dB-under-track.
254
+ **Genre affinity:** `dubstep`, `uk_garage`, `ambient`, `downtempo`.
255
+
256
+ ### Skream / Mala (DMZ-era dubstep)
257
+ **Sonic fingerprint:** Sub-bass wobbles, half-time drums (140 BPM with beat on 3),
258
+ reggae/dub influence, heavy sidechain.
259
+ **Reach for:** Wavetable (wobble bass), Drum Essentials (dubstep kits), Echo
260
+ (dub-style delay), Auto Filter synced, Saturator, Ring Modulator via Operator.
261
+ **Avoid:** Full-step beats, bright overtones, fast tempos.
262
+ **Key techniques:** `"Wobble bass"` (wavetable), `"Reese-style bass"` (bass.yaml),
263
+ `"Delay throws"`, half-time drum programming.
264
+ **Genre affinity:** `dubstep`, `bass_music`, `dub`.
265
+
266
+ ---
267
+
268
+ ## Techno / House Canon
269
+
270
+ ### Richie Hawtin (Plastikman)
271
+ **Sonic fingerprint:** Subtractive minimalism, single evolving source, percussive
272
+ percussion, dub-influenced space, long arrangements that progress by subtraction.
273
+ **Reach for:** Analog + Simpler, Convolution Reverb, Auto Filter with long LFO,
274
+ Utility for narrow-to-mono sub, Drone Lab for sustained sub-bed, Minimal techno kits.
275
+ **Avoid:** Thick layering, preset chains, reverb washes, additive arrangement thinking.
276
+ **Key techniques:** `"Hawtin subtractive pad"` (analog.yaml — literally named for
277
+ this artist), `"Micro-Modulation"` (sound-design-deep.md), `"Subtraction over
278
+ addition"` principle, single-source filter-automation as melody.
279
+ **Genre affinity:** `minimal_techno`, `deep_minimal`.
280
+
281
+ ### Robert Henke (Monolake)
282
+ **Sonic fingerprint:** Detailed granular textures, pitch-shift-delay signatures,
283
+ generative-adjacent sound design, cinematic electronic.
284
+ **Reach for:** Granulator III (Henke made this), PitchLoop89 (Henke emulated hardware
285
+ his influences used), Convolution Reverb, Ableton's core synths via elaborate
286
+ mod-matrix setups.
287
+ **Avoid:** Simple preset chains.
288
+ **Key techniques:** `"PitchLoop89 dual detune"` (from pack-knowledge.md —
289
+ canonical Henke pair with Convolution Reverb), `"Granulator III Cloud mode"`,
290
+ `"tail_harvest"`.
291
+ **Genre affinity:** `minimal_techno`, `experimental`, `ambient`.
292
+
293
+ ### Jeff Mills
294
+ **Sonic fingerprint:** Relentless percussive techno, minimal melody, sci-fi synth
295
+ stabs, unbroken 4/4 drive, layered hi-hat patterns, long arrangements.
296
+ **Reach for:** Drift (stabs), Operator (sci-fi bells), Drum Essentials 909 samples,
297
+ Phase Pattern (organic hat timing), Echo (tight delay on stabs), Saturator.
298
+ **Avoid:** Melodic harmony, breaks, restful moments.
299
+ **Key techniques:** `"Retro stab"` (poli), relentless 909 programming,
300
+ `"phase_pattern"` for hi-hat humanization.
301
+ **Genre affinity:** `techno`, `detroit_techno`.
302
+
303
+ ### Moodymann / Theo Parrish
304
+ **Sonic fingerprint:** Dusty house with live soul samples, lo-fi aesthetic, warm
305
+ bass, organic feel from sample manipulation not quantization.
306
+ **Reach for:** Simpler (classic soul chops), Electric Keyboards (Rhodes), Saturator,
307
+ Chop and Swing pack, Vinyl Distortion, Bass (Creative Extensions), Live Drums kits.
308
+ **Avoid:** Pristine digital synthesis, quantized drums, modern house production.
309
+ **Key techniques:** `"Tape-warped EP"` (electric), `"slice_and_sequence"`,
310
+ `"stab_isolation"`, vinyl-saturated drum bus.
311
+ **Genre affinity:** `deep_house`, `soulful_house`, `hip_hop`.
312
+
313
+ ### Daft Punk
314
+ **Sonic fingerprint:** Filtered disco loops, vocoder vocals, funk guitar samples,
315
+ side-chained 4/4, pitched-down vocal hooks.
316
+ **Reach for:** Vocoder, Auto Filter (band-pass sweeps), Simpler (disco loop chops),
317
+ Bass (Creative Extensions), Chorus-Ensemble, Compressor (heavy sidechain via
318
+ Envelope Follower).
319
+ **Avoid:** Non-sidechained kick/bass, clean vocals (use vocoder), long arrangements
320
+ without filter automation.
321
+ **Key techniques:** `"Classic Robot Voice"` (vocoder), `"Noise-Carried Drums"`,
322
+ band-pass-filter automation on disco samples, `"Reese-style bass"` (bass).
323
+ **Genre affinity:** `french_house`, `disco`, `nu_disco`.
324
+
325
+ ---
326
+
327
+ ## Footwork / Juke / Jungle
328
+
329
+ ### Rashad / Spinn / Traxman (footwork)
330
+ **Sonic fingerprint:** 160 BPM, vocal-chop hyper-rhythms, sparse kick programming
331
+ (unpredictable), stuttered soul/hip-hop samples, triplet feels inside 4/4.
332
+ **Reach for:** Simpler (slicing on vocal/soul samples — short chops), Slice Shuffler
333
+ (MIDI Tools), Polyrhythm at 3:2 ratios, Trap Drums 808 samples (sparse use).
334
+ **Avoid:** Quantized-on-grid drums, sustained elements, bright leads.
335
+ **Key techniques:** `"vocal_chop_rhythm"` at aggressive tempo, `"slice_shuffler"`
336
+ on 1/16 chops, `"micro_chop"`.
337
+ **Genre affinity:** `footwork`, `juke`, `drum_and_bass`.
338
+
339
+ ### Photek / Source Direct (jungle / atmospheric DnB)
340
+ **Sonic fingerprint:** Chopped amen breaks, sub-bass on long held notes, jazz/string
341
+ samples in melodic role, technical drum programming.
342
+ **Reach for:** Simpler (Amen break slicing), Bass for sub, SONiVOX Strings (pp
343
+ pizzicato as ghost layer), Convolution Reverb.
344
+ **Avoid:** Stock breakbeats, synth bass in place of sub-bass.
345
+ **Key techniques:** `"slice_and_sequence"` at 174 BPM on Amen, `"Reese bass"` (analog),
346
+ `"Villalobos sub-bass layer"` (simpler) for sub.
347
+ **Genre affinity:** `drum_and_bass`, `jungle`.
348
+
349
+ ---
350
+
351
+ ## Synthwave / 80s / Retro
352
+
353
+ ### Com Truise / Tycho
354
+ **Sonic fingerprint:** 80s analog polysynth nostalgia, gated reverb on drums,
355
+ chorus-heavy leads, warm analog bass, arpeggiated sequences.
356
+ **Reach for:** Poli (Juno-style), Analog, Drift (warm synthwave pad), Chorus-Ensemble,
357
+ Gated Delay (Creative Extensions — the gated-reverb-drum aesthetic), Arpeggiator.
358
+ **Avoid:** Modern dance production, aggressive compression, digital-only chains.
359
+ **Key techniques:** `"Juno-style detuned chord"` (poli), `"Warm synthwave pad"`
360
+ (drift), `"Supersaw trance lead"` (wavetable) at reduced spread.
361
+ **Genre affinity:** `synthwave`, `vaporwave`, `electronic`.
362
+
363
+ ### Boards of Canada
364
+ **Sonic fingerprint:** Degraded-tape analog warmth, detuned synthesizers, child-voice
365
+ samples, 70s children's TV aesthetic, slow tempos.
366
+ **Reach for:** Drift (warm detune), Simpler (degraded samples with Erosion), Tape-
367
+ Delay via Echo, Grain Delay, Vinyl Distortion, Electric Keyboards (tape-warped).
368
+ **Avoid:** Pristine samples, modern drum production, bright mixes.
369
+ **Key techniques:** `"Tape-warped EP"` (electric), `"reverse_layer"`, `"Dense grain
370
+ cloud"` (vector_grain) for vocal processing.
371
+ **Genre affinity:** `downtempo`, `lo_fi`, `electronica`.
372
+
373
+ ---
374
+
375
+ ## How to use this file
376
+
377
+ When an LLM-invoked workflow includes language like "make it sound like X" or
378
+ references a specific producer/group:
379
+
380
+ 1. Match the artist name (or closest analog) to an entry here.
381
+ 2. Read the **Sonic fingerprint** and the **Reach for** device list.
382
+ 3. Query the atlas: `atlas_search(artist_device_name)` to confirm availability.
383
+ 4. Read the named **Key techniques** — each one references either the
384
+ per-device `signature_techniques` in the atlas or a technique name from
385
+ `sample-techniques.md` / `sound-design-deep.md` for concrete steps.
386
+ 5. **Avoid** section is a negative-prior — don't fight against it.
387
+
388
+ This file is intentionally incomplete. Add artists as workflows surface them.
389
+ The structure matters more than exhaustive coverage.