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,129 @@
1
+ id: dub
2
+ name: Dub
3
+ type: genre
4
+ aliases:
5
+ - "dub"
6
+ - "dub reggae"
7
+ - "roots dub"
8
+
9
+ sonic_identity:
10
+ - reggae one-drop rhythm base (kick on 3, not 1)
11
+ - heavy bass presence (sub-forward)
12
+ - dub-style long delay + reverb throws on snare and chord stabs
13
+ - minimal foreground content
14
+ - instruments drop out and return (version aesthetic)
15
+
16
+ reach_for:
17
+ instruments:
18
+ - Bass # sub-heavy
19
+ - Drift # chord stab
20
+ - Simpler # vocal samples
21
+ effects:
22
+ - Echo # long dub delay
23
+ - Convolution Reverb # spring IR preferred
24
+ - Auto Filter # on return chain
25
+ - Saturator # warm drive on drums
26
+ packs:
27
+ - Drone Lab
28
+ - Lost and Found
29
+ - Core Library
30
+ utilities:
31
+ - Utility # mono sub
32
+ - EQ Eight
33
+
34
+ avoid:
35
+ - bright top-end
36
+ - crisp transients
37
+ - dry signals
38
+ - EDM-style drops
39
+ - fast tempos
40
+
41
+ rhythm_idioms:
42
+ - one-drop (kick on 3, hi-hat emphasis on 2+4)
43
+ - sparse percussion
44
+ - skank guitar / keys on off-beat
45
+ - bass as melodic anchor
46
+
47
+ harmony_idioms:
48
+ - minor-key or modal
49
+ - chord stabs with long decay
50
+ - reggae chord voicings
51
+
52
+ arrangement_idioms:
53
+ - version mentality — same track with different element combinations
54
+ - instruments drop out + return dramatically
55
+ - dub throws (single delayed sample dominates for 4-8 bars)
56
+
57
+ texture_idioms:
58
+ - long delay tails
59
+ - spring reverb on snare
60
+ - tape warmth
61
+ - heavy saturation on bass
62
+
63
+ sample_roles:
64
+ - dub_tail_source
65
+ - vocal_source
66
+ - texture_bed
67
+
68
+ key_techniques:
69
+ - name: "dub_throw"
70
+ source: sample-techniques.md
71
+ - name: "The dub chord"
72
+ source: sound-design-deep.md
73
+ - name: "Reverb as harmony"
74
+ source: sound-design-deep.md
75
+ - name: "Delay throws"
76
+ source: sound-design-deep.md
77
+ - name: "Dub sub-bass"
78
+ source: atlas
79
+ device: Bass
80
+
81
+ evaluation_bias:
82
+ target_dimensions:
83
+ depth: 0.24
84
+ groove: 0.18
85
+ motion: 0.16
86
+ cohesion: 0.14
87
+ contrast: 0.12
88
+ novelty: 0.08
89
+ clarity: 0.08
90
+ protect:
91
+ clarity: 0.50
92
+ cohesion: 0.72
93
+ low_end: 0.85
94
+
95
+ move_family_bias:
96
+ favor:
97
+ - sound_design
98
+ - mix
99
+ - device_creation
100
+ deprioritize:
101
+ - performance
102
+
103
+ dimensions_in_scope:
104
+ - rhythmic
105
+ - timbral
106
+ - structural
107
+ - spatial
108
+ dimensions_deprioritized: []
109
+
110
+ novelty_budget_default: 0.40
111
+
112
+ tempo_hint:
113
+ min: 70
114
+ max: 90
115
+ time_signature: "4/4"
116
+
117
+ canonical_artists:
118
+ - basic-channel
119
+ - skream-mala
120
+
121
+ canonical_genres: []
122
+
123
+ notes: |
124
+ Dub is the reggae-sound-system source aesthetic that dub-techno and
125
+ dubstep both borrow from. At tempos 70-90 BPM with one-drop rhythm,
126
+ it's distinguishable from dub-techno (120-130 BPM, 4/4 kick). A
127
+ user referencing "dub" likely wants one-drop drums + heavy sub +
128
+ long send chain. Use dub-techno packet for the 4/4 techno-derived
129
+ variant; use this packet for the original Jamaican-lineage aesthetic.
@@ -0,0 +1,120 @@
1
+ id: dubstep
2
+ name: Dubstep / Bass Music (Modern)
3
+ type: genre
4
+ aliases:
5
+ - "dubstep"
6
+ - "bass music"
7
+
8
+ sonic_identity:
9
+ - 140 BPM with half-time feel (snare on 3)
10
+ - wobble bass (filter-modulated saw) or growl bass (FM-heavy)
11
+ - punchy ~55 Hz kick often layered with sub
12
+ - heavy snare on 3 + snappy claps
13
+ - industrial atmosphere + noise risers
14
+
15
+ reach_for:
16
+ instruments:
17
+ - Wavetable # wobble
18
+ - Operator # FM growl
19
+ - Bass
20
+ - Drum Rack
21
+ effects:
22
+ - Auto Filter # wobble
23
+ - Compressor # heavy
24
+ - Saturator
25
+ - Limiter
26
+ - Ring Modulator # via Operator
27
+ packs:
28
+ - Drum Essentials # dubstep kits
29
+ - Skitter and Step
30
+ - Punch and Tilt
31
+ utilities:
32
+ - EQ Eight
33
+
34
+ avoid:
35
+ - full-step kick pattern
36
+ - major key
37
+ - clean mix
38
+ - retro aesthetic
39
+
40
+ rhythm_idioms:
41
+ - half-time drum feel
42
+ - 909 hats
43
+ - occasional glitch percussion
44
+
45
+ harmony_idioms:
46
+ - minor-key stabs
47
+ - filtered chords on breakdowns
48
+ - wobble/growl as harmonic content
49
+
50
+ arrangement_idioms:
51
+ - intro → buildup → drop → breakdown → return
52
+ - breakdown typically at 48 or 64 bars
53
+ - dramatic tempo/intensity shifts
54
+
55
+ texture_idioms:
56
+ - industrial atmosphere
57
+ - noise risers before drops
58
+ - heavy reverb on pads
59
+
60
+ sample_roles:
61
+ - growl_bass_source
62
+ - percussive_accent
63
+
64
+ key_techniques:
65
+ - name: "Wobble bass"
66
+ source: atlas
67
+ device: Wavetable
68
+ - name: "Reese-style bass"
69
+ source: atlas
70
+ device: Bass
71
+ - name: half-time drum programming
72
+ source: sample-techniques.md
73
+
74
+ evaluation_bias:
75
+ target_dimensions:
76
+ contrast: 0.22
77
+ depth: 0.18
78
+ motion: 0.16
79
+ groove: 0.14
80
+ novelty: 0.10
81
+ cohesion: 0.10
82
+ clarity: 0.10
83
+ protect:
84
+ clarity: 0.60
85
+ cohesion: 0.60
86
+ low_end: 0.85
87
+
88
+ move_family_bias:
89
+ favor:
90
+ - sound_design
91
+ - device_creation
92
+ - mix
93
+ deprioritize:
94
+ - performance
95
+
96
+ dimensions_in_scope:
97
+ - rhythmic
98
+ - timbral
99
+ - structural
100
+ - spatial
101
+ dimensions_deprioritized: []
102
+
103
+ novelty_budget_default: 0.5
104
+
105
+ tempo_hint:
106
+ min: 138
107
+ max: 142
108
+ time_signature: "4/4" # half-time perceived
109
+
110
+ canonical_artists:
111
+ - skream-mala
112
+ - burial
113
+
114
+ canonical_genres: []
115
+
116
+ notes: |
117
+ Dubstep spans from DMZ-era (Burial, Skream/Mala — bass-first, slower)
118
+ to modern Skrillex-era (aggressive, faster). Plans should match the
119
+ specific artist reference if provided. Default assumes DMZ-era
120
+ (bass-first, not aggressive-growl).
@@ -0,0 +1,136 @@
1
+ id: experimental
2
+ name: Experimental / Noise / Found-Sound
3
+ type: genre
4
+ aliases:
5
+ - "experimental"
6
+ - "noise"
7
+ - "found-sound"
8
+ - "avant"
9
+
10
+ sonic_identity:
11
+ - variable or no tempo
12
+ - kick absent or found-sound substitute
13
+ - drone / sub-bass / absent bass
14
+ - found-sound percussion (metal, glass, objects) NOT kit drums
15
+ - often atonal, microtonal, or noise-based
16
+ - texture IS everything
17
+
18
+ reach_for:
19
+ instruments:
20
+ - Vector Grain
21
+ - Emit
22
+ - Corpus
23
+ - Tension # weird settings
24
+ - Collision
25
+ - Bell Tower
26
+ effects:
27
+ - Erosion
28
+ - Roar
29
+ - Spectral Blur
30
+ - Spectral Resonator
31
+ - Shifter
32
+ - Pitch Hack
33
+ - Grain Delay
34
+ packs:
35
+ - Lost and Found
36
+ - Glitch and Wash
37
+ - Inspired by Nature
38
+ - Building Max Devices
39
+ utilities:
40
+ - EQ Eight
41
+
42
+ avoid:
43
+ - predictable arrangement
44
+ - traditional harmony
45
+ - clean signal chains
46
+ - stock drum kits
47
+
48
+ rhythm_idioms:
49
+ - variable or no tempo
50
+ - found-sound percussion (metal, glass, objects)
51
+ - polyrhythmic / polymetric structures common
52
+ - rhythmic loops from non-musical sources
53
+
54
+ harmony_idioms:
55
+ - atonal, microtonal, or noise-based
56
+ - pitch emerges from physical-model resonance
57
+ - harmonic content embedded in saturation
58
+
59
+ arrangement_idioms:
60
+ - non-linear form
61
+ - abrupt shifts
62
+ - duration-based rather than section-based
63
+
64
+ texture_idioms:
65
+ - granular, spectral, saturated, reversed
66
+ - physical-impact textures via Corpus / Collision
67
+ - impossible-acoustic spaces
68
+
69
+ sample_roles:
70
+ - texture_bed
71
+ - percussive_ghost
72
+ - drone_source
73
+
74
+ key_techniques:
75
+ - name: "Noise Bow"
76
+ source: atlas
77
+ device: Corpus
78
+ - name: "Chaotic lock-in"
79
+ source: atlas
80
+ device: Vector Map
81
+ - name: "granular_scatter"
82
+ source: sample-techniques.md
83
+ - name: "Modulated bell cluster"
84
+ source: atlas
85
+ device: Vector FM
86
+
87
+ evaluation_bias:
88
+ target_dimensions:
89
+ novelty: 0.24
90
+ contrast: 0.18
91
+ depth: 0.14
92
+ motion: 0.14
93
+ cohesion: 0.10
94
+ groove: 0.10
95
+ clarity: 0.10
96
+ protect:
97
+ clarity: 0.40
98
+ cohesion: 0.50
99
+ low_end: 0.55
100
+
101
+ move_family_bias:
102
+ favor:
103
+ - sound_design
104
+ - device_creation
105
+ - arrangement
106
+ deprioritize:
107
+ - mix
108
+ - performance
109
+
110
+ dimensions_in_scope:
111
+ - timbral
112
+ - spatial
113
+ - structural
114
+ - rhythmic
115
+ dimensions_deprioritized: []
116
+
117
+ novelty_budget_default: 0.75
118
+
119
+ tempo_hint:
120
+ min: 0
121
+ max: 0 # variable or no tempo
122
+
123
+ canonical_artists:
124
+ - arca-sophie
125
+ - oneohtrix-point-never
126
+ - tim-hecker
127
+ - autechre
128
+
129
+ canonical_genres: []
130
+
131
+ notes: |
132
+ Experimental is the highest-novelty genre. Plans should embrace
133
+ physical-modeling synthesis (Corpus, Collision, Tension), grain
134
+ clouds (Vector Grain, Emit), and non-linear arrangement. The
135
+ packet's target_dimensions DEPRIORITIZES clarity — the aesthetic
136
+ tolerates and embraces unclean signal chains.
@@ -0,0 +1,119 @@
1
+ id: footwork
2
+ name: Footwork / Juke
3
+ type: genre
4
+ aliases:
5
+ - "footwork"
6
+ - "juke"
7
+ - "chicago juke"
8
+ - "teklife"
9
+
10
+ sonic_identity:
11
+ - 160 BPM frenetic pace
12
+ - vocal-chop hyper-rhythms (1/16 chops)
13
+ - sparse kick programming (unpredictable placement)
14
+ - triplet feels inside 4/4
15
+ - stuttered soul / hip-hop sample sources
16
+
17
+ reach_for:
18
+ instruments:
19
+ - Simpler # 1/16 vocal slicing
20
+ - Bass
21
+ effects:
22
+ - Slice Shuffler # MIDI Tools
23
+ - Polyrhythm # 3:2 ratios
24
+ packs:
25
+ - Chop and Swing
26
+ - Trap Drums
27
+ - MIDI Tools
28
+ utilities:
29
+ - EQ Eight
30
+
31
+ avoid:
32
+ - quantized-on-grid drums
33
+ - sustained elements
34
+ - bright leads
35
+ - long chord progressions
36
+
37
+ rhythm_idioms:
38
+ - 1/16 vocal-chop barrages
39
+ - triplet feels against 4/4 kick grid
40
+ - 3:2 polyrhythms via Polyrhythm MIDI tool
41
+ - sparse kick — not steady
42
+
43
+ harmony_idioms:
44
+ - chopped-syllable pitch as melodic content
45
+ - rarely any sustained chord
46
+ - minor-key fragments
47
+
48
+ arrangement_idioms:
49
+ - short tracks (2-3 minutes)
50
+ - rapid section changes
51
+ - chop pattern evolves across bars
52
+
53
+ texture_idioms:
54
+ - dense vocal chop texture
55
+ - 808 sub as punctuation
56
+ - minimal atmospheric content
57
+
58
+ sample_roles:
59
+ - rhythmic_chop
60
+ - vocal_source
61
+ - transient_accent
62
+
63
+ key_techniques:
64
+ - name: "vocal_chop_rhythm"
65
+ source: sample-techniques.md
66
+ - name: "slice_shuffler"
67
+ source: atlas
68
+ device: Slice Shuffler
69
+ - name: "micro_chop"
70
+ source: sample-techniques.md
71
+
72
+ evaluation_bias:
73
+ target_dimensions:
74
+ groove: 0.26
75
+ motion: 0.18
76
+ novelty: 0.16
77
+ contrast: 0.12
78
+ depth: 0.10
79
+ cohesion: 0.10
80
+ clarity: 0.08
81
+ protect:
82
+ clarity: 0.55
83
+ cohesion: 0.55
84
+ low_end: 0.70
85
+
86
+ move_family_bias:
87
+ favor:
88
+ - arrangement
89
+ - sound_design
90
+ - device_creation
91
+ deprioritize:
92
+ - performance
93
+
94
+ dimensions_in_scope:
95
+ - rhythmic
96
+ - timbral
97
+ - structural
98
+ dimensions_deprioritized:
99
+ - spatial
100
+
101
+ novelty_budget_default: 0.6
102
+
103
+ tempo_hint:
104
+ min: 155
105
+ max: 165
106
+ time_signature: "4/4"
107
+
108
+ canonical_artists:
109
+ - rashad-spinn-traxman
110
+
111
+ canonical_genres: []
112
+
113
+ notes: |
114
+ Footwork demands 160 BPM first — always set tempo before any
115
+ creative work. The vocal-chop manipulation IS the genre: Simpler
116
+ slicing at 1/16, Slice Shuffler for rapid re-sequencing, Polyrhythm
117
+ for 3:2 feels. "Juke" (the original Chicago style) and "footwork"
118
+ are treated as the same aesthetic here — both live at 155-165 BPM
119
+ with the same chop programming approach.
@@ -0,0 +1,132 @@
1
+ id: hip_hop
2
+ name: Hip-Hop (Boom Bap / Lo-Fi)
3
+ type: genre
4
+ aliases:
5
+ - "hip hop"
6
+ - "hip-hop"
7
+ - "boom bap"
8
+ - "boom-bap"
9
+ - "lo-fi hip hop"
10
+ - "lofi"
11
+
12
+ sonic_identity:
13
+ - 85-95 BPM with swing 60-70% (manual micro-timing, not template)
14
+ - warm dusty kick ~55-65 Hz fundamental
15
+ - chopped breaks (Amen, Funky Drummer, Impeach the President, Apache)
16
+ - chopped soul/jazz loops as harmonic content
17
+ - vinyl-saturated mix aesthetic
18
+
19
+ reach_for:
20
+ instruments:
21
+ - Simpler # classic mode + slicing
22
+ - Electric Keyboards
23
+ - Bass
24
+ effects:
25
+ - Saturator
26
+ - Vinyl Distortion
27
+ - Erosion
28
+ - Dynamic Tube
29
+ - Grain Delay # tape-delay via
30
+ - Gated Delay
31
+ packs:
32
+ - Chop and Swing
33
+ - Golden Era Hip-Hop Drums
34
+ - Drum Booth
35
+ - Electric Keyboards
36
+ - Core Library
37
+ utilities:
38
+ - EQ Eight
39
+
40
+ avoid:
41
+ - quantized drums
42
+ - clean production
43
+ - modern trap hats
44
+ - synth bass
45
+ - bright mixes
46
+
47
+ rhythm_idioms:
48
+ - manual micro-timing (Dilla-feel)
49
+ - swing approximation 60-70%
50
+ - classic break slicing
51
+
52
+ harmony_idioms:
53
+ - chopped soul/jazz loops
54
+ - Rhodes/Wurly samples
55
+ - occasional unintentional key clashes
56
+
57
+ arrangement_idioms:
58
+ - loop-based with sample-flip variations
59
+ - 2-3 minute tracks (Madvillainy-era) or longer beat-tapes
60
+ - vocal interjection punctuation
61
+
62
+ texture_idioms:
63
+ - vinyl crackle, tape hiss
64
+ - saturator on drum bus
65
+ - dusty mix
66
+
67
+ sample_roles:
68
+ - rhythmic_chop
69
+ - melodic_source
70
+ - vocal_accent
71
+
72
+ key_techniques:
73
+ - name: "J Dilla micro-timed kit"
74
+ source: atlas
75
+ device: Simpler
76
+ - name: "Tape-warped EP"
77
+ source: atlas
78
+ device: Electric Keyboards
79
+ - name: "slice_and_sequence"
80
+ source: sample-techniques.md
81
+ - name: "stab_isolation"
82
+ source: sample-techniques.md
83
+
84
+ evaluation_bias:
85
+ target_dimensions:
86
+ groove: 0.24
87
+ depth: 0.16
88
+ novelty: 0.14
89
+ contrast: 0.12
90
+ motion: 0.12
91
+ cohesion: 0.12
92
+ clarity: 0.10
93
+ protect:
94
+ clarity: 0.55
95
+ cohesion: 0.68
96
+ low_end: 0.75
97
+
98
+ move_family_bias:
99
+ favor:
100
+ - arrangement # rhythmic work dominates
101
+ - sound_design
102
+ - device_creation
103
+ deprioritize:
104
+ - performance
105
+
106
+ dimensions_in_scope:
107
+ - rhythmic
108
+ - timbral
109
+ - structural
110
+ dimensions_deprioritized:
111
+ - spatial # dry intimacy is the aesthetic
112
+
113
+ novelty_budget_default: 0.5
114
+
115
+ tempo_hint:
116
+ min: 85
117
+ max: 95
118
+ time_signature: "4/4"
119
+
120
+ canonical_artists:
121
+ - j-dilla
122
+ - dj-premier-rza
123
+ - madlib
124
+ - moodymann-theo-parrish
125
+
126
+ canonical_genres: []
127
+
128
+ notes: |
129
+ Hip-Hop / Boom Bap deprioritizes spatial — the aesthetic is close-
130
+ miced and dry, not cathedral. Plans should favor rhythmic and
131
+ timbral work. Exceptions: Premier-style snare plate reverb is
132
+ spatial but narrow-scope (single element).