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,137 @@
1
+ id: ambient
2
+ name: Ambient / Drone
3
+ type: genre
4
+ aliases:
5
+ - "ambient"
6
+ - "drone"
7
+ - "ambient drone"
8
+
9
+ sonic_identity:
10
+ - 60-90 BPM or no perceptible tempo
11
+ - 5-30+ minute pieces
12
+ - sustained pads, drones, evolving harmonic fields
13
+ - modal or microtonal common
14
+ - texture IS the composition
15
+
16
+ reach_for:
17
+ instruments:
18
+ - Granulator III # Cloud mode
19
+ - Drone Lab # Harmonic Drone Generator
20
+ - Vector Grain
21
+ - Emit
22
+ - Tension # bowed cello
23
+ - Sampler # orchestral
24
+ effects:
25
+ - Convolution Reverb # cathedral/hall
26
+ - Vector Delay
27
+ - Delay
28
+ - Erosion
29
+ - Dynamic Tube
30
+ packs:
31
+ - Drone Lab
32
+ - Inspired by Nature
33
+ - Mood Reel
34
+ - SONiVOX Orchestral Strings # pp only
35
+ - SONiVOX Orchestral Woodwinds # pp only
36
+ utilities:
37
+ - EQ Eight
38
+
39
+ avoid:
40
+ - drums
41
+ - rhythmic patterns
42
+ - fast elements
43
+ - bright EQ
44
+ - hard cuts
45
+
46
+ rhythm_idioms:
47
+ - no rhythm, or very sparse
48
+ - occasional distant bell / chime / rim-shot
49
+ - duration-based form
50
+
51
+ harmony_idioms:
52
+ - sustained pads
53
+ - drones
54
+ - evolving harmonic fields
55
+ - modal or microtonal common
56
+
57
+ arrangement_idioms:
58
+ - 5-30+ minute pieces
59
+ - no sections — continuous evolution
60
+ - subtle shifts across long durations
61
+
62
+ texture_idioms:
63
+ - reverb, granular, delay, tape degradation
64
+ - cathedral acoustics
65
+ - decay AS composition
66
+
67
+ sample_roles:
68
+ - texture_bed
69
+ - drone_source
70
+
71
+ key_techniques:
72
+ - name: "Grain cloud (Tim Hecker)"
73
+ source: atlas
74
+ device: Emit
75
+ - name: "Basinski tape degradation"
76
+ source: atlas
77
+ device: Vector Grain
78
+ - name: "Slow-motion sustain"
79
+ source: atlas
80
+ device: Vector Grain
81
+ - name: "extreme_stretch"
82
+ source: sample-techniques.md
83
+ - name: "tail_harvest"
84
+ source: sample-techniques.md
85
+
86
+ evaluation_bias:
87
+ target_dimensions:
88
+ depth: 0.26
89
+ cohesion: 0.20
90
+ motion: 0.14
91
+ contrast: 0.12
92
+ novelty: 0.10
93
+ groove: 0.08
94
+ clarity: 0.10
95
+ protect:
96
+ clarity: 0.45
97
+ cohesion: 0.78
98
+ low_end: 0.60
99
+
100
+ move_family_bias:
101
+ favor:
102
+ - sound_design
103
+ - device_creation
104
+ deprioritize:
105
+ - mix
106
+ - arrangement
107
+ - transition
108
+ - performance
109
+
110
+ dimensions_in_scope:
111
+ - timbral
112
+ - spatial
113
+ dimensions_deprioritized:
114
+ - rhythmic
115
+ - structural
116
+
117
+ novelty_budget_default: 0.4
118
+
119
+ tempo_hint:
120
+ min: 0
121
+ max: 90
122
+ time_signature: "4/4"
123
+
124
+ canonical_artists:
125
+ - stars-of-the-lid
126
+ - tim-hecker
127
+ - basinski
128
+ - gas
129
+ - johannsson-richter
130
+
131
+ canonical_genres: []
132
+
133
+ notes: |
134
+ Ambient is the strongest 2-of-4 genre. Plans should rarely exceed
135
+ timbral + spatial coverage. If the user requests rhythmic work
136
+ while referencing ambient, disambiguate — ambient with pulse
137
+ (Gas-adjacent) is a hybrid; pure ambient has no rhythmic work.
@@ -0,0 +1,124 @@
1
+ id: boom_bap
2
+ name: Boom Bap
3
+ type: genre
4
+ aliases:
5
+ - "boom bap"
6
+ - "boom-bap"
7
+ - "golden era hip hop"
8
+ - "east coast hip hop"
9
+
10
+ sonic_identity:
11
+ - "chopped soul loops as the primary harmonic content"
12
+ - "tight kick-snare, no hat complexity"
13
+ - snare drowned in plate reverb on send
14
+ - dirty saturated drum bus
15
+ - chord-stab-driven arrangement (the stab IS the song)
16
+
17
+ reach_for:
18
+ instruments:
19
+ - Simpler # classic mode for stabs, slicing for breaks
20
+ - Bass # Creative Extensions
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
+ - Drum Booth
30
+ utilities:
31
+ - EQ Eight
32
+
33
+ avoid:
34
+ - clean samples
35
+ - modern drum samples (trap 808s, crispy hats)
36
+ - synth bass
37
+ - long arrangements
38
+ - bright mixes
39
+
40
+ rhythm_idioms:
41
+ - tight boom-bap kick on 1 + snare on 3
42
+ - simple hat patterns (closed on off-beats)
43
+ - occasional kick variation
44
+ - swung 65-70%
45
+
46
+ harmony_idioms:
47
+ - single chord stab from vinyl source
48
+ - stab repeated with subtle pitch/filter variation
49
+ - no chord progressions — the stab IS the harmony
50
+ - soul-loop source as tonal center
51
+
52
+ arrangement_idioms:
53
+ - short loops (2-4 bar repetitions)
54
+ - stab re-triggered across sections
55
+ - vocal sample punctuation
56
+
57
+ texture_idioms:
58
+ - dusty vinyl saturation
59
+ - plate reverb on snare (100% wet on send)
60
+ - tight mix — no spatial spread
61
+
62
+ sample_roles:
63
+ - stab_source
64
+ - rhythmic_chop
65
+ - vocal_accent
66
+
67
+ key_techniques:
68
+ - name: "stab_isolation"
69
+ source: sample-techniques.md
70
+ - name: "slice_and_sequence"
71
+ source: sample-techniques.md
72
+ - name: snare-through-Convolution-Reverb-at-100%-wet-on-send
73
+ source: sample-techniques.md
74
+
75
+ evaluation_bias:
76
+ target_dimensions:
77
+ groove: 0.24
78
+ depth: 0.16
79
+ cohesion: 0.14
80
+ contrast: 0.12
81
+ novelty: 0.12
82
+ motion: 0.12
83
+ clarity: 0.10
84
+ protect:
85
+ clarity: 0.60
86
+ cohesion: 0.70
87
+ low_end: 0.75
88
+
89
+ move_family_bias:
90
+ favor:
91
+ - sound_design
92
+ - arrangement
93
+ - device_creation
94
+ deprioritize:
95
+ - performance
96
+
97
+ dimensions_in_scope:
98
+ - rhythmic
99
+ - timbral
100
+ - structural
101
+ - spatial # plate reverb on snare IS spatial work
102
+ dimensions_deprioritized: []
103
+
104
+ novelty_budget_default: 0.45
105
+
106
+ tempo_hint:
107
+ min: 85
108
+ max: 95
109
+ time_signature: "4/4"
110
+
111
+ canonical_artists:
112
+ - dj-premier-rza
113
+ - j-dilla
114
+ - madlib
115
+
116
+ canonical_genres: []
117
+
118
+ notes: |
119
+ Boom-bap distinguishes itself from lo-fi by being TIGHTER — less
120
+ drift, less hiss, more precise snare-on-3 discipline. The plate
121
+ reverb on the snare is the signature (Premier's canonical move).
122
+ Unlike Dilla's "drunk" programming, boom-bap drums are often
123
+ MORE quantized than the source soul loop — the contrast between
124
+ tight drums and swinging sample is the feel.
@@ -0,0 +1,130 @@
1
+ id: deep_minimal
2
+ name: Deep Minimal / Villalobos-school
3
+ type: genre
4
+ aliases:
5
+ - "deep minimal"
6
+ - "minimal-deep"
7
+ - "villalobos-school"
8
+
9
+ sonic_identity:
10
+ - deep fundamental kick (40-50 Hz sub_low band)
11
+ - Latin hand percussion + digital glass/metal + chopped vocals
12
+ - extreme micro-timing variation across most hits
13
+ - chopped vocals AS melody
14
+ - long-form evolution without repetition
15
+
16
+ reach_for:
17
+ instruments:
18
+ - Simpler # slicing
19
+ - Bass # Creative Extensions
20
+ - Drone Lab # sub-bed
21
+ - Operator # Haas-style deep bass
22
+ effects:
23
+ - PitchLoop89
24
+ - Convolution Reverb
25
+ - Phase Pattern # off-grid percussion
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
+ - EQ Eight
37
+
38
+ avoid:
39
+ - quantized drums
40
+ - 8-bar repetition
41
+ - bright kicks
42
+ - dry mix
43
+ - sidechain
44
+
45
+ rhythm_idioms:
46
+ - off-grid micro-timing on most hits
47
+ - Latin hand percussion (cuica, conga, guiro, claves)
48
+ - digital glass/metal percussion
49
+ - heavily chopped vocal rhythm
50
+
51
+ harmony_idioms:
52
+ - chopped vocals AS melody
53
+ - occasional chord stab
54
+ - microtonal moments via Microtuner
55
+
56
+ arrangement_idioms:
57
+ - 15+ minute tracks
58
+ - subtraction over addition
59
+ - single element evolves across dozens of bars
60
+
61
+ texture_idioms:
62
+ - constant field-recording / found-sound subtext
63
+ - reverb tails layered at -25 to -30 dB
64
+
65
+ sample_roles:
66
+ - rhythmic_chop
67
+ - melodic_chop
68
+ - texture_bed
69
+ - sub_source
70
+
71
+ key_techniques:
72
+ - name: "Villalobos sub-bass layer"
73
+ source: atlas
74
+ device: Simpler
75
+ - name: "Phase Pattern on drum clips"
76
+ source: atlas
77
+ device: Phase Pattern
78
+ - name: "micro_chop"
79
+ source: sample-techniques.md
80
+ - name: "Arpiar dusty-horn"
81
+ source: atlas
82
+ device: PitchLoop89
83
+ notes: trumpet pp through PitchLoop89
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.78
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
114
+
115
+ novelty_budget_default: 0.6
116
+
117
+ tempo_hint:
118
+ min: 125
119
+ max: 135
120
+ time_signature: "4/4"
121
+
122
+ canonical_artists:
123
+ - villalobos
124
+
125
+ canonical_genres: []
126
+
127
+ notes: |
128
+ Deep Minimal is Villalobos's territory. The genre asks reward long
129
+ evolution and micro-timing over spatial work. See artists/villalobos
130
+ for the canonical packet.
@@ -0,0 +1,130 @@
1
+ id: deep_house
2
+ name: Deep House
3
+ type: genre
4
+ aliases:
5
+ - "deep house"
6
+ - "soulful house"
7
+ - "chicago deep house"
8
+ - "detroit deep house"
9
+
10
+ sonic_identity:
11
+ - 118-124 BPM 4/4 straight
12
+ - warm analog-polysynth pads (Rhodes-adjacent)
13
+ - sampled soul chords (7th / 9th voicings)
14
+ - soft-filtered sub + mid-bass layering
15
+ - vocal chops as hooks (not lead vocals)
16
+
17
+ reach_for:
18
+ instruments:
19
+ - Poli
20
+ - Drift
21
+ - Electric Keyboards # Rhodes
22
+ - Bass
23
+ - Simpler # vocal chops
24
+ effects:
25
+ - Compressor # sidechained via Envelope Follower
26
+ - Auto Filter
27
+ - Reverb
28
+ - Chorus-Ensemble
29
+ - Saturator
30
+ packs:
31
+ - Synth Essentials
32
+ - Electric Keyboards
33
+ - Core Library
34
+ - Chop and Swing
35
+ utilities:
36
+ - EQ Eight
37
+
38
+ avoid:
39
+ - minor 7th dominance (unless jazz-house)
40
+ - dry production
41
+ - modern trap aesthetics
42
+ - aggressive sidechain pumping (that's tech-house, not deep)
43
+
44
+ rhythm_idioms:
45
+ - steady 4/4 kick
46
+ - open hat on off-beat
47
+ - clap on 2+4
48
+ - shakers for organic feel
49
+
50
+ harmony_idioms:
51
+ - major/minor 7th and 9th chord pads
52
+ - Rhodes-style keys
53
+ - vocal samples as hook
54
+ - subtle chord progressions (2-4 bar cycles)
55
+
56
+ arrangement_idioms:
57
+ - long intro (32 bars)
58
+ - drop at bar 32 or 64
59
+ - 7-10 minute tracks (club format)
60
+ - breakdown + return with pad emphasis
61
+
62
+ texture_idioms:
63
+ - clean digital with occasional vinyl character
64
+ - chorus on pads
65
+ - subtle sidechain pumping
66
+ - soft reverb wash
67
+
68
+ sample_roles:
69
+ - melodic_source
70
+ - vocal_accent
71
+ - pad_layer
72
+
73
+ key_techniques:
74
+ - name: "Classic Rhodes"
75
+ source: atlas
76
+ device: Electric Keyboards
77
+ - name: "Juno-style detuned chord"
78
+ source: atlas
79
+ device: Poli
80
+ - name: sidechain compression on pad triggered by kick
81
+ source: sample-techniques.md
82
+
83
+ evaluation_bias:
84
+ target_dimensions:
85
+ groove: 0.22
86
+ motion: 0.18
87
+ cohesion: 0.16
88
+ depth: 0.14
89
+ novelty: 0.10
90
+ contrast: 0.10
91
+ clarity: 0.10
92
+ protect:
93
+ clarity: 0.65
94
+ cohesion: 0.75
95
+ low_end: 0.72
96
+
97
+ move_family_bias:
98
+ favor:
99
+ - sound_design
100
+ - mix
101
+ - arrangement
102
+ deprioritize:
103
+ - performance
104
+
105
+ dimensions_in_scope:
106
+ - rhythmic
107
+ - timbral
108
+ - structural
109
+ - spatial
110
+ dimensions_deprioritized: []
111
+
112
+ novelty_budget_default: 0.40
113
+
114
+ tempo_hint:
115
+ min: 118
116
+ max: 124
117
+ time_signature: "4/4"
118
+
119
+ canonical_artists:
120
+ - isolee-luomo
121
+ - moodymann-theo-parrish
122
+
123
+ canonical_genres: []
124
+
125
+ notes: |
126
+ Deep house leans more on chord extensions (jazz/soul influence) than
127
+ house proper. The distinguishing signal is CHORD voicings — 7ths, 9ths,
128
+ 11ths from sampled Rhodes or Poli. Also slightly slower than main-room
129
+ house (118-124 vs. 124-128). Soulful-house is aliased here because
130
+ it shares the same chord-first aesthetic.
@@ -0,0 +1,116 @@
1
+ id: detroit_techno
2
+ name: Detroit Techno
3
+ type: genre
4
+ aliases:
5
+ - "detroit techno"
6
+ - "detroit"
7
+
8
+ sonic_identity:
9
+ - afrofuturist aesthetic (Jeff Mills / Juan Atkins lineage)
10
+ - sci-fi synth stabs + bell clusters
11
+ - 909 drums with Phase Pattern humanization
12
+ - space/urban-futurist atmosphere
13
+ - long-form arrangements
14
+
15
+ reach_for:
16
+ instruments:
17
+ - Drift
18
+ - Operator # FM bells
19
+ - Drum Rack # 909
20
+ effects:
21
+ - Phase Pattern
22
+ - Echo
23
+ - Saturator
24
+ packs:
25
+ - Drum Essentials
26
+ - Core Library
27
+ utilities:
28
+ - EQ Eight
29
+
30
+ avoid:
31
+ - European-minimal-techno restraint (Detroit is maximalist)
32
+ - melodic harmonic progressions
33
+ - ambient breakdown drops
34
+
35
+ rhythm_idioms:
36
+ - 909 kick + clap + hat with Phase Pattern
37
+ - relentless 128-140 BPM drive
38
+ - occasional hi-hat variation via MIDI tools
39
+
40
+ harmony_idioms:
41
+ - sci-fi synth stab (single chord, repeated)
42
+ - FM bell clusters as color
43
+ - minor-key melodic fragments
44
+
45
+ arrangement_idioms:
46
+ - 10-15 minute tracks
47
+ - energy modulation by element swap
48
+ - drop pad/stab at breakdown, reintroduce deeper
49
+
50
+ texture_idioms:
51
+ - tight Echo on stabs
52
+ - occasional cosmic chorus on bells
53
+ - dry drum bus
54
+
55
+ sample_roles:
56
+ - stab_source
57
+ - percussive_ghost
58
+
59
+ key_techniques:
60
+ - name: "Retro stab"
61
+ source: atlas
62
+ device: Poli
63
+ - name: "Aphex ambient FM pad"
64
+ source: atlas
65
+ device: Operator
66
+ - name: "phase_pattern"
67
+ source: sample-techniques.md
68
+
69
+ evaluation_bias:
70
+ target_dimensions:
71
+ groove: 0.22
72
+ motion: 0.20
73
+ novelty: 0.14
74
+ contrast: 0.12
75
+ cohesion: 0.12
76
+ depth: 0.10
77
+ clarity: 0.10
78
+ protect:
79
+ clarity: 0.60
80
+ cohesion: 0.70
81
+ low_end: 0.75
82
+
83
+ move_family_bias:
84
+ favor:
85
+ - arrangement
86
+ - sound_design
87
+ - device_creation
88
+ deprioritize:
89
+ - transition
90
+ - performance
91
+
92
+ dimensions_in_scope:
93
+ - rhythmic
94
+ - timbral
95
+ - structural
96
+ dimensions_deprioritized:
97
+ - spatial
98
+
99
+ novelty_budget_default: 0.5
100
+
101
+ tempo_hint:
102
+ min: 128
103
+ max: 140
104
+ time_signature: "4/4"
105
+
106
+ canonical_artists:
107
+ - jeff-mills
108
+
109
+ canonical_genres: []
110
+
111
+ notes: |
112
+ Detroit techno is distinguished from European techno by its
113
+ afrofuturist melodic aesthetic — FM bells, sci-fi stabs, cosmic
114
+ chorus touches. Use this packet when the user names Detroit
115
+ explicitly or references Jeff Mills / Juan Atkins / Carl Craig.
116
+ For generic techno asks, use the techno packet.