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: dubstep__burial
2
+ name: Burial
3
+ type: artist
4
+ aliases:
5
+ - "burial"
6
+ - "william bevan"
7
+
8
+ sonic_identity:
9
+ - vinyl-crackle 2-step garage shuffle
10
+ - ghostly pitched vocals
11
+ - low-mid bass (not extreme sub)
12
+ - atmospheric urban-decay aesthetic
13
+ - rhythmic imperfection — drums feel hand-placed
14
+
15
+ reach_for:
16
+ instruments:
17
+ - Simpler # vocal chopping
18
+ - Bass
19
+ effects:
20
+ - Grain Delay
21
+ - Convolution Reverb # long atmospheric tail
22
+ - Vinyl Distortion
23
+ - Erosion
24
+ packs:
25
+ - Chop and Swing # vinyl crackle racks
26
+ - Skitter and Step # garage hats
27
+ - Voice Box
28
+ utilities:
29
+ - EQ Eight
30
+
31
+ avoid:
32
+ - pristine digital
33
+ - modern dubstep wobble bass
34
+ - 128 BPM (use 130-140)
35
+ - quantized drums
36
+
37
+ rhythm_idioms:
38
+ - 2-step garage shuffle (kick on 1, snare on 3, broken hat)
39
+ - hand-placed drum notes (not quantized)
40
+ - vinyl crackle under everything at -36 dB
41
+
42
+ harmony_idioms:
43
+ - pitched-down soul vocals as hook
44
+ - minor-key melodic fragments
45
+ - atmospheric pads under drums
46
+
47
+ arrangement_idioms:
48
+ - long intro/outro atmospheric sections
49
+ - vocal phrases entering and leaving
50
+ - drums fade in and out across the track
51
+
52
+ texture_idioms:
53
+ - vinyl crackle as atmosphere (-36 dB under track)
54
+ - rain / urban field recordings
55
+ - atmospheric reverb on vocals
56
+
57
+ sample_roles:
58
+ - vocal_source
59
+ - texture_bed
60
+ - rhythmic_chop
61
+
62
+ key_techniques:
63
+ - name: "vocal_chop_rhythm"
64
+ source: sample-techniques.md
65
+ notes: Burial-inspired, literally
66
+ - name: "granular_scatter"
67
+ source: sample-techniques.md
68
+ - name: "reverse_layer"
69
+ source: sample-techniques.md
70
+ - name: vinyl-crackle-at--36dB-under-track
71
+ source: sample-techniques.md
72
+
73
+ evaluation_bias:
74
+ target_dimensions:
75
+ depth: 0.20
76
+ groove: 0.18
77
+ motion: 0.14
78
+ cohesion: 0.14
79
+ contrast: 0.12
80
+ novelty: 0.12
81
+ clarity: 0.10
82
+ protect:
83
+ clarity: 0.50
84
+ cohesion: 0.70
85
+ low_end: 0.70
86
+
87
+ move_family_bias:
88
+ favor:
89
+ - sound_design
90
+ - arrangement
91
+ - device_creation
92
+ deprioritize:
93
+ - mix
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: 130
107
+ max: 140
108
+ time_signature: "4/4" # 2-step internal
109
+
110
+ canonical_artists: []
111
+ canonical_genres:
112
+ - dubstep
113
+ - uk_garage
114
+ - ambient
115
+ - downtempo
116
+
117
+ notes: |
118
+ Burial asks are genuinely full-dimensional: rhythmic (2-step
119
+ shuffle with hand-placed notes), timbral (pitched-down vocal chops),
120
+ structural (atmospheric reveal of drum section), spatial (long
121
+ reverb tails). Unusual compared to other dubstep — plans should
122
+ favor arrangement-family rhythmic work and vocal-source
123
+ sound_design before touching bass synthesis.
124
+
125
+ The "modern dubstep wobble bass" that Burial famously avoids should
126
+ be flagged as anti-pattern for every plan generated against this
127
+ packet.
@@ -0,0 +1,121 @@
1
+ id: synthwave__com_truise_tycho
2
+ name: Com Truise / Tycho
3
+ type: artist
4
+ aliases:
5
+ - "com truise"
6
+ - "tycho"
7
+ - "seth haley"
8
+ - "scott hansen"
9
+
10
+ sonic_identity:
11
+ - 80s analog polysynth nostalgia
12
+ - gated reverb on drums
13
+ - chorus-heavy leads
14
+ - warm analog bass
15
+ - arpeggiated sequences
16
+ - mid-tempo groove
17
+
18
+ reach_for:
19
+ instruments:
20
+ - Poli # Juno-style
21
+ - Analog
22
+ - Drift # warm synthwave pad
23
+ effects:
24
+ - Chorus-Ensemble
25
+ - Gated Delay # Creative Extensions — gated-reverb-drum aesthetic
26
+ - Arpeggiator
27
+ packs:
28
+ - Synth Essentials
29
+ - Performance Pack # Arpeggiator
30
+ - Core Library
31
+ utilities:
32
+ - EQ Eight
33
+
34
+ avoid:
35
+ - modern dance production
36
+ - aggressive compression
37
+ - digital-only chains
38
+ - bright harsh synthesis
39
+
40
+ rhythm_idioms:
41
+ - mid-tempo 4/4 with gated snare reverb
42
+ - arpeggiated 16th-note sequences
43
+ - analog-tape swing feel
44
+
45
+ harmony_idioms:
46
+ - suspended chords on pads
47
+ - minor-key progressions
48
+ - 80s-style key changes via sequencer transpose
49
+
50
+ arrangement_idioms:
51
+ - verse/chorus form with clear payoff moments
52
+ - arpeggio enters at bar 16, pad enters at bar 32
53
+ - conventional pop structure adapted for instrumental
54
+
55
+ texture_idioms:
56
+ - warm chorus on leads
57
+ - gated reverb on snare (80s signature)
58
+ - analog-tape character
59
+
60
+ sample_roles:
61
+ - pad_layer
62
+ - melodic_source
63
+
64
+ key_techniques:
65
+ - name: "Juno-style detuned chord"
66
+ source: atlas
67
+ device: Poli
68
+ - name: "Warm synthwave pad"
69
+ source: atlas
70
+ device: Drift
71
+ - name: "Supersaw trance lead"
72
+ source: atlas
73
+ device: Wavetable
74
+ notes: at reduced spread for synthwave intimacy
75
+
76
+ evaluation_bias:
77
+ target_dimensions:
78
+ motion: 0.20
79
+ cohesion: 0.18
80
+ groove: 0.14
81
+ depth: 0.14
82
+ novelty: 0.12
83
+ contrast: 0.12
84
+ clarity: 0.10
85
+ protect:
86
+ clarity: 0.65
87
+ cohesion: 0.75
88
+ low_end: 0.65
89
+
90
+ move_family_bias:
91
+ favor:
92
+ - sound_design
93
+ - device_creation
94
+ - arrangement
95
+ deprioritize:
96
+ - performance
97
+
98
+ dimensions_in_scope:
99
+ - timbral
100
+ - structural
101
+ - spatial
102
+ - rhythmic
103
+ dimensions_deprioritized: []
104
+
105
+ novelty_budget_default: 0.45
106
+
107
+ tempo_hint:
108
+ min: 85
109
+ max: 115
110
+ time_signature: "4/4"
111
+
112
+ canonical_artists: []
113
+ canonical_genres:
114
+ - synthwave
115
+
116
+ notes: |
117
+ Synthwave asks reward analog-polysynth authenticity. Plans should
118
+ include: sound_design (Poli/Drift patch programming with period-
119
+ appropriate filter/envelope settings), device_creation (Gated Delay
120
+ on drum bus for gated-reverb snare, Chorus-Ensemble on leads),
121
+ arrangement (clear verse/chorus payoff moments).
@@ -0,0 +1,117 @@
1
+ id: french_house__daft_punk
2
+ name: Daft Punk
3
+ type: artist
4
+ aliases:
5
+ - "daft punk"
6
+
7
+ sonic_identity:
8
+ - filtered disco loops as main content
9
+ - vocoder vocals
10
+ - funk-guitar samples
11
+ - side-chained 4/4
12
+ - pitched-down vocal hooks
13
+ - robot-voice aesthetic
14
+
15
+ reach_for:
16
+ instruments:
17
+ - Simpler # disco loop chops
18
+ - Bass
19
+ effects:
20
+ - Vocoder
21
+ - Auto Filter # band-pass sweeps
22
+ - Chorus-Ensemble
23
+ - Compressor # heavy sidechain via Envelope Follower
24
+ packs:
25
+ - Chop and Swing
26
+ - Core Library
27
+ utilities:
28
+ - EQ Eight
29
+
30
+ avoid:
31
+ - non-sidechained kick/bass
32
+ - clean vocals (use vocoder)
33
+ - long arrangements without filter automation
34
+ - lack of breathing kick-bass relationship
35
+
36
+ rhythm_idioms:
37
+ - straight 4/4 house kick
38
+ - hi-hat on off-beat
39
+ - heavy sidechain pumping
40
+
41
+ harmony_idioms:
42
+ - disco-sample chord content
43
+ - minor-key bass
44
+ - vocoder chord voicings
45
+
46
+ arrangement_idioms:
47
+ - filter-automation-driven build
48
+ - drop + filter-sweep into main section
49
+ - breakdown with filter closed, build via filter open
50
+
51
+ texture_idioms:
52
+ - chorus/ensemble thickening on synths
53
+ - sidechain pumping as rhythmic texture
54
+ - filtered disco as sustained element
55
+
56
+ sample_roles:
57
+ - melodic_source
58
+ - vocal_source
59
+
60
+ key_techniques:
61
+ - name: "Classic Robot Voice"
62
+ source: atlas
63
+ device: Vocoder
64
+ - name: "Noise-Carried Drums"
65
+ source: sample-techniques.md
66
+ - name: band-pass-filter automation on disco samples
67
+ source: sample-techniques.md
68
+ - name: "Reese-style bass"
69
+ source: atlas
70
+ device: Bass
71
+
72
+ evaluation_bias:
73
+ target_dimensions:
74
+ groove: 0.22
75
+ motion: 0.20
76
+ contrast: 0.16
77
+ cohesion: 0.12
78
+ novelty: 0.10
79
+ depth: 0.10
80
+ clarity: 0.10
81
+ protect:
82
+ clarity: 0.65
83
+ cohesion: 0.75
84
+ low_end: 0.72
85
+
86
+ move_family_bias:
87
+ favor:
88
+ - sound_design
89
+ - mix # sidechain + filter automation is central
90
+ - arrangement
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: 120
105
+ max: 128
106
+ time_signature: "4/4"
107
+
108
+ canonical_artists: []
109
+ canonical_genres:
110
+ - disco
111
+
112
+ notes: |
113
+ Daft Punk asks emphasize sidechain + filter automation as the
114
+ arrangement driver. Plans often include: mix (sidechain compressor
115
+ with envelope follower), sound_design (Vocoder chain for robot
116
+ voice), arrangement (filter automation build-and-drop at section
117
+ boundaries).
@@ -0,0 +1,119 @@
1
+ id: hip_hop__dj_premier_rza
2
+ name: DJ Premier / RZA
3
+ type: artist
4
+ aliases:
5
+ - "dj premier"
6
+ - "premier"
7
+ - "premo"
8
+ - "rza"
9
+ - "wu-tang"
10
+
11
+ sonic_identity:
12
+ - dusty chopped-soul loops
13
+ - dirty kicks
14
+ - snappy snares with reverb
15
+ - chord-stab-driven arrangement — the stab IS the song
16
+ - golden-era NYC boom-bap aesthetic
17
+
18
+ reach_for:
19
+ instruments:
20
+ - Simpler # classic mode, crop tight around stab
21
+ effects:
22
+ - Saturator
23
+ - Erosion
24
+ - Vinyl Distortion
25
+ - Convolution Reverb # plate or spring IR on snare
26
+ packs:
27
+ - Golden Era Hip-Hop Drums
28
+ - Chop and Swing
29
+ utilities:
30
+ - EQ Eight
31
+
32
+ avoid:
33
+ - clean samples
34
+ - modern drum samples
35
+ - synth bass
36
+ - bright mixes
37
+ - long arrangements
38
+
39
+ rhythm_idioms:
40
+ - tight boom-bap kick-snare
41
+ - snare drowned in plate reverb on send
42
+ - simple hat patterns, no complex variation
43
+
44
+ harmony_idioms:
45
+ - single chord stab repeated with subtle pitch/filter variation
46
+ - soul-loop source as tonal center
47
+ - no chord progressions — the stab IS the harmony
48
+
49
+ arrangement_idioms:
50
+ - short loops (2-4 bar repetitions)
51
+ - stab re-triggered across sections with small variation
52
+ - vocal sample punctuation
53
+
54
+ texture_idioms:
55
+ - dusty vinyl saturation
56
+ - plate reverb on snare (100% wet on send)
57
+ - tight mix — no spatial spread
58
+
59
+ sample_roles:
60
+ - stab_source
61
+ - rhythmic_chop
62
+ - vocal_accent
63
+
64
+ key_techniques:
65
+ - name: "stab_isolation"
66
+ source: sample-techniques.md
67
+ - name: "slice_and_sequence"
68
+ source: sample-techniques.md
69
+ - name: snare-through-Convolution-Reverb-at-100%-wet-on-send
70
+ source: sample-techniques.md
71
+
72
+ evaluation_bias:
73
+ target_dimensions:
74
+ groove: 0.22
75
+ depth: 0.16
76
+ contrast: 0.14
77
+ cohesion: 0.14
78
+ novelty: 0.12
79
+ motion: 0.12
80
+ clarity: 0.10
81
+ protect:
82
+ clarity: 0.60
83
+ cohesion: 0.70
84
+ low_end: 0.75
85
+
86
+ move_family_bias:
87
+ favor:
88
+ - sound_design
89
+ - arrangement
90
+ - device_creation
91
+ deprioritize:
92
+ - performance
93
+
94
+ dimensions_in_scope:
95
+ - rhythmic
96
+ - timbral
97
+ - structural
98
+ - spatial # the snare-plate send IS spatial
99
+ dimensions_deprioritized: []
100
+
101
+ novelty_budget_default: 0.45
102
+
103
+ tempo_hint:
104
+ min: 85
105
+ max: 95
106
+ time_signature: "4/4"
107
+
108
+ canonical_artists: []
109
+ canonical_genres:
110
+ - hip_hop
111
+ - boom_bap
112
+
113
+ notes: |
114
+ Premier/RZA differs from Dilla: the spatial dimension IS in scope
115
+ (plate reverb on snare is a signature move, not an afterthought).
116
+ Plans often include: sound_design (Simpler stab isolation +
117
+ vinyl distortion chain), arrangement (rhythmic — tight boom-bap
118
+ drum placement, dimension_hint="rhythmic"), device_creation (return
119
+ with Convolution Reverb plate for snare send).
@@ -0,0 +1,134 @@
1
+ id: ambient__gas
2
+ name: Wolfgang Voigt (Gas)
3
+ type: artist
4
+ aliases:
5
+ - "gas"
6
+ - "wolfgang voigt"
7
+
8
+ sonic_identity:
9
+ - orchestral loops (Wagner, Mahler) sampled and crushed into 4/4 kick
10
+ - blurred by heavy reverb into undifferentiated harmonic drone
11
+ - forest-deep ambient with a pulse
12
+ - nothing recognizable as a sample source — everything is texture
13
+
14
+ reach_for:
15
+ instruments:
16
+ - Granulator III # Cloud mode, 200-500 ms grains
17
+ - Drone Lab # Harmonic Drone Generator
18
+ - Vector Grain
19
+ - Sampler
20
+ effects:
21
+ - Convolution Reverb # cathedral IR
22
+ - Auto Filter # slow LFO sweep
23
+ - Erosion
24
+ - Grain Delay
25
+ packs:
26
+ - Drone Lab
27
+ - Inspired by Nature
28
+ utilities:
29
+ - Utility
30
+ - EQ Eight
31
+
32
+ avoid:
33
+ - crisp transients
34
+ - bright EQ
35
+ - dry tails
36
+ - anything recognizable as a sample source
37
+ - fast evolution
38
+
39
+ rhythm_idioms:
40
+ - steady 4/4 kick underneath everything
41
+ - no independent percussion
42
+ - the kick is a pulse, not a rhythm
43
+
44
+ harmony_idioms:
45
+ - single sustained harmonic field
46
+ - slow chord shifts every 16-32 bars
47
+ - orchestral source filtered into drone
48
+
49
+ arrangement_idioms:
50
+ - 8-15 minute pieces
51
+ - subtraction and addition happen imperceptibly
52
+ - no sections — continuous evolution
53
+
54
+ texture_idioms:
55
+ - forest/nature subtext
56
+ - cathedral reverb at 100% wet on send
57
+ - tape hiss tolerated, even embraced
58
+
59
+ sample_roles:
60
+ - texture_bed
61
+ - drone_source
62
+ - dub_tail_source
63
+
64
+ key_techniques:
65
+ - name: "Grain cloud (Tim Hecker)"
66
+ source: atlas
67
+ device: Emit
68
+ - name: "Basinski tape degradation"
69
+ source: atlas
70
+ device: Vector Grain
71
+ - name: "extreme_stretch"
72
+ source: sample-techniques.md
73
+ - name: "tail_harvest"
74
+ source: sample-techniques.md
75
+ - name: "drum_to_pad"
76
+ source: sample-techniques.md
77
+
78
+ evaluation_bias:
79
+ target_dimensions:
80
+ depth: 0.26
81
+ cohesion: 0.18
82
+ motion: 0.16
83
+ contrast: 0.12
84
+ novelty: 0.10
85
+ groove: 0.10
86
+ clarity: 0.08
87
+ protect:
88
+ clarity: 0.45
89
+ cohesion: 0.75
90
+ low_end: 0.75
91
+
92
+ move_family_bias:
93
+ favor:
94
+ - sound_design
95
+ - device_creation
96
+ - mix
97
+ deprioritize:
98
+ - transition
99
+ - performance
100
+ - arrangement # the arrangement is "continuous" — formal sections don't apply
101
+
102
+ dimensions_in_scope:
103
+ - timbral
104
+ - spatial
105
+ dimensions_deprioritized:
106
+ - rhythmic # no percussion beyond kick
107
+ - structural # continuous form, no sections
108
+
109
+ novelty_budget_default: 0.45
110
+
111
+ tempo_hint:
112
+ min: 95
113
+ max: 115
114
+ time_signature: "4/4"
115
+ # Voigt's Pop / Zauberberg / Königsforst sit 95-110; 120-128 was
116
+ # dub-techno-general, not Gas-specific (per PR 2.5 pressure test).
117
+
118
+ canonical_artists: []
119
+ canonical_genres:
120
+ - ambient
121
+ - dub_techno
122
+ - modern_classical
123
+
124
+ notes: |
125
+ Gas is a legitimately 2-of-4 packet: rhythmic and structural
126
+ dimensions are out of scope (no percussion beyond the pulse kick, no
127
+ sections within the continuous drone). Two-plan outputs are idiomatic
128
+ here, per the-four-move-rule §"narrow-idiom low-novelty" clause.
129
+
130
+ Typical plan distribution: (1) sound_design — Granulator III Cloud
131
+ mode on an orchestral-sample source, (2) device_creation — return
132
+ chain with cathedral Convolution Reverb and Auto Filter LFO. A
133
+ third plan (mix) narrowing sub to mono is optional if the current
134
+ bed has bass issues.