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,123 @@
1
+ id: disco
2
+ name: Disco
3
+ type: genre
4
+ aliases:
5
+ - "disco"
6
+ - "nu disco"
7
+ - "nu-disco"
8
+ - "french house" # French house is disco-filtering lineage
9
+
10
+ sonic_identity:
11
+ - 110-125 BPM 4/4 straight
12
+ - filtered disco samples (band-pass sweeps)
13
+ - funk guitar chops as rhythmic content
14
+ - pumping sidechained kick-bass
15
+ - vocoder or pitched-down vocal hooks
16
+
17
+ reach_for:
18
+ instruments:
19
+ - Simpler # disco loop chops
20
+ - Bass # Creative Extensions
21
+ effects:
22
+ - Vocoder
23
+ - Auto Filter # band-pass sweeps
24
+ - Chorus-Ensemble
25
+ - Compressor # heavy sidechain via Envelope Follower
26
+ - Saturator
27
+ packs:
28
+ - Chop and Swing
29
+ - Core Library
30
+ utilities:
31
+ - EQ Eight
32
+
33
+ avoid:
34
+ - non-sidechained kick/bass
35
+ - clean vocals (use vocoder or pitch-shift)
36
+ - minimal-techno-style restraint
37
+
38
+ rhythm_idioms:
39
+ - straight 4/4 house kick
40
+ - hi-hat on off-beat
41
+ - heavy sidechain pumping
42
+ - funk guitar strum on off-beats
43
+
44
+ harmony_idioms:
45
+ - disco-sample chord content
46
+ - minor-key bass
47
+ - vocoder chord voicings
48
+
49
+ arrangement_idioms:
50
+ - filter-automation-driven build
51
+ - drop + filter-sweep into main section
52
+ - breakdown with filter closed, build via filter open
53
+ - 6-8 minute tracks (club format)
54
+
55
+ texture_idioms:
56
+ - chorus/ensemble on synths
57
+ - sidechain pumping as rhythmic texture
58
+ - filtered disco as sustained element
59
+
60
+ sample_roles:
61
+ - melodic_source
62
+ - vocal_source
63
+ - rhythmic_chop
64
+
65
+ key_techniques:
66
+ - name: "Classic Robot Voice"
67
+ source: atlas
68
+ device: Vocoder
69
+ - name: "Noise-Carried Drums"
70
+ source: sample-techniques.md
71
+ - name: band-pass-filter automation on disco samples
72
+ source: sample-techniques.md
73
+ - name: "Reese-style bass"
74
+ source: atlas
75
+ device: Bass
76
+
77
+ evaluation_bias:
78
+ target_dimensions:
79
+ groove: 0.22
80
+ motion: 0.20
81
+ contrast: 0.16
82
+ cohesion: 0.12
83
+ novelty: 0.10
84
+ depth: 0.10
85
+ clarity: 0.10
86
+ protect:
87
+ clarity: 0.65
88
+ cohesion: 0.75
89
+ low_end: 0.72
90
+
91
+ move_family_bias:
92
+ favor:
93
+ - sound_design
94
+ - mix
95
+ - arrangement
96
+ deprioritize:
97
+ - performance
98
+
99
+ dimensions_in_scope:
100
+ - rhythmic
101
+ - timbral
102
+ - structural
103
+ - spatial
104
+ dimensions_deprioritized: []
105
+
106
+ novelty_budget_default: 0.45
107
+
108
+ tempo_hint:
109
+ min: 110
110
+ max: 125
111
+ time_signature: "4/4"
112
+
113
+ canonical_artists:
114
+ - daft-punk
115
+
116
+ canonical_genres: []
117
+
118
+ notes: |
119
+ Disco covers classic disco, nu-disco (modern revivals), and
120
+ French house (Daft Punk / Stardust lineage — disco-filtered,
121
+ vocoder-heavy). The distinguishing feature across all variants is
122
+ sidechain pumping on every non-kick element and aggressive filter
123
+ automation as the arrangement driver.
@@ -0,0 +1,129 @@
1
+ id: downtempo
2
+ name: Downtempo
3
+ type: genre
4
+ aliases:
5
+ - "downtempo"
6
+ - "down tempo"
7
+ - "electronica" # BoC-adjacent aesthetic is often called electronica
8
+ - "chillout"
9
+
10
+ sonic_identity:
11
+ - 70-100 BPM slow groove
12
+ - hip-hop-adjacent drum programming at half-speed
13
+ - warm detuned analog synths
14
+ - atmospheric pads and field recordings
15
+ - degraded-tape aesthetic (BoC lineage)
16
+
17
+ reach_for:
18
+ instruments:
19
+ - Drift
20
+ - Simpler # vocal chops, degraded samples
21
+ - Electric Keyboards # tape-warped
22
+ - Bass
23
+ effects:
24
+ - Echo
25
+ - Grain Delay
26
+ - Vinyl Distortion
27
+ - Erosion
28
+ - Saturator
29
+ packs:
30
+ - Chop and Swing
31
+ - Electric Keyboards
32
+ - Mood Reel
33
+ utilities:
34
+ - EQ Eight
35
+
36
+ avoid:
37
+ - pristine samples
38
+ - modern drum production
39
+ - bright mixes
40
+ - fast tempos
41
+ - clean signal chains
42
+
43
+ rhythm_idioms:
44
+ - slow boom-bap-adjacent beats
45
+ - soft hand percussion
46
+ - lo-fi break programming
47
+
48
+ harmony_idioms:
49
+ - detuned analog pad chords
50
+ - minor-key melancholic melodic fragments
51
+ - child-voice or vocal-chop samples as melody
52
+
53
+ arrangement_idioms:
54
+ - long slow reveal
55
+ - 4-6 minute tracks
56
+ - single mood sustained throughout
57
+
58
+ texture_idioms:
59
+ - tape warmth on everything
60
+ - slight tuning instability
61
+ - nostalgic haze
62
+
63
+ sample_roles:
64
+ - vocal_source
65
+ - texture_bed
66
+ - melodic_source
67
+
68
+ key_techniques:
69
+ - name: "Tape-warped EP"
70
+ source: atlas
71
+ device: Electric Keyboards
72
+ - name: "reverse_layer"
73
+ source: sample-techniques.md
74
+ - name: "Dense grain cloud"
75
+ source: atlas
76
+ device: Vector Grain
77
+ - name: "micro_chop"
78
+ source: sample-techniques.md
79
+
80
+ evaluation_bias:
81
+ target_dimensions:
82
+ depth: 0.22
83
+ cohesion: 0.18
84
+ motion: 0.14
85
+ groove: 0.14
86
+ contrast: 0.12
87
+ novelty: 0.10
88
+ clarity: 0.10
89
+ protect:
90
+ clarity: 0.55
91
+ cohesion: 0.72
92
+ low_end: 0.65
93
+
94
+ move_family_bias:
95
+ favor:
96
+ - sound_design
97
+ - device_creation
98
+ - arrangement
99
+ deprioritize:
100
+ - mix
101
+ - performance
102
+
103
+ dimensions_in_scope:
104
+ - timbral
105
+ - structural
106
+ - rhythmic
107
+ - spatial
108
+ dimensions_deprioritized: []
109
+
110
+ novelty_budget_default: 0.45
111
+
112
+ tempo_hint:
113
+ min: 70
114
+ max: 100
115
+ time_signature: "4/4"
116
+
117
+ canonical_artists:
118
+ - boards-of-canada
119
+ - burial
120
+ - j-dilla
121
+
122
+ canonical_genres: []
123
+
124
+ notes: |
125
+ Downtempo spans from BoC (tape-warm detuned analog) through Burial
126
+ (urban-decay 2-step) to Dilla's slower work. The unifying thread is
127
+ tempo (70-100 BPM) and degraded-aesthetic. Use the specific artist
128
+ packet when the user names one — this packet is the fallback when
129
+ only a genre term is given.
@@ -0,0 +1,133 @@
1
+ id: drone
2
+ name: Drone
3
+ type: genre
4
+ aliases:
5
+ - "drone"
6
+ - "drone music"
7
+
8
+ sonic_identity:
9
+ - no fixed tempo — duration-based form
10
+ - sustained single events across 10-60 minute durations
11
+ - decay IS the composition
12
+ - no percussion, no sections, no harmonic changes within a piece
13
+ - tape / granular / orchestral source material crushed into texture
14
+
15
+ reach_for:
16
+ instruments:
17
+ - Granulator III
18
+ - Vector Grain
19
+ - Emit
20
+ - Sampler
21
+ - Tension
22
+ - Drone Lab
23
+ effects:
24
+ - Convolution Reverb
25
+ - Erosion
26
+ - Vinyl Distortion
27
+ - Dynamic Tube
28
+ - Spectral Blur
29
+ packs:
30
+ - Drone Lab
31
+ - Inspired by Nature
32
+ - Mood Reel
33
+ utilities:
34
+ - EQ Eight
35
+
36
+ avoid:
37
+ - any percussion
38
+ - rhythmic patterns
39
+ - hard cuts
40
+ - fast evolution
41
+ - conventional harmony
42
+ - dry signals
43
+
44
+ rhythm_idioms:
45
+ - no rhythm
46
+ - occasional distant bell or chime
47
+
48
+ harmony_idioms:
49
+ - single sustained harmonic field
50
+ - modal or microtonal
51
+ - no chord changes within a piece
52
+ - decay removes frequencies over time
53
+
54
+ arrangement_idioms:
55
+ - duration-based form
56
+ - continuous evolution without sections
57
+ - the erosion of the source IS the arrangement
58
+
59
+ texture_idioms:
60
+ - reverb, granular, tape degradation
61
+ - cathedral acoustics
62
+ - hiss embraced
63
+
64
+ sample_roles:
65
+ - drone_source
66
+ - texture_bed
67
+
68
+ key_techniques:
69
+ - name: "Basinski tape degradation"
70
+ source: atlas
71
+ device: Vector Grain
72
+ - name: "Grain cloud (Tim Hecker)"
73
+ source: atlas
74
+ device: Emit
75
+ - name: "Slow-motion sustain"
76
+ source: atlas
77
+ device: Vector Grain
78
+ - name: "extreme_stretch"
79
+ source: sample-techniques.md
80
+ - name: "tail_harvest"
81
+ source: sample-techniques.md
82
+
83
+ evaluation_bias:
84
+ target_dimensions:
85
+ depth: 0.28
86
+ cohesion: 0.22
87
+ motion: 0.14
88
+ contrast: 0.10
89
+ novelty: 0.10
90
+ groove: 0.06
91
+ clarity: 0.10
92
+ protect:
93
+ clarity: 0.40
94
+ cohesion: 0.80
95
+ low_end: 0.60
96
+
97
+ move_family_bias:
98
+ favor:
99
+ - sound_design
100
+ - device_creation
101
+ deprioritize:
102
+ - mix
103
+ - arrangement
104
+ - transition
105
+ - performance
106
+
107
+ dimensions_in_scope:
108
+ - timbral
109
+ - spatial
110
+ dimensions_deprioritized:
111
+ - rhythmic
112
+ - structural
113
+
114
+ novelty_budget_default: 0.35
115
+
116
+ tempo_hint:
117
+ min: 0
118
+ max: 0
119
+ time_signature: "4/4"
120
+
121
+ canonical_artists:
122
+ - basinski
123
+ - stars-of-the-lid
124
+ - tim-hecker
125
+
126
+ canonical_genres: []
127
+
128
+ notes: |
129
+ Drone is the strictest 2-of-4 genre after pure ambient. Even sparser
130
+ than ambient — no perceptible tempo, no distant percussion, purely
131
+ sustained material that erodes. Two-plan outputs are the correct
132
+ scope. Three plans demand force-fabrication of a rhythmic or
133
+ structural angle that doesn't exist in the aesthetic.
@@ -0,0 +1,119 @@
1
+ id: drum_and_bass
2
+ name: Drum and Bass / Jungle
3
+ type: genre
4
+ aliases:
5
+ - "drum and bass"
6
+ - "drum & bass"
7
+ - "dnb"
8
+ - "d&b"
9
+ - "jungle"
10
+
11
+ sonic_identity:
12
+ - 160-180 BPM 4/4 with half-time perception on Amen chops
13
+ - punchy kick layered with break kick
14
+ - Reese bass (two detuned saws) + sub-bass under
15
+ - Amen / Funky Drummer / Apache breaks chopped and rearranged
16
+ - atmospheric pads, jungle vocal samples
17
+
18
+ reach_for:
19
+ instruments:
20
+ - Simpler # Amen chopping
21
+ - Analog # Reese
22
+ - Bass
23
+ - SONiVOX Strings # pp pad
24
+ effects:
25
+ - Compressor # drum bus glue
26
+ - Saturator
27
+ - Roar # modern neurofunk
28
+ - Convolution Reverb
29
+ packs:
30
+ - Drum Essentials
31
+ utilities:
32
+ - EQ Eight
33
+
34
+ avoid:
35
+ - quantized drums (Amen must be chopped and rearranged)
36
+ - synth bass in place of Reese
37
+ - overly clean mix
38
+
39
+ rhythm_idioms:
40
+ - Amen break chopped and re-sequenced
41
+ - half-time perception on kick/snare
42
+ - ghost snare programming
43
+
44
+ harmony_idioms:
45
+ - minimal melody
46
+ - occasional jazz / orchestral pad
47
+ - modal over sub-bass
48
+
49
+ arrangement_idioms:
50
+ - intro with atmospheric pad
51
+ - Amen drop at 16 or 32 bars
52
+ - breakdown / return pattern
53
+
54
+ texture_idioms:
55
+ - jungle vocal samples (dread, lick shot)
56
+ - atmospheric string pads
57
+ - jungle-era reverbs
58
+
59
+ sample_roles:
60
+ - rhythmic_chop
61
+ - sub_source
62
+ - pad_layer
63
+ - vocal_accent
64
+
65
+ key_techniques:
66
+ - name: "Reese bass (drum & bass)"
67
+ source: atlas
68
+ device: Analog
69
+ - name: "slice_and_sequence"
70
+ source: sample-techniques.md
71
+ notes: on Amen at 174 BPM
72
+
73
+ evaluation_bias:
74
+ target_dimensions:
75
+ groove: 0.22
76
+ depth: 0.18
77
+ motion: 0.16
78
+ contrast: 0.14
79
+ cohesion: 0.10
80
+ novelty: 0.10
81
+ clarity: 0.10
82
+ protect:
83
+ clarity: 0.60
84
+ cohesion: 0.68
85
+ low_end: 0.80
86
+
87
+ move_family_bias:
88
+ favor:
89
+ - sound_design
90
+ - arrangement
91
+ - device_creation
92
+ deprioritize:
93
+ - performance
94
+
95
+ dimensions_in_scope:
96
+ - rhythmic
97
+ - timbral
98
+ - structural
99
+ - spatial
100
+ dimensions_deprioritized: []
101
+
102
+ novelty_budget_default: 0.5
103
+
104
+ tempo_hint:
105
+ min: 170
106
+ max: 180
107
+ time_signature: "4/4"
108
+
109
+ canonical_artists:
110
+ - photek-source-direct
111
+
112
+ canonical_genres: []
113
+
114
+ notes: |
115
+ DnB / Jungle asks are tempo-first — always set 174 BPM before
116
+ creative work. Plans should focus on break chopping + Reese bass
117
+ design. Atmospheric variant (Photek / Source Direct) leans more
118
+ on pad + string work; modern neurofunk (Noisia, Phace) leans on
119
+ Roar-heavy bass design.
@@ -0,0 +1,132 @@
1
+ id: dub_techno
2
+ name: Dub Techno
3
+ type: genre
4
+ aliases:
5
+ - "dub techno"
6
+ - "dub-techno"
7
+
8
+ sonic_identity:
9
+ - single chord stab feeding long delay + reverb chain
10
+ - the FX chain IS the arrangement
11
+ - sub-bass at fundamental, felt not heard
12
+ - long reverb tails as harmonic motion
13
+ - rigid 4/4 kick-snare swimming in space
14
+
15
+ reach_for:
16
+ instruments:
17
+ - Poli
18
+ - Drift
19
+ - Simpler # dub-sub samples
20
+ - Drone Lab # Harmonic Drone Generator
21
+ effects:
22
+ - Convolution Reverb # Farfisa Spring, Stocktronics
23
+ - Echo
24
+ - Ping Pong Delay
25
+ - Auto Filter # on delay return
26
+ packs:
27
+ - Drone Lab
28
+ - Chop and Swing # crackle
29
+ - Lost and Found
30
+ utilities:
31
+ - Utility # sub → mono
32
+ - EQ Eight
33
+
34
+ avoid:
35
+ - bright EQ
36
+ - crisp transients
37
+ - complex melody
38
+ - fast tempo
39
+ - sidechain compression
40
+
41
+ rhythm_idioms:
42
+ - rigid 4/4 kick
43
+ - 909-style hat minimal closed/open interplay
44
+ - stick-click ghost hits
45
+
46
+ harmony_idioms:
47
+ - single chord stab (minor 7th or suspended 4th)
48
+ - FX-tail movement as harmonic motion
49
+ - static tonal center
50
+
51
+ arrangement_idioms:
52
+ - 8-12 minute evolution
53
+ - subtraction before addition
54
+ - return deeper, not louder
55
+
56
+ texture_idioms:
57
+ - vinyl crackle
58
+ - rain/nature field recordings
59
+ - long reverb tails at -10 to -20 dB
60
+ - hiss
61
+
62
+ sample_roles:
63
+ - dub_tail_source
64
+ - texture_bed
65
+
66
+ key_techniques:
67
+ - name: "The dub chord"
68
+ source: sound-design-deep.md
69
+ - name: "Reverb as harmony"
70
+ source: sound-design-deep.md
71
+ - name: "Delay throws"
72
+ source: sound-design-deep.md
73
+ - name: "Dub sub-bass"
74
+ source: atlas
75
+ device: Bass
76
+
77
+ evaluation_bias:
78
+ target_dimensions:
79
+ depth: 0.24
80
+ motion: 0.18
81
+ cohesion: 0.16
82
+ contrast: 0.12
83
+ groove: 0.10
84
+ novelty: 0.10
85
+ clarity: 0.10
86
+ protect:
87
+ clarity: 0.50
88
+ cohesion: 0.72
89
+ low_end: 0.80
90
+
91
+ move_family_bias:
92
+ favor:
93
+ - sound_design
94
+ - device_creation
95
+ - mix # space via send is core dub-techno work
96
+ deprioritize:
97
+ - transition
98
+ - performance
99
+
100
+ dimensions_in_scope:
101
+ - timbral
102
+ - spatial
103
+ - structural # optional — sparse, long-form structure
104
+ dimensions_deprioritized:
105
+ - rhythmic # percussion implied not stated
106
+
107
+ novelty_budget_default: 0.45 # idiom is conservative
108
+
109
+ tempo_hint:
110
+ min: 120
111
+ max: 130
112
+ time_signature: "4/4"
113
+
114
+ canonical_artists:
115
+ - basic-channel
116
+ - gas
117
+ - shackleton
118
+
119
+ canonical_genres: []
120
+
121
+ notes: |
122
+ Dub techno is an architecture-first aesthetic: before any new synth
123
+ patch, build the return-track architecture (Ping-Pong Delay with
124
+ filter → Convolution Reverb with cathedral IR). Three plans typically
125
+ include: (1) device_creation — return chain setup; (2) sound_design —
126
+ chord stab synthesis with Drift/Poli; (3) mix — sub narrowed to
127
+ mono, high-shelf tucked.
128
+
129
+ Rhythmic plans are legitimately out of scope for pure dub-techno. If
130
+ the user combines dub-techno with a rhythmic reference (Dilla swing,
131
+ Villalobos polyrhythms), re-include rhythmic via arrangement-family
132
+ plan with dimension_hint="rhythmic".