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,121 @@
1
+ id: uk_garage
2
+ name: Garage / UK Garage / 2-Step
3
+ type: genre
4
+ aliases:
5
+ - "uk garage"
6
+ - "ukg"
7
+ - "garage"
8
+ - "2-step"
9
+ - "2 step"
10
+
11
+ sonic_identity:
12
+ - 130-140 BPM with 2-step shuffle pattern
13
+ - kick on 1, snare on 3, broken hat pattern (NOT straight 16ths)
14
+ - punchy kick often offset off-grid
15
+ - sub-bass with slide + filter modulation
16
+ - R&B chord influence
17
+ - vocal samples chopped
18
+
19
+ reach_for:
20
+ instruments:
21
+ - Simpler # vocal chops
22
+ - Bass
23
+ - Drift
24
+ effects:
25
+ - Auto Filter
26
+ - Ping-Pong Delay
27
+ - Compressor
28
+ - Convolution Reverb
29
+ packs:
30
+ - Skitter and Step # pack literally for this genre
31
+ - Voice Box
32
+ utilities:
33
+ - EQ Eight
34
+
35
+ avoid:
36
+ - straight 16th hats
37
+ - trap-style snares
38
+ - minor-9th minor dominance
39
+ - aggressive bass
40
+
41
+ rhythm_idioms:
42
+ - shuffled broken hat pattern (1/16 shuffle)
43
+ - kick on 1, snare on 3
44
+ - occasional tom fills
45
+ - hand-placed drum notes
46
+
47
+ harmony_idioms:
48
+ - R&B-chord influence (major 7th, 9th)
49
+ - vocal samples chopped as melodic content
50
+ - tonal bass with slide
51
+
52
+ arrangement_idioms:
53
+ - intro at bar 0-16
54
+ - drop at bar 16 or 32
55
+ - breakdown/return pattern
56
+ - 4-6 minute tracks
57
+
58
+ texture_idioms:
59
+ - skippy, vibrant feel
60
+ - dub-influenced reverb (occasional)
61
+ - vinyl-era warmth
62
+
63
+ sample_roles:
64
+ - vocal_source
65
+ - rhythmic_chop
66
+ - bass_source
67
+
68
+ key_techniques:
69
+ - name: "vocal_chop_rhythm"
70
+ source: sample-techniques.md
71
+ - name: shuffled hat programming
72
+ source: sample-techniques.md
73
+ - name: bass-glide automation
74
+ source: sample-techniques.md
75
+
76
+ evaluation_bias:
77
+ target_dimensions:
78
+ groove: 0.24
79
+ motion: 0.18
80
+ contrast: 0.14
81
+ depth: 0.12
82
+ cohesion: 0.12
83
+ novelty: 0.10
84
+ clarity: 0.10
85
+ protect:
86
+ clarity: 0.60
87
+ cohesion: 0.70
88
+ low_end: 0.75
89
+
90
+ move_family_bias:
91
+ favor:
92
+ - arrangement
93
+ - sound_design
94
+ - device_creation
95
+ deprioritize:
96
+ - performance
97
+
98
+ dimensions_in_scope:
99
+ - rhythmic
100
+ - timbral
101
+ - structural
102
+ - spatial
103
+ dimensions_deprioritized: []
104
+
105
+ novelty_budget_default: 0.5
106
+
107
+ tempo_hint:
108
+ min: 130
109
+ max: 140
110
+ time_signature: "4/4"
111
+
112
+ canonical_artists:
113
+ - burial
114
+
115
+ canonical_genres: []
116
+
117
+ notes: |
118
+ UK Garage / 2-Step hinges on shuffled hat programming — that pattern
119
+ IS the genre signature. Plans should prioritize rhythmic work on
120
+ the hat clip (arrangement-family with dimension_hint="rhythmic")
121
+ before touching anything else.
@@ -0,0 +1,110 @@
1
+ # Device Atlas — Master Index
2
+
3
+ > Last updated: 2026-03-18 | 10,600+ lines | 330+ devices | 139 drum kits | 350+ IRs | 1,850+ presets mapped
4
+
5
+ ## How to Use This Atlas
6
+
7
+ **Agent loading strategy:**
8
+ 1. Read this index first to understand what's available
9
+ 2. Based on the user's request, load only the relevant 1-2 category files
10
+ 3. For compound requests ("add compression and reverb"), load both relevant files
11
+ 4. For vibe-based requests ("make it darker"), load `presets-by-vibe.md`
12
+ 5. Always verify device existence via `search_browser` before loading — the atlas tells you WHAT and WHY, the browser confirms it EXISTS
13
+
14
+ ## Atlas Files
15
+
16
+ ### Sound Processing
17
+
18
+ | File | Scope | Devices | Lines |
19
+ |------|-------|---------|-------|
20
+ | [dynamics-and-punch.md](dynamics-and-punch.md) | Compressors, limiters, gates, transient shapers | 21 (6 native + 15 M4L) | 525 |
21
+ | [distortion-and-character.md](distortion-and-character.md) | Saturators, fuzz, amp sims, tape, IRs | 17 + 350 IRs | 687 |
22
+ | [space-and-depth.md](space-and-depth.md) | Reverbs, delays, diffusion, spatial | 19 (12 native + 7 M4L) | 571 |
23
+ | [movement-and-modulation.md](movement-and-modulation.md) | Chorus, phaser, LFOs, tremolo, auto-pan | 21 (5 native + 16 M4L) | 874 |
24
+ | [spectral-and-weird.md](spectral-and-weird.md) | Granular, glitch, spectral, experimental | 40 (5 native + 35 M4L) | 714 |
25
+ | [eq-and-filtering.md](eq-and-filtering.md) | EQs, filters, resonators, vocoder | 13 (8 native + 5 M4L) | 402 |
26
+
27
+ ### Sound Generation
28
+
29
+ | File | Scope | Devices | Lines |
30
+ |------|-------|---------|-------|
31
+ | [synths-native.md](synths-native.md) | All 11 Ableton instruments in depth | 11 native | 953 |
32
+ | [synths-m4l.md](synths-m4l.md) | Fors, Mutable Instruments, Sonus Dept, Spektro, etc. | 34 M4L | 730 |
33
+ | [plugins-synths.md](plugins-synths.md) | AU/VST plugin synths, samplers, drum machines, effects, MIDI tools | 49 entries (85+ plugins) | 1,300+ |
34
+ | [drums-and-percussion.md](drums-and-percussion.md) | Drum Rack, DS synths, kits by genre, M4L drum tools | 18 + 139 kits | 753 |
35
+
36
+ ### MIDI & Composition
37
+
38
+ | File | Scope | Devices | Lines |
39
+ |------|-------|---------|-------|
40
+ | [midi-tools.md](midi-tools.md) | Arpeggiators, chord tools, sequencers, generative | 45 (13 native + 32 M4L) | 963 |
41
+
42
+ ### Workflow & Utility
43
+
44
+ | File | Scope | Devices | Lines |
45
+ |------|-------|---------|-------|
46
+ | [utility-and-workflow.md](utility-and-workflow.md) | Meters, mapping, routing, QOL tools | 42 (3 native + 39 M4L) | 843 |
47
+
48
+ ### Cross-References
49
+
50
+ | File | Scope | Lines |
51
+ |------|-------|-------|
52
+ | [samples-and-irs.md](samples-and-irs.md) | 3,889 samples + Encoder Audio Mojo IR guide | 597 |
53
+ | [presets-by-vibe.md](presets-by-vibe.md) | 14 vibe categories mapping natural language → devices/presets | 727 |
54
+
55
+ ## Quick Routing Guide
56
+
57
+ **User says something about...** → **Load this file:**
58
+
59
+ | Request Pattern | Primary File | Secondary File |
60
+ |----------------|-------------|----------------|
61
+ | "make it punchier / harder / tighter" | dynamics-and-punch | distortion-and-character |
62
+ | "add warmth / grit / saturation / fuzz" | distortion-and-character | dynamics-and-punch |
63
+ | "more space / depth / reverb / delay / echo" | space-and-depth | — |
64
+ | "add movement / modulation / wobble / pulse" | movement-and-modulation | — |
65
+ | "glitch / granular / freeze / spectral / weird" | spectral-and-weird | — |
66
+ | "EQ / filter / tone / brighten / darken" | eq-and-filtering | — |
67
+ | "I need a synth / bass / pad / lead" | synths-native | synths-m4l, plugins-synths |
68
+ | "Moog / Drambo / granular / modular / DX7 / sampler plugin" | plugins-synths | — |
69
+ | "drums / beats / kick / snare / hat" | drums-and-percussion | — |
70
+ | "arpeggio / chord / sequence / generative / random" | midi-tools | — |
71
+ | "meter / gain / routing / utility / organize" | utility-and-workflow | — |
72
+ | "dark / ethereal / aggressive / lo-fi / cinematic" | presets-by-vibe | (then load the relevant device file) |
73
+ | "sample / one-shot / loop / IR / convolution" | samples-and-irs | — |
74
+ | "what M4L devices do I have for X" | (search relevant category) | utility-and-workflow |
75
+
76
+ ## Scope Notes
77
+
78
+ - **[universal]** files: synths-native, eq-and-filtering (native sections), dynamics-and-punch (native sections), space-and-depth (native sections), movement-and-modulation (native sections)
79
+ - **[user-library]** files: All M4L device entries, drums-and-percussion (kit guide), samples-and-irs, presets-by-vibe, utility-and-workflow (M4L sections), synths-m4l, spectral-and-weird (M4L sections)
80
+ - Always `search_browser` to verify M4L device availability before attempting to load
81
+ - The atlas is a strong hint system, not a guarantee — when in doubt, discover via `get_device_parameters`
82
+
83
+ ## M4L Collection Mapping
84
+
85
+ | Collection | Location in User Library | Atlas Coverage |
86
+ |-----------|------------------------|----------------|
87
+ | CLX_01 (QOL GUI) | MAX MONTY/_CLX_01 | utility-and-workflow |
88
+ | CLX_02 (FX) | MAX MONTY/_CLX_02 | dynamics, distortion, space, eq, movement |
89
+ | CLX_03 (MIDI) | MAX MONTY/_CLX_03 | midi-tools |
90
+ | CLX_04 (GEN) | MAX MONTY/_CLX_04 | spectral-and-weird, synths-m4l |
91
+ | CLX_05 (MOD) | MAX MONTY/_CLX_05 | movement-and-modulation |
92
+ | Fors | MAX MONTY/M4L_fors | synths-m4l, space-and-depth |
93
+ | Mutable Instruments | MAX MONTY/M4L_Mutable Instruments | synths-m4l, midi-tools |
94
+ | Sonus Dept | MAX MONTY/M4L_Sonus Dept | synths-m4l, spectral-and-weird |
95
+ | Confetti | MAX MONTY/M4L_Confetti | spectral-and-weird |
96
+ | J74 | MAX MONTY/M4L_J74 | midi-tools |
97
+ | Isotonik | MAX MONTY/M4L_Isotonik Studios | spectral-and-weird |
98
+ | Altar of Wisdom | MAX MONTY/M4L_Altar of Wisdom | spectral-and-weird |
99
+ | Oscilloscopemusic | MAX MONTY/M4L_Oscilloscopemusic | spectral-and-weird |
100
+ | Soundmanufacture | MAX MONTY/M4L_Soundmanufacture | midi-tools |
101
+ | Robert Henke | MAX MONTY/Robert Henke | utility-and-workflow, spectral-and-weird |
102
+ | Suzuki Kentaro | MAX MONTY/M4L_Suzuki Kentaro | utility-and-workflow |
103
+ | trnr | MAX MONTY/m4l_2024/_CLX_02/trnr | drums-and-percussion, distortion-and-character |
104
+ | pATCHES | MAX MONTY/M4L_pATCHES | utility-and-workflow |
105
+ | S8JFOU | MAX MONTY/M4L_S8JFOU | utility-and-workflow |
106
+ | alexkid | MAX MONTY/M4L_alexkid | utility-and-workflow |
107
+ | Slink | MAX MONTY/M4L_Slink Devices | movement-and-modulation |
108
+ | Iris | MAX MONTY/rem4llives | movement-and-modulation |
109
+ | All MIDI Tools | MAX MONTY/2024_august | midi-tools |
110
+ | Encoder Audio Mojo | MAX MONTY/_CLX_02/Encoder Audio Mojo | distortion-and-character, samples-and-irs |