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,124 @@
1
+ id: hip_hop__madlib
2
+ name: Madlib
3
+ type: artist
4
+ aliases:
5
+ - "madlib"
6
+ - "otis jackson jr"
7
+
8
+ sonic_identity:
9
+ - obscure sample flipping
10
+ - dense percussion layers
11
+ - dusty mix
12
+ - hip-hop-adjacent-but-weird — jazz samples, library music, world music sources
13
+ - cosmic stoner aesthetic
14
+
15
+ reach_for:
16
+ instruments:
17
+ - Simpler # slicing on any non-obvious source
18
+ - Voice Box
19
+ - Electric Keyboards
20
+ effects:
21
+ - Roar # saturation
22
+ - Saturator
23
+ - Erosion
24
+ - Vinyl Distortion
25
+ packs:
26
+ - Chop and Swing
27
+ - Latin Percussion
28
+ - Voice Box
29
+ - Drum Booth
30
+ utilities:
31
+ - EQ Eight
32
+
33
+ avoid:
34
+ - obvious sample sources (Dilla-style soul loops)
35
+ - clean production
36
+ - modern trap aesthetics
37
+ - preset drum kits
38
+
39
+ rhythm_idioms:
40
+ - straightforward drums + unusual source material
41
+ - micro-chopped samples as rhythmic accent
42
+ - Latin percussion layered with boom-bap kit
43
+
44
+ harmony_idioms:
45
+ - jazz-sample harmonic content
46
+ - library-music chord fragments
47
+ - world-music modal lines
48
+
49
+ arrangement_idioms:
50
+ - 2-4 bar loop with sample-flip moments
51
+ - vocal interjections
52
+ - 1-2 minute tracks (Madvillainy-era) or longer beat-tapes
53
+
54
+ texture_idioms:
55
+ - heavy saturation across the mix
56
+ - vinyl crackle
57
+ - field-recording subtext
58
+
59
+ sample_roles:
60
+ - melodic_source
61
+ - rhythmic_chop
62
+ - vocal_accent
63
+
64
+ key_techniques:
65
+ - name: "micro_chop"
66
+ source: sample-techniques.md
67
+ - name: "vocal_chop_rhythm"
68
+ source: sample-techniques.md
69
+ - name: "reverse_layer"
70
+ source: sample-techniques.md
71
+ - name: unusual source material + straightforward drums
72
+ source: sample-techniques.md
73
+
74
+ evaluation_bias:
75
+ target_dimensions:
76
+ novelty: 0.20
77
+ groove: 0.18
78
+ depth: 0.14
79
+ contrast: 0.14
80
+ motion: 0.12
81
+ cohesion: 0.12
82
+ clarity: 0.10
83
+ protect:
84
+ clarity: 0.55
85
+ cohesion: 0.60
86
+ low_end: 0.70
87
+
88
+ move_family_bias:
89
+ favor:
90
+ - sound_design
91
+ - arrangement
92
+ - device_creation
93
+ deprioritize:
94
+ - mix
95
+ - performance
96
+
97
+ dimensions_in_scope:
98
+ - rhythmic
99
+ - timbral
100
+ - structural
101
+ dimensions_deprioritized:
102
+ - spatial
103
+
104
+ novelty_budget_default: 0.6
105
+
106
+ tempo_hint:
107
+ min: 80
108
+ max: 100
109
+ time_signature: "4/4"
110
+
111
+ canonical_artists: []
112
+ canonical_genres:
113
+ - hip_hop
114
+ - lo_fi
115
+ - experimental
116
+
117
+ notes: |
118
+ Madlib differs from Dilla and Premier by source selection: the
119
+ sample source IS the creative move. Plans often involve loading
120
+ obscure source material via sample_engine and building a Simpler
121
+ chop from it. Three plans typically: sound_design (Simpler slicing
122
+ with unusual source), arrangement (rhythmic — Latin Percussion
123
+ layer under boom-bap, dimension_hint="rhythmic"), device_creation
124
+ (Roar + Erosion saturation chain).
@@ -0,0 +1,121 @@
1
+ id: deep_house__moodymann_theo_parrish
2
+ name: Moodymann / Theo Parrish
3
+ type: artist
4
+ aliases:
5
+ - "moodymann"
6
+ - "theo parrish"
7
+ - "kenny dixon jr"
8
+
9
+ sonic_identity:
10
+ - dusty house with live soul samples
11
+ - lo-fi aesthetic
12
+ - warm bass
13
+ - organic feel from sample manipulation not quantization
14
+ - Detroit deep-house lineage
15
+
16
+ reach_for:
17
+ instruments:
18
+ - Simpler # classic soul chops
19
+ - Electric Keyboards # Rhodes
20
+ - Bass # Creative Extensions
21
+ effects:
22
+ - Saturator
23
+ - Vinyl Distortion
24
+ packs:
25
+ - Chop and Swing
26
+ - Electric Keyboards
27
+ - Core Library
28
+ - Live Drums
29
+ utilities:
30
+ - EQ Eight
31
+
32
+ avoid:
33
+ - pristine digital synthesis
34
+ - quantized drums
35
+ - modern house production
36
+ - clean EQ
37
+
38
+ rhythm_idioms:
39
+ - house 4/4 with soul-sample-derived swing
40
+ - claps/snares from live drum kits
41
+ - open hat on off-beat
42
+
43
+ harmony_idioms:
44
+ - soul chord samples (7th, 9th voicings)
45
+ - Rhodes chords via Electric Keyboards
46
+ - chopped vocal samples as hook
47
+
48
+ arrangement_idioms:
49
+ - extended house-track form (7-9 minutes)
50
+ - long intro, drop at bar 32
51
+ - vocal/sample flips across sections
52
+
53
+ texture_idioms:
54
+ - vinyl-saturated drum bus
55
+ - Rhodes warmth
56
+ - analog-tape aesthetic
57
+
58
+ sample_roles:
59
+ - melodic_source
60
+ - rhythmic_chop
61
+ - vocal_accent
62
+
63
+ key_techniques:
64
+ - name: "Tape-warped EP"
65
+ source: atlas
66
+ device: Electric Keyboards
67
+ - name: "slice_and_sequence"
68
+ source: sample-techniques.md
69
+ - name: "stab_isolation"
70
+ source: sample-techniques.md
71
+ - name: vinyl-saturated drum bus
72
+ source: sample-techniques.md
73
+
74
+ evaluation_bias:
75
+ target_dimensions:
76
+ groove: 0.24
77
+ depth: 0.16
78
+ cohesion: 0.14
79
+ motion: 0.12
80
+ contrast: 0.12
81
+ novelty: 0.12
82
+ clarity: 0.10
83
+ protect:
84
+ clarity: 0.60
85
+ cohesion: 0.70
86
+ low_end: 0.72
87
+
88
+ move_family_bias:
89
+ favor:
90
+ - sound_design
91
+ - arrangement
92
+ - device_creation
93
+ deprioritize:
94
+ - performance
95
+
96
+ dimensions_in_scope:
97
+ - rhythmic
98
+ - timbral
99
+ - structural
100
+ - spatial
101
+ dimensions_deprioritized: []
102
+
103
+ novelty_budget_default: 0.5
104
+
105
+ tempo_hint:
106
+ min: 120
107
+ max: 124
108
+ time_signature: "4/4"
109
+
110
+ canonical_artists: []
111
+ canonical_genres:
112
+ - deep_house
113
+ - hip_hop
114
+
115
+ notes: |
116
+ Moodymann/Theo asks occupy the boundary between house and hip-hop:
117
+ the drums are more swung than house typically, and the chord
118
+ content is soul-sampled rather than synthesized. Plans often
119
+ include Rhodes/EP work via Electric Keyboards, saturated drum-bus
120
+ treatment, and structural arrangement-family moves for the
121
+ extended-track form.
@@ -0,0 +1,126 @@
1
+ id: experimental__oneohtrix_point_never
2
+ name: Oneohtrix Point Never (Daniel Lopatin)
3
+ type: artist
4
+ aliases:
5
+ - "oneohtrix point never"
6
+ - "opn"
7
+ - "daniel lopatin"
8
+
9
+ sonic_identity:
10
+ - synth-as-voice (synthesizers singing)
11
+ - dense harmonic stacking
12
+ - vapor-wave tonality
13
+ - sudden tempo shifts
14
+ - cinematic sample work
15
+
16
+ reach_for:
17
+ instruments:
18
+ - Wavetable # morphing pads
19
+ - Meld # dual-engine layering
20
+ - Emit # grain cloud vocals
21
+ - Poli # retro pad
22
+ effects:
23
+ - Voice Box # vocal samples
24
+ - Pitch Hack
25
+ - PitchLoop89
26
+ - Vocoder
27
+ packs:
28
+ - Voice Box
29
+ - Inspired by Nature
30
+ - Performance Pack
31
+ utilities:
32
+ - EQ Eight
33
+
34
+ avoid:
35
+ - minimal production philosophy
36
+ - subtractive thinking
37
+ - dry mixes
38
+ - conservative harmonic stacking
39
+
40
+ rhythm_idioms:
41
+ - rhythmic sections alternate with ambient
42
+ - sudden tempo changes
43
+ - vocal stutters as rhythmic accent
44
+
45
+ harmony_idioms:
46
+ - dense vertical harmonic stacks
47
+ - vapor-wave chord progressions (suspended, unresolved)
48
+ - pitch-shifted vocal choirs
49
+
50
+ arrangement_idioms:
51
+ - cinematic pacing with abrupt cuts
52
+ - long ambient passages between rhythmic sections
53
+ - sudden dynamic shifts
54
+
55
+ texture_idioms:
56
+ - synthesized vocal fragments
57
+ - grain-cloud vocals
58
+ - retro-futurist synth textures
59
+
60
+ sample_roles:
61
+ - vocal_source
62
+ - pad_layer
63
+ - texture_bed
64
+
65
+ key_techniques:
66
+ - name: "Morphing ambient pad"
67
+ source: atlas
68
+ device: Wavetable
69
+ - name: "Retro stab"
70
+ source: atlas
71
+ device: Poli
72
+ - name: "Layered evolving pad"
73
+ source: atlas
74
+ device: Meld
75
+ - name: "vocoder"
76
+ source: atlas
77
+ device: Vocoder
78
+ notes: chain with synth carrier
79
+
80
+ evaluation_bias:
81
+ target_dimensions:
82
+ novelty: 0.20
83
+ depth: 0.16
84
+ motion: 0.14
85
+ contrast: 0.14
86
+ cohesion: 0.12
87
+ groove: 0.12
88
+ clarity: 0.12
89
+ protect:
90
+ clarity: 0.60
91
+ cohesion: 0.60
92
+ low_end: 0.60
93
+
94
+ move_family_bias:
95
+ favor:
96
+ - sound_design
97
+ - device_creation
98
+ - arrangement
99
+ deprioritize:
100
+ - performance
101
+
102
+ dimensions_in_scope:
103
+ - rhythmic
104
+ - timbral
105
+ - structural
106
+ - spatial
107
+ dimensions_deprioritized: []
108
+
109
+ novelty_budget_default: 0.65
110
+
111
+ tempo_hint:
112
+ min: 80
113
+ max: 140
114
+ time_signature: "4/4"
115
+
116
+ canonical_artists: []
117
+ canonical_genres:
118
+ - experimental
119
+ - ambient
120
+
121
+ notes: |
122
+ OPN asks are genuinely full-dimensional — the aesthetic blends
123
+ ambient, rhythmic, harmonic, and structural work. Plans typically
124
+ use Meld for layered pads, Emit for grain-cloud vocals, and Poli
125
+ for retro-stab moments. Sudden arrangement-level contrast plans
126
+ are especially idiomatic here.
@@ -0,0 +1,120 @@
1
+ id: drum_and_bass__photek_source_direct
2
+ name: Photek / Source Direct (jungle / atmospheric DnB)
3
+ type: artist
4
+ aliases:
5
+ - "photek"
6
+ - "source direct"
7
+ - "rupert parkes"
8
+ - "atmospheric dnb"
9
+ - "intelligent jungle"
10
+
11
+ sonic_identity:
12
+ - chopped Amen breaks
13
+ - sub-bass on long held notes (not rapid modulation)
14
+ - jazz / string samples in melodic role
15
+ - technical drum programming
16
+ - atmospheric reverb tails
17
+
18
+ reach_for:
19
+ instruments:
20
+ - Simpler # Amen break slicing
21
+ - Bass # sub
22
+ - SONiVOX Strings # pp pizzicato as ghost layer
23
+ effects:
24
+ - Convolution Reverb
25
+ - Saturator
26
+ packs:
27
+ - Drum Essentials # breakbeats
28
+ - SONiVOX Orchestral Strings
29
+ utilities:
30
+ - EQ Eight
31
+
32
+ avoid:
33
+ - stock breakbeats (Amen must be chopped and rearranged)
34
+ - synth bass in place of sub-bass
35
+ - aggressive neurofunk sound design
36
+
37
+ rhythm_idioms:
38
+ - Amen break chopped and rearranged at 174 BPM
39
+ - half-time perception on kick/snare
40
+ - ghost snare programming
41
+
42
+ harmony_idioms:
43
+ - jazz-string samples as harmonic color
44
+ - modal pad over sub-bass
45
+ - minimal melodic content
46
+
47
+ arrangement_idioms:
48
+ - long intro with atmospheric pad
49
+ - Amen chop drop at bar 16 or 32
50
+ - breakdown / return pattern
51
+
52
+ texture_idioms:
53
+ - jazz pad subtext
54
+ - Convolution Reverb on drum bus (subtle)
55
+ - vinyl-era warmth
56
+
57
+ sample_roles:
58
+ - rhythmic_chop
59
+ - sub_source
60
+ - pad_layer
61
+
62
+ key_techniques:
63
+ - name: "slice_and_sequence"
64
+ source: sample-techniques.md
65
+ notes: at 174 BPM on Amen
66
+ - name: "Reese bass"
67
+ source: atlas
68
+ device: Analog
69
+ - name: "Villalobos sub-bass layer"
70
+ source: atlas
71
+ device: Simpler
72
+ notes: for sub
73
+
74
+ evaluation_bias:
75
+ target_dimensions:
76
+ groove: 0.20
77
+ depth: 0.18
78
+ motion: 0.16
79
+ cohesion: 0.14
80
+ contrast: 0.12
81
+ novelty: 0.10
82
+ clarity: 0.10
83
+ protect:
84
+ clarity: 0.60
85
+ cohesion: 0.70
86
+ low_end: 0.80
87
+
88
+ move_family_bias:
89
+ favor:
90
+ - sound_design
91
+ - arrangement
92
+ - device_creation
93
+ deprioritize:
94
+ - performance
95
+
96
+ dimensions_in_scope:
97
+ - rhythmic
98
+ - timbral
99
+ - structural
100
+ - spatial
101
+ dimensions_deprioritized: []
102
+
103
+ novelty_budget_default: 0.5
104
+
105
+ tempo_hint:
106
+ min: 170
107
+ max: 180
108
+ time_signature: "4/4"
109
+
110
+ canonical_artists: []
111
+ canonical_genres:
112
+ - drum_and_bass
113
+
114
+ notes: |
115
+ Photek / Source Direct is the intelligent / atmospheric end of DnB.
116
+ Plans should combine: sound_design (Simpler slicing on Amen break),
117
+ arrangement (rhythmic — re-sequencing chopped break,
118
+ dimension_hint="rhythmic"), device_creation (SONiVOX Strings on a
119
+ dedicated track for ghost-pad entry), and optional spatial work
120
+ via Convolution Reverb on drum bus.
@@ -0,0 +1,122 @@
1
+ id: footwork__rashad_spinn_traxman
2
+ name: Rashad / Spinn / Traxman
3
+ type: artist
4
+ aliases:
5
+ - "rashad"
6
+ - "dj rashad"
7
+ - "spinn"
8
+ - "dj spinn"
9
+ - "traxman"
10
+ - "teklife"
11
+
12
+ sonic_identity:
13
+ - 160 BPM frenetic pace
14
+ - vocal-chop hyper-rhythms
15
+ - sparse kick programming (unpredictable placement)
16
+ - stuttered soul / hip-hop samples
17
+ - triplet feels inside 4/4
18
+
19
+ reach_for:
20
+ instruments:
21
+ - Simpler # slicing on vocal/soul samples — short chops
22
+ - Bass
23
+ effects:
24
+ - Slice Shuffler # MIDI Tools
25
+ - Polyrhythm # at 3:2 ratios
26
+ packs:
27
+ - Chop and Swing
28
+ - Trap Drums # 808 samples — sparse use
29
+ - MIDI Tools
30
+ utilities:
31
+ - EQ Eight
32
+
33
+ avoid:
34
+ - quantized-on-grid drums
35
+ - sustained elements
36
+ - bright leads
37
+ - long chord progressions
38
+
39
+ rhythm_idioms:
40
+ - 1/16 vocal-chop barrages
41
+ - triplet feels against 4/4 kick grid
42
+ - 3:2 polyrhythms via Polyrhythm MIDI tool
43
+ - sparse kick — not steady
44
+
45
+ harmony_idioms:
46
+ - chopped-syllable pitch as melodic content
47
+ - rarely any sustained chord
48
+ - minor-key fragments
49
+
50
+ arrangement_idioms:
51
+ - short tracks (2-3 minutes)
52
+ - rapid section changes
53
+ - chop pattern evolves across bars
54
+
55
+ texture_idioms:
56
+ - dense vocal chop texture
57
+ - 808 sub as punctuation
58
+ - minimal atmospheric content
59
+
60
+ sample_roles:
61
+ - rhythmic_chop
62
+ - vocal_source
63
+ - transient_accent
64
+
65
+ key_techniques:
66
+ - name: "vocal_chop_rhythm"
67
+ source: sample-techniques.md
68
+ notes: at aggressive 160 BPM tempo
69
+ - name: "slice_shuffler"
70
+ source: atlas
71
+ device: Slice Shuffler
72
+ notes: on 1/16 chops
73
+ - name: "micro_chop"
74
+ source: sample-techniques.md
75
+
76
+ evaluation_bias:
77
+ target_dimensions:
78
+ groove: 0.26
79
+ motion: 0.18
80
+ novelty: 0.16
81
+ contrast: 0.12
82
+ depth: 0.10
83
+ cohesion: 0.10
84
+ clarity: 0.08
85
+ protect:
86
+ clarity: 0.55
87
+ cohesion: 0.55
88
+ low_end: 0.70
89
+
90
+ move_family_bias:
91
+ favor:
92
+ - arrangement
93
+ - sound_design
94
+ - device_creation
95
+ deprioritize:
96
+ - performance
97
+
98
+ dimensions_in_scope:
99
+ - rhythmic
100
+ - timbral
101
+ - structural
102
+ dimensions_deprioritized:
103
+ - spatial
104
+
105
+ novelty_budget_default: 0.6
106
+
107
+ tempo_hint:
108
+ min: 155
109
+ max: 165
110
+ time_signature: "4/4"
111
+
112
+ canonical_artists: []
113
+ canonical_genres:
114
+ - footwork
115
+ - drum_and_bass
116
+
117
+ notes: |
118
+ Footwork asks demand 160 BPM first — always set tempo before any
119
+ creative work. Plans center on vocal-chop manipulation: Simpler
120
+ slicing at 1/16, Slice Shuffler for rapid re-sequencing, Polyrhythm
121
+ for 3:2 feels. Spatial deprioritized — the genre is dry and
122
+ rhythm-front.
@@ -0,0 +1,113 @@
1
+ id: minimal_techno__robert_henke
2
+ name: Robert Henke (Monolake)
3
+ type: artist
4
+ aliases:
5
+ - "robert henke"
6
+ - "monolake"
7
+
8
+ sonic_identity:
9
+ - detailed granular textures
10
+ - pitch-shift-delay signatures
11
+ - generative-adjacent sound design
12
+ - cinematic electronic with rigorous craft
13
+
14
+ reach_for:
15
+ instruments:
16
+ - Granulator III # Henke MADE this
17
+ - Operator
18
+ - Wavetable
19
+ effects:
20
+ - PitchLoop89 # Henke emulated the hardware his influences used
21
+ - Convolution Reverb
22
+ packs:
23
+ - Inspired by Nature
24
+ - Performance Pack
25
+ utilities:
26
+ - EQ Eight
27
+
28
+ avoid:
29
+ - simple preset chains
30
+ - unexamined default parameters
31
+ - conservative mix choices
32
+
33
+ rhythm_idioms:
34
+ - rigid 4/4 techno base
35
+ - granular-texture percussion
36
+ - phase-shifted accents
37
+
38
+ harmony_idioms:
39
+ - modal tonal centers
40
+ - pitch-shifted detune as harmonic movement
41
+ - granular pitch-spread textures
42
+
43
+ arrangement_idioms:
44
+ - section-level patience
45
+ - generative process + user macro decisions
46
+ - cinematic electronic pacing
47
+
48
+ texture_idioms:
49
+ - granular textures on every sustained element
50
+ - dual-detune pitch-shift delay
51
+ - detailed mod-matrix routings
52
+
53
+ sample_roles:
54
+ - texture_bed
55
+ - drone_source
56
+
57
+ key_techniques:
58
+ - name: "PitchLoop89 dual detune"
59
+ source: pack-knowledge.md
60
+ notes: canonical Henke pair with Convolution Reverb
61
+ - name: "Granulator III Cloud mode"
62
+ source: atlas
63
+ device: Granulator III
64
+ - name: "tail_harvest"
65
+ source: sample-techniques.md
66
+
67
+ evaluation_bias:
68
+ target_dimensions:
69
+ depth: 0.20
70
+ motion: 0.18
71
+ novelty: 0.16
72
+ cohesion: 0.14
73
+ contrast: 0.12
74
+ groove: 0.10
75
+ clarity: 0.10
76
+ protect:
77
+ clarity: 0.60
78
+ cohesion: 0.70
79
+ low_end: 0.70
80
+
81
+ move_family_bias:
82
+ favor:
83
+ - sound_design
84
+ - device_creation
85
+ - arrangement
86
+ deprioritize:
87
+ - performance
88
+
89
+ dimensions_in_scope:
90
+ - timbral
91
+ - spatial
92
+ - structural
93
+ - rhythmic
94
+ dimensions_deprioritized: []
95
+
96
+ novelty_budget_default: 0.6
97
+
98
+ tempo_hint:
99
+ min: 125
100
+ max: 132
101
+ time_signature: "4/4"
102
+
103
+ canonical_artists: []
104
+ canonical_genres:
105
+ - minimal_techno
106
+ - experimental
107
+ - ambient
108
+
109
+ notes: |
110
+ Henke/Monolake asks reward rigorous mod-matrix work: deep Granulator
111
+ III programming, PitchLoop89 dual-detune chains, custom IRs in
112
+ Convolution Reverb. Plans should avoid "just load a preset and
113
+ send to reverb" — the aesthetic demands parameter-level engagement.