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,127 @@
1
+ id: minimal_techno__hawtin
2
+ name: Richie Hawtin (Plastikman)
3
+ type: artist
4
+ aliases:
5
+ - "hawtin"
6
+ - "richie hawtin"
7
+ - "plastikman"
8
+
9
+ sonic_identity:
10
+ - subtractive minimalism
11
+ - single evolving source
12
+ - percussive percussion (no tuned percussion)
13
+ - dub-influenced space
14
+ - long arrangements that progress by subtraction
15
+
16
+ reach_for:
17
+ instruments:
18
+ - Analog
19
+ - Simpler
20
+ - Drone Lab # sustained sub-bed
21
+ effects:
22
+ - Convolution Reverb
23
+ - Auto Filter # long LFO
24
+ - Echo
25
+ packs:
26
+ - Core Library synths
27
+ - Drone Lab
28
+ - Minimal techno kits
29
+ utilities:
30
+ - Utility # narrow-to-mono sub
31
+ - EQ Eight
32
+
33
+ avoid:
34
+ - thick layering
35
+ - preset chains
36
+ - reverb washes
37
+ - additive arrangement thinking
38
+ - dense percussion
39
+
40
+ rhythm_idioms:
41
+ - rigid 4/4 kick
42
+ - single percussion element per section
43
+ - tension built through absence
44
+
45
+ harmony_idioms:
46
+ - single modal tonal center
47
+ - filter automation AS melody
48
+ - no chord changes
49
+
50
+ arrangement_idioms:
51
+ - 10-15 minute arrangements
52
+ - subtraction over addition
53
+ - elements removed over time, not added
54
+ - single source morphs for entire track
55
+
56
+ texture_idioms:
57
+ - long filter sweeps (4-16 bars)
58
+ - sustained sub-bed under everything
59
+ - tight dub-style send
60
+
61
+ sample_roles:
62
+ - drone_source
63
+ - texture_bed
64
+
65
+ key_techniques:
66
+ - name: "Hawtin subtractive pad"
67
+ source: atlas
68
+ device: Analog
69
+ notes: the technique's name literally comes from this artist
70
+ - name: "Micro-Modulation"
71
+ source: sound-design-deep.md
72
+ - name: "Subtraction over addition"
73
+ source: sound-design-deep.md
74
+ - name: single-source filter-automation as melody
75
+ source: sound-design-deep.md
76
+
77
+ evaluation_bias:
78
+ target_dimensions:
79
+ depth: 0.22
80
+ motion: 0.18
81
+ cohesion: 0.16
82
+ novelty: 0.12
83
+ contrast: 0.12
84
+ groove: 0.10
85
+ clarity: 0.10
86
+ protect:
87
+ clarity: 0.55
88
+ cohesion: 0.72
89
+ low_end: 0.78
90
+
91
+ move_family_bias:
92
+ favor:
93
+ - sound_design
94
+ - arrangement # subtractive structure
95
+ - mix
96
+ deprioritize:
97
+ - device_creation # Hawtin adds nothing — he subtracts
98
+ - performance
99
+
100
+ dimensions_in_scope:
101
+ - timbral
102
+ - structural
103
+ - spatial
104
+ dimensions_deprioritized:
105
+ - rhythmic
106
+
107
+ novelty_budget_default: 0.4
108
+
109
+ tempo_hint:
110
+ min: 128
111
+ max: 132
112
+ time_signature: "4/4"
113
+
114
+ canonical_artists: []
115
+ canonical_genres:
116
+ - minimal_techno
117
+ - deep_minimal
118
+
119
+ notes: |
120
+ Hawtin is a strict subtractive aesthetic. Plans that ADD elements
121
+ are anti-pattern — the director should bias toward plans that
122
+ REMOVE or TRANSFORM rather than add. device_creation family is
123
+ deprioritized for this packet even when the diversity rule would
124
+ normally favor it. Three plans often cluster: sound_design (single
125
+ source via Analog with deep modulation), arrangement (structural —
126
+ remove a percussion element at bar 32), mix (narrow-to-mono sub +
127
+ dub-style send).
@@ -0,0 +1,130 @@
1
+ id: microhouse__isolee_luomo
2
+ name: Isolée / Luomo
3
+ type: artist
4
+ aliases:
5
+ - "isolee"
6
+ - "isolée"
7
+ - "luomo"
8
+ - "rajko muller"
9
+ - "vladislav delay"
10
+
11
+ sonic_identity:
12
+ - lush, slow-evolving microhouse with melodic pads
13
+ - warm filtered bass
14
+ - constant micro-variation — no 4-bar loop ever sounds identical to the last
15
+ - more melodic and less chop-centric than Akufen
16
+ - deep-house adjacent
17
+
18
+ reach_for:
19
+ instruments:
20
+ - Drift
21
+ - Poli # melodic stabs
22
+ - Wavetable # slow position LFO
23
+ - Tree Tone # asymmetric note cascades
24
+ effects:
25
+ - Chorus-Ensemble # warm pads
26
+ - Variations # Performance Pack — morph across bars
27
+ - PitchLoop89
28
+ - Convolution Reverb
29
+ packs:
30
+ - Voice Box
31
+ - Mood Reel
32
+ - Performance Pack # Variations
33
+ utilities:
34
+ - Utility
35
+ - EQ Eight
36
+
37
+ avoid:
38
+ - rigid quantization
39
+ - static patches
40
+ - dry mixes
41
+ - loops that repeat identically
42
+
43
+ rhythm_idioms:
44
+ - soft 4/4 kick, off-beat hat
45
+ - shakers and hand percussion at low level
46
+ - micro-timing NOT as aggressive as Villalobos
47
+
48
+ harmony_idioms:
49
+ - warm minor 9th / sus4 pads
50
+ - melodic stabs that shift across 16-bar phrases
51
+ - vocal samples as pads when used
52
+
53
+ arrangement_idioms:
54
+ - morph across 16-32 bar phrases
55
+ - Variations-driven chord morph
56
+ - slow reveal of elements
57
+
58
+ texture_idioms:
59
+ - warm chorus / ensemble thickening
60
+ - reverb tails at moderate level (-15 to -25 dB)
61
+ - occasional vinyl crackle
62
+
63
+ sample_roles:
64
+ - melodic_chop
65
+ - texture_bed
66
+ - pad_layer
67
+
68
+ key_techniques:
69
+ - name: "Neo-soul Rhodes-adjacent keys"
70
+ source: atlas
71
+ device: Drift
72
+ - name: "Morphing ambient pad"
73
+ source: atlas
74
+ device: Wavetable
75
+ - name: "reverse_layer"
76
+ source: sample-techniques.md
77
+ - name: "Variations-driven chord morph"
78
+ source: atlas
79
+ device: Variations
80
+ notes: 16-bar morph from one voicing to another
81
+
82
+ evaluation_bias:
83
+ target_dimensions:
84
+ depth: 0.20
85
+ motion: 0.18
86
+ groove: 0.16
87
+ cohesion: 0.14
88
+ novelty: 0.12
89
+ contrast: 0.10
90
+ clarity: 0.10
91
+ protect:
92
+ clarity: 0.60
93
+ cohesion: 0.70
94
+ low_end: 0.65
95
+
96
+ move_family_bias:
97
+ favor:
98
+ - sound_design
99
+ - arrangement
100
+ - device_creation
101
+ deprioritize:
102
+ - performance
103
+
104
+ dimensions_in_scope:
105
+ - timbral
106
+ - structural
107
+ - rhythmic
108
+ - spatial
109
+ dimensions_deprioritized: []
110
+
111
+ novelty_budget_default: 0.5
112
+
113
+ tempo_hint:
114
+ min: 120
115
+ max: 126
116
+ time_signature: "4/4"
117
+
118
+ canonical_artists: []
119
+ canonical_genres:
120
+ - microhouse
121
+ - deep_house
122
+
123
+ notes: |
124
+ Isolée/Luomo asks favor pad-and-stab development over chop-driven
125
+ work. Plans often cluster: sound_design (Drift/Wavetable patch
126
+ evolution with modulation), arrangement (16-bar morph using
127
+ Variations or probability), device_creation (return chain with
128
+ Chorus-Ensemble for warmth). Can legitimately cover all four
129
+ dimensions since the idiom is less restrictive than pure microhouse
130
+ or dub-techno.
@@ -0,0 +1,133 @@
1
+ id: hip_hop__j_dilla
2
+ name: J Dilla
3
+ type: artist
4
+ aliases:
5
+ - "j dilla"
6
+ - "dilla"
7
+ - "jay dee"
8
+ - "james dewitt yancey"
9
+
10
+ sonic_identity:
11
+ - sampled breaks and soul loops
12
+ - intentionally "drunk" off-grid drum programming
13
+ - warm saturated mix
14
+ - chopped chord stabs from records
15
+ - human micro-timing as aesthetic
16
+
17
+ reach_for:
18
+ instruments:
19
+ - Simpler # slicing mode on classic breaks
20
+ - Electric Keyboards # Rhodes chopped from vinyl
21
+ - Bass
22
+ effects:
23
+ - Saturator
24
+ - Vinyl Distortion
25
+ - Erosion
26
+ - Grain Delay # tape delay simulation
27
+ packs:
28
+ - Chop and Swing
29
+ - Golden Era Hip-Hop Drums
30
+ - Electric Keyboards
31
+ - Drum Booth
32
+ utilities:
33
+ - EQ Eight
34
+
35
+ avoid:
36
+ - quantized drums
37
+ - bright mixes
38
+ - modern trap-style hi-hats
39
+ - 808 sub-bass in place of electric/sampled bass
40
+ - clean production
41
+
42
+ rhythm_idioms:
43
+ - off-grid drum programming (manual micro-timing)
44
+ - swing approximation 60-70% via individual note shifts
45
+ - no groove template — each note is placed by hand
46
+ - classic break slicing (Amen, Funky Drummer, Impeach the President)
47
+
48
+ harmony_idioms:
49
+ - chopped soul/jazz loops as harmonic content
50
+ - Rhodes/Wurly samples chopped from records
51
+ - sometimes unintentional key clashes become the sound
52
+
53
+ arrangement_idioms:
54
+ - loop-based with sample-flip variations
55
+ - 8-16 bar loop extensions via chop re-arrangement
56
+ - no traditional verse/chorus form
57
+
58
+ texture_idioms:
59
+ - vinyl crackle as perpetual subtext
60
+ - tape-warped EP tone
61
+ - saturator on drum bus
62
+ - dusty mix aesthetic
63
+
64
+ sample_roles:
65
+ - rhythmic_chop
66
+ - melodic_source
67
+ - texture_bed
68
+
69
+ key_techniques:
70
+ - name: "J Dilla micro-timed kit"
71
+ source: atlas
72
+ device: Simpler
73
+ notes: the technique's name literally comes from this artist
74
+ - name: "slice_and_sequence"
75
+ source: sample-techniques.md
76
+ - name: "stab_isolation"
77
+ source: sample-techniques.md
78
+ - name: "Tape-warped EP"
79
+ source: atlas
80
+ device: Electric Keyboards
81
+
82
+ evaluation_bias:
83
+ target_dimensions:
84
+ groove: 0.26
85
+ depth: 0.16
86
+ novelty: 0.14
87
+ motion: 0.12
88
+ contrast: 0.12
89
+ cohesion: 0.10
90
+ clarity: 0.10
91
+ protect:
92
+ clarity: 0.55
93
+ cohesion: 0.65
94
+ low_end: 0.75
95
+
96
+ move_family_bias:
97
+ favor:
98
+ - arrangement # rhythmic work dominates here
99
+ - sound_design
100
+ - device_creation
101
+ deprioritize:
102
+ - mix # dusty-not-polished — mix work is subtle
103
+ - performance
104
+
105
+ dimensions_in_scope:
106
+ - rhythmic
107
+ - timbral
108
+ - structural
109
+ dimensions_deprioritized:
110
+ - spatial # dry intimacy is the aesthetic
111
+
112
+ novelty_budget_default: 0.5
113
+
114
+ tempo_hint:
115
+ min: 85
116
+ max: 95
117
+ time_signature: "4/4"
118
+
119
+ canonical_artists: []
120
+ canonical_genres:
121
+ - hip_hop
122
+ - lo_fi
123
+ - soul
124
+ - downtempo
125
+
126
+ notes: |
127
+ Dilla is the canonical beat-focused packet: spatial dimension is
128
+ deprioritized (dry intimacy IS the aesthetic — "boom bap" is a
129
+ close-miced room, not a cathedral). Plans almost always cluster:
130
+ rhythmic (manual micro-timing on drum notes, arrangement-family
131
+ with dimension_hint="rhythmic"), timbral (Saturator + Vinyl
132
+ Distortion + Erosion chain on drum bus, sound_design),
133
+ device_creation (Electric Keyboards + Grain Delay for tape-warped EP).
@@ -0,0 +1,120 @@
1
+ id: techno__jeff_mills
2
+ name: Jeff Mills
3
+ type: artist
4
+ aliases:
5
+ - "jeff mills"
6
+ - "the wizard"
7
+
8
+ sonic_identity:
9
+ - relentless percussive techno
10
+ - minimal melody
11
+ - sci-fi synth stabs
12
+ - unbroken 4/4 drive
13
+ - layered hi-hat patterns
14
+ - long arrangements (20+ minute live sets)
15
+
16
+ reach_for:
17
+ instruments:
18
+ - Drift # stabs
19
+ - Operator # sci-fi bells
20
+ - Drum Rack # 909 samples
21
+ effects:
22
+ - Phase Pattern # organic hat timing
23
+ - Echo # tight delay on stabs
24
+ - Saturator
25
+ packs:
26
+ - Drum Essentials # 909
27
+ - Core Library
28
+ utilities:
29
+ - EQ Eight
30
+
31
+ avoid:
32
+ - melodic harmony
33
+ - breaks
34
+ - restful moments
35
+ - slow tempos
36
+ - long chord progressions
37
+
38
+ rhythm_idioms:
39
+ - relentless 909 kick-clap programming
40
+ - three or four hat layers with Phase Pattern humanization
41
+ - no break — energy sustained across entire track
42
+
43
+ harmony_idioms:
44
+ - single stab chord
45
+ - no progression — stab is a texture, not harmony
46
+ - occasional bell cluster for color
47
+
48
+ arrangement_idioms:
49
+ - long-form sustain (20+ minute live sets)
50
+ - drop elements for 32 bars, then reintroduce
51
+ - energy modulation via element swapping, not tempo change
52
+
53
+ texture_idioms:
54
+ - tight Echo on stabs
55
+ - saturated 909 samples
56
+ - no reverb washes — dry techno space
57
+
58
+ sample_roles:
59
+ - stab_source
60
+ - percussive_ghost
61
+
62
+ key_techniques:
63
+ - name: "Retro stab"
64
+ source: atlas
65
+ device: Poli
66
+ - name: relentless 909 programming
67
+ source: sample-techniques.md
68
+ - name: "phase_pattern"
69
+ source: sample-techniques.md
70
+ notes: for hi-hat humanization
71
+
72
+ evaluation_bias:
73
+ target_dimensions:
74
+ groove: 0.22
75
+ motion: 0.20
76
+ contrast: 0.14
77
+ cohesion: 0.12
78
+ novelty: 0.12
79
+ depth: 0.10
80
+ clarity: 0.10
81
+ protect:
82
+ clarity: 0.65
83
+ cohesion: 0.70
84
+ low_end: 0.75
85
+
86
+ move_family_bias:
87
+ favor:
88
+ - arrangement # the percussive programming is rhythmic dominance
89
+ - sound_design
90
+ - mix
91
+ deprioritize:
92
+ - transition
93
+ - performance
94
+
95
+ dimensions_in_scope:
96
+ - rhythmic
97
+ - timbral
98
+ - structural
99
+ dimensions_deprioritized:
100
+ - spatial # dry techno space — no send work
101
+
102
+ novelty_budget_default: 0.5
103
+
104
+ tempo_hint:
105
+ min: 130
106
+ max: 140
107
+ time_signature: "4/4"
108
+
109
+ canonical_artists: []
110
+ canonical_genres:
111
+ - techno
112
+ - detroit_techno
113
+
114
+ notes: |
115
+ Jeff Mills asks emphasize rhythmic layering and stab texture. Plans
116
+ should favor percussion programming over spatial effects. Three
117
+ plans often cluster: arrangement (rhythmic — layered 909 hats with
118
+ Phase Pattern, dimension_hint="rhythmic"), sound_design (Drift
119
+ stab patch tuning + Echo delay settings), mix (saturation + tight
120
+ EQ on drum bus).
@@ -0,0 +1,132 @@
1
+ id: modern_classical__johannsson_richter
2
+ name: Jóhann Jóhannsson / Max Richter
3
+ type: artist
4
+ aliases:
5
+ - "johannsson"
6
+ - "jóhannsson"
7
+ - "jóhann jóhannsson"
8
+ - "max richter"
9
+ - "richter"
10
+
11
+ sonic_identity:
12
+ - sustained string orchestral beds
13
+ - neo-classical piano fragments
14
+ - occasional brass swells
15
+ - contemporary film-score aesthetic
16
+
17
+ reach_for:
18
+ instruments:
19
+ - Sampler # multi-velocity string libraries
20
+ - Tension # bowed cello, pp
21
+ - Upright Piano # Spitfire Bechstein
22
+ effects:
23
+ - Convolution Reverb # hall IR
24
+ - EQ Eight
25
+ - Compressor # string bus, gentle
26
+ packs:
27
+ - SONiVOX Orchestral Strings
28
+ - Spitfire Strings/Brass
29
+ - Upright Piano
30
+ - Orchestral Mallets
31
+ - SONiVOX Orchestral Brass # pp only
32
+ - SONiVOX Orchestral Woodwinds # pp only
33
+ utilities:
34
+ - EQ Eight
35
+
36
+ avoid:
37
+ - electronic percussion
38
+ - modern production polish
39
+ - compressed mix
40
+ - bright EQ
41
+ - synthesizers (unless sparse & atmospheric)
42
+
43
+ rhythm_idioms:
44
+ - rubato (no fixed tempo) or slow 60-90 BPM
45
+ - timpani when rhythm exists at all
46
+ - no kit drums
47
+
48
+ harmony_idioms:
49
+ - major/minor tonal with occasional chromatic motion
50
+ - suspensions and resolutions as movement
51
+ - piano fragments as melodic anchor
52
+ - string bed as harmonic field
53
+
54
+ arrangement_idioms:
55
+ - A-B-A' form common
56
+ - slow piano statement, string bed enters, return deeper
57
+ - cinematic pacing (tension + release)
58
+
59
+ texture_idioms:
60
+ - natural hall acoustic
61
+ - grand piano resonance (pedal-down)
62
+ - breath and bow artifacts embraced
63
+
64
+ sample_roles:
65
+ - texture_bed
66
+ - melodic_source
67
+
68
+ key_techniques:
69
+ - name: "Bowed cello low register"
70
+ source: atlas
71
+ device: Tension
72
+ - name: "Orchestral multi-velocity"
73
+ source: atlas
74
+ device: Sampler
75
+ - name: "Single sustained note pedal-down"
76
+ source: pack-knowledge.md
77
+ device: Upright Piano
78
+
79
+ evaluation_bias:
80
+ target_dimensions:
81
+ depth: 0.22
82
+ cohesion: 0.20
83
+ motion: 0.16
84
+ contrast: 0.14
85
+ novelty: 0.10
86
+ groove: 0.08
87
+ clarity: 0.10
88
+ protect:
89
+ clarity: 0.65
90
+ cohesion: 0.78
91
+ low_end: 0.55
92
+
93
+ move_family_bias:
94
+ favor:
95
+ - sound_design
96
+ - device_creation
97
+ - arrangement # structural A-B-A' forms happen here
98
+ deprioritize:
99
+ - mix
100
+ - transition
101
+ - performance
102
+
103
+ dimensions_in_scope:
104
+ - timbral
105
+ - structural
106
+ - spatial
107
+ dimensions_deprioritized:
108
+ - rhythmic
109
+
110
+ novelty_budget_default: 0.4
111
+
112
+ tempo_hint:
113
+ min: 60
114
+ max: 90
115
+ time_signature: "4/4" # or rubato
116
+
117
+ canonical_artists: []
118
+ canonical_genres:
119
+ - modern_classical
120
+ - ambient
121
+
122
+ notes: |
123
+ Jóhannsson/Richter asks land differently from other ambient: the
124
+ arrangement (structural) dimension IS in scope, because cinematic
125
+ form has an actual A-B-A' shape. Three plans often cover timbral
126
+ (Sampler multi-velocity + Tension bowed cello), structural (piano
127
+ statement → string bed entry → deeper return), spatial (hall IR on
128
+ send).
129
+
130
+ Rhythmic is deprioritized; if the user explicitly asks for pulse
131
+ (as in Richter's "Sleep" or "Recomposed"), timpani programming via
132
+ notes/motif tools re-enters scope.