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: dub_techno__shackleton
2
+ name: Shackleton
3
+ type: artist
4
+ aliases:
5
+ - "shackleton"
6
+
7
+ sonic_identity:
8
+ - polyrhythmic 3-over-4 percussion
9
+ - Middle-Eastern / ritual aesthetics
10
+ - low-end heavy
11
+ - off-kilter kick placement
12
+ - vocal samples treated as found-sound artefacts
13
+
14
+ reach_for:
15
+ instruments:
16
+ - Simpler # for vocal/ritual samples
17
+ - Operator # microtonal bells
18
+ - Bass
19
+ effects:
20
+ - Polyrhythm # MIDI Tools
21
+ - Phase Pattern # MIDI Tools
22
+ - Microtuner # 19-TET for ritual feel
23
+ - Convolution Reverb
24
+ packs:
25
+ - Latin Percussion
26
+ - Voice Box # vocal samples
27
+ - MIDI Tools
28
+ utilities:
29
+ - Utility
30
+
31
+ avoid:
32
+ - 4/4 kick grid
33
+ - Western equal-temperament melody
34
+ - stock drum racks
35
+ - pristine mix
36
+
37
+ rhythm_idioms:
38
+ - 3-over-4 or 5-over-4 polymeter
39
+ - asymmetric kick placement
40
+ - ritual hand percussion
41
+ - phase-shifted pattern accents
42
+
43
+ harmony_idioms:
44
+ - microtonal melodic fragments
45
+ - modal drones
46
+ - vocal samples as melodic content
47
+
48
+ arrangement_idioms:
49
+ - long, patient development
50
+ - polyrhythmic layers interlock and release
51
+ - ritualistic repetition with subtle variation
52
+
53
+ texture_idioms:
54
+ - cave-like reverb
55
+ - ritual percussion beds
56
+ - vocal fragments as atmosphere
57
+
58
+ sample_roles:
59
+ - rhythmic_chop
60
+ - texture_bed
61
+ - ritual_source
62
+
63
+ key_techniques:
64
+ - name: "Make it weird without making it wrong"
65
+ source: sound-design-deep.md
66
+ - name: "euclidean_slice_trigger"
67
+ source: sample-techniques.md
68
+ - name: asymmetric polymeter
69
+ source: sample-techniques.md
70
+
71
+ evaluation_bias:
72
+ target_dimensions:
73
+ depth: 0.20
74
+ groove: 0.20
75
+ motion: 0.16
76
+ novelty: 0.14
77
+ contrast: 0.12
78
+ cohesion: 0.10
79
+ clarity: 0.08
80
+ protect:
81
+ clarity: 0.55
82
+ cohesion: 0.65
83
+ low_end: 0.80
84
+
85
+ move_family_bias:
86
+ favor:
87
+ - arrangement
88
+ - sound_design
89
+ - device_creation
90
+ deprioritize:
91
+ - mix
92
+ - performance
93
+
94
+ dimensions_in_scope:
95
+ - rhythmic
96
+ - timbral
97
+ - structural
98
+ - spatial
99
+ dimensions_deprioritized: []
100
+
101
+ novelty_budget_default: 0.6
102
+
103
+ tempo_hint:
104
+ min: 125
105
+ max: 135
106
+ time_signature: "4/4" # notional — internal polymeter dominates
107
+
108
+ canonical_artists: []
109
+ canonical_genres:
110
+ - dub_techno
111
+ - experimental
112
+ - techno
113
+
114
+ notes: |
115
+ Shackleton asks are the rare case where all four dimensions are
116
+ actively in play. Plans typically cover: rhythmic (Polyrhythm +
117
+ Phase Pattern on percussion, arrangement-family with
118
+ dimension_hint="rhythmic"), timbral (Microtuner on Operator for
119
+ microtonal bells, sound_design), spatial (cave reverb send on a
120
+ return, mix), structural (asymmetric build, transition-family).
121
+
122
+ Safer default: 3 plans across rhythmic + timbral + spatial; add
123
+ structural only if the user specifically asks for arrangement-level
124
+ change.
@@ -0,0 +1,119 @@
1
+ id: dubstep__skream_mala
2
+ name: Skream / Mala (DMZ-era dubstep)
3
+ type: artist
4
+ aliases:
5
+ - "skream"
6
+ - "mala"
7
+ - "dmz dubstep"
8
+ - "digital mystikz"
9
+
10
+ sonic_identity:
11
+ - sub-bass wobbles (tonal, not aggressive)
12
+ - half-time drums at 140 BPM (snare on 3)
13
+ - reggae / dub influence
14
+ - heavy sidechain for sub-bass breathing
15
+
16
+ reach_for:
17
+ instruments:
18
+ - Wavetable # wobble bass
19
+ - Bass
20
+ - Operator # Ring Modulator via
21
+ effects:
22
+ - Echo # dub-style delay
23
+ - Auto Filter # synced to tempo for wobble
24
+ - Saturator
25
+ packs:
26
+ - Drum Essentials # dubstep kits
27
+ utilities:
28
+ - Compressor # heavy sidechain
29
+
30
+ avoid:
31
+ - full-step beats (2-step is half-time)
32
+ - bright overtones
33
+ - fast tempos
34
+ - distorted growl bass (that's modern dubstep, not DMZ-era)
35
+
36
+ rhythm_idioms:
37
+ - half-time at 140 BPM — snare on the 3
38
+ - steady 909 hats
39
+ - occasional syncopated kick variation
40
+
41
+ harmony_idioms:
42
+ - minor-key melodic fragments
43
+ - tonal wobble bass as harmonic content
44
+ - dub-style chord stabs on the off-beat
45
+
46
+ arrangement_idioms:
47
+ - long intro, drop at bar 16 or 32
48
+ - breakdown with bass removed
49
+ - return with deeper bass
50
+
51
+ texture_idioms:
52
+ - dub-style long delay
53
+ - heavy sub presence
54
+ - occasional reggae vocal samples
55
+
56
+ sample_roles:
57
+ - melodic_source
58
+ - dub_tail_source
59
+
60
+ key_techniques:
61
+ - name: "Wobble bass"
62
+ source: atlas
63
+ device: Wavetable
64
+ - name: "Reese-style bass"
65
+ source: atlas
66
+ device: Bass
67
+ - name: "Delay throws"
68
+ source: sound-design-deep.md
69
+ - name: half-time drum programming
70
+ source: sample-techniques.md
71
+
72
+ evaluation_bias:
73
+ target_dimensions:
74
+ depth: 0.22
75
+ groove: 0.18
76
+ motion: 0.16
77
+ contrast: 0.14
78
+ novelty: 0.10
79
+ cohesion: 0.10
80
+ clarity: 0.10
81
+ protect:
82
+ clarity: 0.55
83
+ cohesion: 0.65
84
+ low_end: 0.85 # sub-bass is the genre
85
+
86
+ move_family_bias:
87
+ favor:
88
+ - sound_design
89
+ - device_creation
90
+ - mix # sidechain + send work is central
91
+ deprioritize:
92
+ - performance
93
+
94
+ dimensions_in_scope:
95
+ - rhythmic
96
+ - timbral
97
+ - structural
98
+ - spatial
99
+ dimensions_deprioritized: []
100
+
101
+ novelty_budget_default: 0.5
102
+
103
+ tempo_hint:
104
+ min: 138
105
+ max: 142
106
+ time_signature: "4/4" # half-time perceived
107
+
108
+ canonical_artists: []
109
+ canonical_genres:
110
+ - dubstep
111
+ - dub
112
+
113
+ notes: |
114
+ Skream/Mala differs from Burial by emphasis: DMZ-era is bass-first
115
+ (wobble as harmonic content), Burial is vocal-first (chopped vocals
116
+ as hook). Plans for DMZ-era typically include: sound_design
117
+ (Wavetable wobble bass patch), device_creation (Echo send chain for
118
+ dub delay), mix (heavy sidechain on non-bass elements triggered by
119
+ kick).
@@ -0,0 +1,119 @@
1
+ id: ambient__stars_of_the_lid
2
+ name: Stars of the Lid
3
+ type: artist
4
+ aliases:
5
+ - "stars of the lid"
6
+ - "sotl"
7
+
8
+ sonic_identity:
9
+ - sustained orchestral drones
10
+ - no percussion
11
+ - glacial pace — 10-20 minute pieces
12
+ - string tremolos blurred into single sustained note
13
+
14
+ reach_for:
15
+ instruments:
16
+ - Sampler # multi-velocity orchestral multi-sample
17
+ - Vector Grain
18
+ - Granulator III
19
+ - Tension # bowed cello
20
+ effects:
21
+ - Convolution Reverb # cathedral/warehouse IR
22
+ packs:
23
+ - SONiVOX Orchestral Strings # pizzicato double-bass as bed
24
+ - Orchestral Mallets
25
+ - Mood Reel
26
+ utilities:
27
+ - EQ Eight
28
+
29
+ avoid:
30
+ - any percussion
31
+ - drum samples
32
+ - rhythmic elements
33
+ - short sounds
34
+ - fast evolution
35
+
36
+ rhythm_idioms:
37
+ - truly no rhythm
38
+ - duration-based form
39
+
40
+ harmony_idioms:
41
+ - modal sustained harmony
42
+ - glacial chord changes (every 60+ seconds)
43
+ - bowed-cello low register as harmonic foundation
44
+
45
+ arrangement_idioms:
46
+ - 10-20 minute pieces
47
+ - each piece is one sustained event with subtle shifts
48
+ - no hard cuts between sections
49
+
50
+ texture_idioms:
51
+ - cathedral acoustic
52
+ - string tremolos blurred
53
+ - breath and bow noise embraced
54
+
55
+ sample_roles:
56
+ - texture_bed
57
+ - drone_source
58
+
59
+ key_techniques:
60
+ - name: "Orchestral multi-velocity"
61
+ source: atlas
62
+ device: Sampler
63
+ - name: "Bowed cello low register"
64
+ source: atlas
65
+ device: Tension
66
+ - name: "Slow-motion sustain"
67
+ source: atlas
68
+ device: Vector Grain
69
+ - name: "spectral_freeze"
70
+ source: sample-techniques.md
71
+
72
+ evaluation_bias:
73
+ target_dimensions:
74
+ depth: 0.28
75
+ cohesion: 0.22
76
+ motion: 0.12
77
+ contrast: 0.10
78
+ novelty: 0.10
79
+ groove: 0.08
80
+ clarity: 0.10
81
+ protect:
82
+ clarity: 0.45
83
+ cohesion: 0.80
84
+ low_end: 0.60
85
+
86
+ move_family_bias:
87
+ favor:
88
+ - sound_design
89
+ - device_creation
90
+ deprioritize:
91
+ - mix
92
+ - arrangement
93
+ - transition
94
+ - performance
95
+
96
+ dimensions_in_scope:
97
+ - timbral
98
+ - spatial
99
+ dimensions_deprioritized:
100
+ - rhythmic
101
+ - structural
102
+
103
+ novelty_budget_default: 0.35
104
+
105
+ tempo_hint:
106
+ min: 0
107
+ max: 0
108
+
109
+ canonical_artists: []
110
+ canonical_genres:
111
+ - ambient
112
+ - drone
113
+ - modern_classical
114
+
115
+ notes: |
116
+ SotL is another 2-of-4 case. The plans should be orchestral-source
117
+ first, not synth first. Sampler with a multi-velocity string library
118
+ is the usual anchor, followed by a cathedral Convolution Reverb
119
+ send. Tension for bowed cello as low-register bed.
@@ -0,0 +1,122 @@
1
+ id: ambient__tim_hecker
2
+ name: Tim Hecker
3
+ type: artist
4
+ aliases:
5
+ - "tim hecker"
6
+
7
+ sonic_identity:
8
+ - loud-but-fuzzy drone clouds
9
+ - distorted harmonic content
10
+ - digital grain from deliberately overloaded DSP
11
+ - melody hidden inside noise
12
+
13
+ reach_for:
14
+ instruments:
15
+ - Vector Grain
16
+ - Granulator III # Cloud mode with pitch spread
17
+ - Emit # Inspired by Nature
18
+ effects:
19
+ - Erosion
20
+ - Saturator
21
+ - Convolution Reverb # custom IRs
22
+ - Dynamic Tube
23
+ - Grain Delay
24
+ - Spectral Blur
25
+ packs:
26
+ - Inspired by Nature
27
+ - Mood Reel
28
+ utilities:
29
+ - EQ Eight
30
+
31
+ avoid:
32
+ - clean signal chains
33
+ - dry tracks
34
+ - traditional mix philosophy (subtlety)
35
+ - pristine digital playback
36
+
37
+ rhythm_idioms:
38
+ - no rhythm as conventional beat
39
+ - pulsing swells from Granulator/Emit grain rate
40
+
41
+ harmony_idioms:
42
+ - harmonic content buried inside saturation and grain
43
+ - melodic fragments emerge from the noise cloud
44
+ - tonal centers that drift
45
+
46
+ arrangement_idioms:
47
+ - slow reveals
48
+ - dense layering of multiple grain clouds
49
+ - each track is a single "event" sustained
50
+
51
+ texture_idioms:
52
+ - digital grain and overloading as aesthetic
53
+ - harmonic saturation on every bus
54
+ - loud noise floor
55
+
56
+ sample_roles:
57
+ - texture_bed
58
+ - drone_source
59
+
60
+ key_techniques:
61
+ - name: "Grain cloud (Tim Hecker)"
62
+ source: atlas
63
+ device: Emit
64
+ notes: the technique's name is literally derived from this artist
65
+ - name: "granular_scatter"
66
+ source: sample-techniques.md
67
+ - name: "extreme_stretch"
68
+ source: sample-techniques.md
69
+ - name: "spectral_freeze"
70
+ source: sample-techniques.md
71
+
72
+ evaluation_bias:
73
+ target_dimensions:
74
+ depth: 0.24
75
+ novelty: 0.18
76
+ cohesion: 0.14
77
+ motion: 0.14
78
+ contrast: 0.12
79
+ groove: 0.08
80
+ clarity: 0.10
81
+ protect:
82
+ clarity: 0.40
83
+ cohesion: 0.65
84
+ low_end: 0.60
85
+
86
+ move_family_bias:
87
+ favor:
88
+ - sound_design
89
+ - device_creation
90
+ deprioritize:
91
+ - mix
92
+ - arrangement
93
+ - transition
94
+ - performance
95
+
96
+ dimensions_in_scope:
97
+ - timbral
98
+ - spatial
99
+ dimensions_deprioritized:
100
+ - rhythmic
101
+ - structural
102
+
103
+ novelty_budget_default: 0.55
104
+
105
+ tempo_hint:
106
+ min: 0
107
+ max: 0
108
+
109
+ canonical_artists: []
110
+ canonical_genres:
111
+ - ambient
112
+ - drone
113
+ - experimental
114
+ - idm
115
+
116
+ notes: |
117
+ Hecker asks reward aggression that stays inside texture — loud,
118
+ saturated, grain-heavy, but never rhythmic. Three plans can fit
119
+ here (unlike SotL/Basinski which are strict 2-of-4) because
120
+ device_creation has real range: Vector Grain + Emit + Granulator III
121
+ each offer distinct grain behaviors. A saturation-heavy mix plan
122
+ (Saturator on bus, Dynamic Tube on master) also sits naturally.
@@ -0,0 +1,135 @@
1
+ id: deep_minimal__villalobos
2
+ name: Ricardo Villalobos
3
+ type: artist
4
+ aliases:
5
+ - "villalobos"
6
+ - "ricardo villalobos"
7
+
8
+ sonic_identity:
9
+ - micro-sampled vocals and found sounds as melodic content
10
+ - off-grid percussion with South American polyrhythms
11
+ - sub-bass at 40-50 Hz fundamental (sub_low analyzer band)
12
+ - tracks that evolve across 15+ minutes without repetition
13
+ - constant micro-variation — no 4-bar loop ever sounds the same
14
+
15
+ reach_for:
16
+ instruments:
17
+ - Simpler
18
+ - Drone Lab
19
+ - Bass
20
+ - Operator
21
+ effects:
22
+ - Snipper
23
+ - PitchLoop89
24
+ - Convolution Reverb
25
+ - Phase Pattern
26
+ - Microtuner
27
+ packs:
28
+ - Latin Percussion
29
+ - Lost and Found
30
+ - Voice Box
31
+ - Drone Lab
32
+ - Chop and Swing
33
+ - Glitch and Wash
34
+ utilities:
35
+ - Utility
36
+ - Spectrum
37
+
38
+ avoid:
39
+ - quantized 4/4 drums
40
+ - bright kicks
41
+ - repetitive 8-bar loops
42
+ - stock presets
43
+ - aggressive sidechain
44
+ - dry mix
45
+
46
+ rhythm_idioms:
47
+ - off-grid micro-timing on almost every hit
48
+ - polyrhythmic hand percussion (cuica, conga, guiro, claves)
49
+ - chopped-vocal content doubling as rhythm AND melody
50
+
51
+ harmony_idioms:
52
+ - chopped vocals as melodic material
53
+ - occasional microtonal moments
54
+ - modal not functional harmony
55
+
56
+ arrangement_idioms:
57
+ - long-form evolution (8+ minutes typical)
58
+ - subtraction over addition
59
+ - single element morphs across dozens of bars
60
+
61
+ texture_idioms:
62
+ - constant field-recording subtext
63
+ - reverb tails layered at -25 to -30 dB
64
+ - found-sound as texture bed
65
+
66
+ sample_roles:
67
+ - texture_bed
68
+ - transient_ghost
69
+ - melodic_chop
70
+ - rhythmic_chop
71
+
72
+ key_techniques:
73
+ - name: "Vocal micro-chop (Akufen)"
74
+ source: atlas
75
+ device: Simpler
76
+ - name: "Villalobos sub-bass layer"
77
+ source: atlas
78
+ device: Simpler
79
+ - name: "dub_throw"
80
+ source: sample-techniques.md
81
+ - name: "Micro-Modulation"
82
+ source: sound-design-deep.md
83
+ notes: filter + pitch at <5% depth
84
+
85
+ evaluation_bias:
86
+ target_dimensions:
87
+ depth: 0.22
88
+ groove: 0.20
89
+ motion: 0.16
90
+ novelty: 0.14
91
+ contrast: 0.10
92
+ cohesion: 0.10
93
+ clarity: 0.08
94
+ protect:
95
+ clarity: 0.55
96
+ cohesion: 0.65
97
+ low_end: 0.75
98
+
99
+ move_family_bias:
100
+ favor:
101
+ - arrangement
102
+ - sound_design
103
+ - transition
104
+ deprioritize:
105
+ - mix
106
+ - performance
107
+
108
+ dimensions_in_scope:
109
+ - rhythmic
110
+ - timbral
111
+ - structural
112
+ dimensions_deprioritized:
113
+ - spatial # not absent, but subordinate to rhythmic/timbral
114
+
115
+ novelty_budget_default: 0.6 # Villalobos asks are usually adventurous
116
+
117
+ tempo_hint:
118
+ min: 125
119
+ max: 135
120
+ time_signature: "4/4"
121
+
122
+ canonical_artists: [] # artist packet
123
+ canonical_genres:
124
+ - deep_minimal
125
+ - minimal_techno
126
+ - microhouse
127
+
128
+ notes: |
129
+ Villalobos asks reward subtraction, patience, and subtle non-repetition.
130
+ Three plans should ideally span clip-level rhythmic transformation
131
+ (arrangement-family with dimension_hint="rhythmic"), timbral
132
+ development of a single source (sound_design), and a structural
133
+ breathing move (transition-family, create_breakdown or negative-space
134
+ reveal). Avoid ANY plan that makes the track feel "busier" — even
135
+ Villalobos's densest moments are subtracted, not added.