livepilot 1.10.7 → 1.10.8
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.
- package/CHANGELOG.md +126 -0
- package/README.md +11 -9
- package/bin/livepilot.js +146 -28
- package/installer/install.js +117 -11
- package/m4l_device/LivePilot_Analyzer.amxd +0 -0
- package/m4l_device/livepilot_bridge.js +1 -1
- package/mcp_server/__init__.py +1 -1
- package/mcp_server/atlas/__init__.py +39 -7
- package/mcp_server/atlas/tools.py +56 -15
- package/mcp_server/composer/layer_planner.py +27 -0
- package/mcp_server/composer/prompt_parser.py +15 -6
- package/mcp_server/connection.py +11 -3
- package/mcp_server/corpus/__init__.py +14 -4
- package/mcp_server/m4l_bridge.py +48 -7
- package/mcp_server/runtime/execution_router.py +16 -2
- package/mcp_server/runtime/remote_commands.py +6 -0
- package/mcp_server/sample_engine/models.py +22 -3
- package/mcp_server/semantic_moves/__init__.py +1 -0
- package/mcp_server/semantic_moves/compiler.py +9 -1
- package/mcp_server/semantic_moves/device_creation_compilers.py +47 -0
- package/mcp_server/semantic_moves/mix_compilers.py +170 -0
- package/mcp_server/semantic_moves/mix_moves.py +1 -1
- package/mcp_server/semantic_moves/models.py +5 -0
- package/mcp_server/semantic_moves/tools.py +15 -4
- package/mcp_server/server.py +7 -3
- package/mcp_server/services/singletons.py +68 -0
- package/mcp_server/splice_client/client.py +29 -8
- package/mcp_server/tools/analyzer.py +7 -6
- package/mcp_server/tools/clips.py +1 -1
- package/mcp_server/tools/midi_io.py +10 -0
- package/mcp_server/tools/tracks.py +1 -1
- package/mcp_server/tools/transport.py +1 -1
- package/mcp_server/translation_engine/tools.py +8 -4
- package/package.json +25 -3
- package/remote_script/LivePilot/__init__.py +29 -9
- package/remote_script/LivePilot/arrangement.py +12 -2
- package/remote_script/LivePilot/browser.py +16 -6
- package/remote_script/LivePilot/devices.py +10 -5
- package/remote_script/LivePilot/notes.py +13 -2
- package/remote_script/LivePilot/server.py +51 -13
- package/remote_script/LivePilot/version_detect.py +7 -4
- package/server.json +20 -0
- package/.claude-plugin/marketplace.json +0 -21
- package/.mcp.json.disabled +0 -9
- package/.mcpbignore +0 -60
- package/AGENTS.md +0 -46
- package/BUGS.md +0 -1570
- package/CODE_OF_CONDUCT.md +0 -27
- package/CONTRIBUTING.md +0 -131
- package/SECURITY.md +0 -48
- package/livepilot/.Codex-plugin/plugin.json +0 -8
- package/livepilot/.claude-plugin/plugin.json +0 -8
- package/livepilot/agents/livepilot-producer/AGENT.md +0 -313
- package/livepilot/commands/arrange.md +0 -47
- package/livepilot/commands/beat.md +0 -77
- package/livepilot/commands/evaluate.md +0 -49
- package/livepilot/commands/memory.md +0 -22
- package/livepilot/commands/mix.md +0 -44
- package/livepilot/commands/perform.md +0 -42
- package/livepilot/commands/session.md +0 -13
- package/livepilot/commands/sounddesign.md +0 -43
- package/livepilot/skills/livepilot-arrangement/SKILL.md +0 -155
- package/livepilot/skills/livepilot-composition-engine/SKILL.md +0 -107
- package/livepilot/skills/livepilot-composition-engine/references/form-patterns.md +0 -97
- package/livepilot/skills/livepilot-composition-engine/references/transition-archetypes.md +0 -102
- package/livepilot/skills/livepilot-core/SKILL.md +0 -184
- package/livepilot/skills/livepilot-core/references/ableton-workflow-patterns.md +0 -831
- package/livepilot/skills/livepilot-core/references/automation-atlas.md +0 -272
- package/livepilot/skills/livepilot-core/references/device-atlas/00-index.md +0 -110
- package/livepilot/skills/livepilot-core/references/device-atlas/distortion-and-character.md +0 -687
- package/livepilot/skills/livepilot-core/references/device-atlas/drums-and-percussion.md +0 -753
- package/livepilot/skills/livepilot-core/references/device-atlas/dynamics-and-punch.md +0 -525
- package/livepilot/skills/livepilot-core/references/device-atlas/eq-and-filtering.md +0 -402
- package/livepilot/skills/livepilot-core/references/device-atlas/midi-tools.md +0 -963
- package/livepilot/skills/livepilot-core/references/device-atlas/movement-and-modulation.md +0 -874
- package/livepilot/skills/livepilot-core/references/device-atlas/space-and-depth.md +0 -571
- package/livepilot/skills/livepilot-core/references/device-atlas/spectral-and-weird.md +0 -714
- package/livepilot/skills/livepilot-core/references/device-atlas/synths-native.md +0 -953
- package/livepilot/skills/livepilot-core/references/device-knowledge/00-index.md +0 -34
- package/livepilot/skills/livepilot-core/references/device-knowledge/automation-as-music.md +0 -204
- package/livepilot/skills/livepilot-core/references/device-knowledge/chains-genre.md +0 -173
- package/livepilot/skills/livepilot-core/references/device-knowledge/creative-thinking.md +0 -211
- package/livepilot/skills/livepilot-core/references/device-knowledge/effects-distortion.md +0 -188
- package/livepilot/skills/livepilot-core/references/device-knowledge/effects-space.md +0 -162
- package/livepilot/skills/livepilot-core/references/device-knowledge/effects-spectral.md +0 -229
- package/livepilot/skills/livepilot-core/references/device-knowledge/instruments-synths.md +0 -243
- package/livepilot/skills/livepilot-core/references/m4l-devices.md +0 -352
- package/livepilot/skills/livepilot-core/references/memory-guide.md +0 -107
- package/livepilot/skills/livepilot-core/references/midi-recipes.md +0 -402
- package/livepilot/skills/livepilot-core/references/mixing-patterns.md +0 -578
- package/livepilot/skills/livepilot-core/references/overview.md +0 -290
- package/livepilot/skills/livepilot-core/references/sample-manipulation.md +0 -724
- package/livepilot/skills/livepilot-core/references/sound-design-deep.md +0 -140
- package/livepilot/skills/livepilot-core/references/sound-design.md +0 -393
- package/livepilot/skills/livepilot-devices/SKILL.md +0 -169
- package/livepilot/skills/livepilot-evaluation/SKILL.md +0 -156
- package/livepilot/skills/livepilot-evaluation/references/capability-modes.md +0 -118
- package/livepilot/skills/livepilot-evaluation/references/evaluation-contracts.md +0 -121
- package/livepilot/skills/livepilot-evaluation/references/memory-promotion.md +0 -110
- package/livepilot/skills/livepilot-mix-engine/SKILL.md +0 -123
- package/livepilot/skills/livepilot-mix-engine/references/mix-critics.md +0 -143
- package/livepilot/skills/livepilot-mix-engine/references/mix-moves.md +0 -105
- package/livepilot/skills/livepilot-mixing/SKILL.md +0 -157
- package/livepilot/skills/livepilot-notes/SKILL.md +0 -130
- package/livepilot/skills/livepilot-performance-engine/SKILL.md +0 -122
- package/livepilot/skills/livepilot-performance-engine/references/performance-safety.md +0 -98
- package/livepilot/skills/livepilot-release/SKILL.md +0 -130
- package/livepilot/skills/livepilot-sample-engine/SKILL.md +0 -105
- package/livepilot/skills/livepilot-sample-engine/references/sample-critics.md +0 -87
- package/livepilot/skills/livepilot-sample-engine/references/sample-philosophy.md +0 -51
- package/livepilot/skills/livepilot-sample-engine/references/sample-techniques.md +0 -131
- package/livepilot/skills/livepilot-sound-design-engine/SKILL.md +0 -168
- package/livepilot/skills/livepilot-sound-design-engine/references/patch-model.md +0 -119
- package/livepilot/skills/livepilot-sound-design-engine/references/sound-design-critics.md +0 -118
- package/livepilot/skills/livepilot-wonder/SKILL.md +0 -79
- package/m4l_device/LivePilot_Analyzer.amxd.pre-presentation-backup +0 -0
- package/m4l_device/LivePilot_Analyzer.maxpat +0 -2705
- package/m4l_device/LivePilot_Analyzer.maxproj +0 -53
- package/manifest.json +0 -91
- package/mcp_server/splice_client/protos/app_pb2.pyi +0 -1153
- package/scripts/generate_tool_catalog.py +0 -106
- package/scripts/sync_metadata.py +0 -349
|
@@ -1,272 +0,0 @@
|
|
|
1
|
-
# Automation Atlas — LivePilot v1.6
|
|
2
|
-
|
|
3
|
-
Complete knowledge corpus for musically intelligent automation. Load this reference when working with automation tools.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## 1. Curve Theory
|
|
8
|
-
|
|
9
|
-
### Why exponential for filters
|
|
10
|
-
Filter frequency perception is logarithmic (octaves). 100Hz → 200Hz is the same perceptual distance as 1kHz → 2kHz. An exponential curve in the normalized 0–1 range maps to perceptually even movement across the frequency spectrum. Linear automation on a filter sounds like it's rushing through the highs and crawling through the lows. Use `exponential` with `factor` 2.0–3.0 for filter cutoff.
|
|
11
|
-
|
|
12
|
-
### Why logarithmic for volume
|
|
13
|
-
Human loudness perception follows a logarithmic curve (Weber-Fechner law). -6dB = half perceived loudness, not half amplitude. A logarithmic fade-in sounds smooth; a linear fade-in sounds like nothing happens then suddenly gets loud. Use `logarithmic` with `factor` 2.5–3.5 for volume fades.
|
|
14
|
-
|
|
15
|
-
### Why S-curve for crossfades
|
|
16
|
-
Natural acceleration/deceleration. Avoids the "hole in the middle" of linear crossfades where combined energy dips. The smoothstep function (3t² - 2t³) ensures the rate of change is zero at both endpoints, so the transition feels organic. Use `s_curve` for any A→B crossfade.
|
|
17
|
-
|
|
18
|
-
### Why spike for throws
|
|
19
|
-
Dub production technique — instant send level spike creates a single reflection that decays naturally through the reverb/delay tail. Any other shape creates unnatural sustained reflections. The exponential decay (peak × e^(-decay×t)) models how real acoustic energy dissipates.
|
|
20
|
-
|
|
21
|
-
### Pan is linear
|
|
22
|
-
Stereo position perception is roughly linear. A pan pot moving at constant speed sounds even. No need for perceptual correction on pan automation.
|
|
23
|
-
|
|
24
|
-
### Resonance is dangerous
|
|
25
|
-
Filter resonance is non-linear — subtle changes at low values, dramatic and potentially destructive at high values. Self-oscillation begins above ~0.85 on most filters. Never automate resonance above 0.85 without explicit user intent. Use `breathing` recipe with reduced amplitude (0.05–0.10) for subtle resonance movement.
|
|
26
|
-
|
|
27
|
-
---
|
|
28
|
-
|
|
29
|
-
## 2. The Perception-Action Loop (5 levels)
|
|
30
|
-
|
|
31
|
-
**MANDATORY for all automation work.** Never write automation blind — always perceive first.
|
|
32
|
-
|
|
33
|
-
### Level 1: Reactive
|
|
34
|
-
Single read, single action. The simplest loop.
|
|
35
|
-
1. `get_master_spectrum` → read frequency content
|
|
36
|
-
2. Identify one issue (e.g., "mud below 200Hz")
|
|
37
|
-
3. Apply one automation (e.g., HP filter sweep)
|
|
38
|
-
4. `get_master_spectrum` → verify improvement
|
|
39
|
-
|
|
40
|
-
### Level 2: Diagnostic
|
|
41
|
-
Multi-step investigation using EQ as a microscope. See Section 3 (Diagnostic Filter Technique).
|
|
42
|
-
|
|
43
|
-
### Level 3: Verification
|
|
44
|
-
Act → measure → adjust cycle. For every automation written:
|
|
45
|
-
1. Read spectrum BEFORE
|
|
46
|
-
2. Write automation
|
|
47
|
-
3. Read spectrum AFTER
|
|
48
|
-
4. Compare: did the problem frequency range improve?
|
|
49
|
-
5. If not, `clear_clip_automation` → adjust parameters → try again
|
|
50
|
-
6. Log the successful parameters in memory for reuse
|
|
51
|
-
|
|
52
|
-
### Level 4: Cross-Track
|
|
53
|
-
Solo each track, build spectral map, write complementary automation.
|
|
54
|
-
1. For each track: solo → `get_master_spectrum` → record fingerprint
|
|
55
|
-
2. Find frequency overlaps between tracks (masking)
|
|
56
|
-
3. Write complementary automation: as kick's filter opens, bass's filter narrows
|
|
57
|
-
4. Verify no new masking was introduced
|
|
58
|
-
5. Store the cross-track map in memory
|
|
59
|
-
|
|
60
|
-
### Level 5: Full Pipeline
|
|
61
|
-
Per-track analysis across entire session.
|
|
62
|
-
1. Run Level 4 for all tracks
|
|
63
|
-
2. Build session-wide spectral map
|
|
64
|
-
3. Write automation considering all interactions
|
|
65
|
-
4. Verify global mix spectrum
|
|
66
|
-
5. Iterate until balanced
|
|
67
|
-
|
|
68
|
-
---
|
|
69
|
-
|
|
70
|
-
## 3. Diagnostic Filter Technique
|
|
71
|
-
|
|
72
|
-
Using EQ Eight as a measurement instrument. Step-by-step:
|
|
73
|
-
|
|
74
|
-
1. **Load EQ Eight** on target track via `find_and_load_device`
|
|
75
|
-
2. **Configure band 1** as narrow bandpass: Q=8, gain=0dB, frequency=100Hz
|
|
76
|
-
- Use `set_device_parameter` to set Filter Type to Band Pass, Q to 8.0
|
|
77
|
-
3. **Solo the track** via `set_track_solo`
|
|
78
|
-
4. **Read spectrum** at 100Hz: `get_master_spectrum` → note the `sub` value
|
|
79
|
-
5. **Sweep frequency** through key ranges:
|
|
80
|
-
- 100Hz, 200Hz, 300Hz, 500Hz, 1kHz, 2kHz, 5kHz, 10kHz
|
|
81
|
-
- At each: `set_device_parameter` (frequency) → `get_master_spectrum` → record
|
|
82
|
-
6. **Build frequency map**: `{100Hz: 0.18, 200Hz: 0.25, 300Hz: 0.09, ...}`
|
|
83
|
-
7. **Identify problems**: resonance buildup, mud, harshness, dead zones
|
|
84
|
-
8. **Remove diagnostic EQ** — always clean up: `delete_device`
|
|
85
|
-
9. **Un-solo the track**: `set_track_solo` (toggle off)
|
|
86
|
-
10. **Write targeted automation** addressing what was found
|
|
87
|
-
|
|
88
|
-
### What to look for:
|
|
89
|
-
- **Mud** (200-400Hz): values > 0.20 suggest buildup → HP filter automation
|
|
90
|
-
- **Resonance** (narrow peak in 300-800Hz): ringing → notch filter or gentle sweep
|
|
91
|
-
- **Harshness** (2-5kHz): values > 0.25 suggest brightness → LP filter or shelf automation
|
|
92
|
-
- **Dead zone** (any range with 0.00): frequency hole → boost or different device
|
|
93
|
-
|
|
94
|
-
---
|
|
95
|
-
|
|
96
|
-
## 4. Genre Recipes
|
|
97
|
-
|
|
98
|
-
### Techno
|
|
99
|
-
- `filter_sweep_up` on LP cutoff, 32 bars, factor 2.0 — the classic build
|
|
100
|
-
- `sidechain_pump` on pad volume via Utility gain, 1 beat loop
|
|
101
|
-
- `stutter` on vocals before drop, 0.5 beats, frequency 16
|
|
102
|
-
- `stereo_narrow` on master bus, 8 bars before drop → instant widen at drop
|
|
103
|
-
- Long transitions: combine HP filter + reverb send + stereo width, all exponential
|
|
104
|
-
|
|
105
|
-
### Dub
|
|
106
|
-
- `dub_throw` on Send A at each snare position, 1 beat duration
|
|
107
|
-
- `tape_stop` on clip transpose for transitions, 0.5 beats
|
|
108
|
-
- `washout` on delay feedback, 4 bars → cut at phrase boundary
|
|
109
|
-
- `breathing` on filter cutoff, 4 bars — everything breathes in dub
|
|
110
|
-
- Tip: never automate delay feedback above 0.85 (infinite feedback risk)
|
|
111
|
-
|
|
112
|
-
### Ambient
|
|
113
|
-
- `breathing` on filter cutoff, 4 bars, amplitude 0.10 — subtle is key
|
|
114
|
-
- `perlin` noise on reverb mix, 8 bars, amplitude 0.15, seed varies
|
|
115
|
-
- `brownian` drift on wavetable position, 16 bars, volatility 0.05
|
|
116
|
-
- Polyrhythmic automation: 3-beat filter + 5-beat reverb + 7-beat pan = 105-beat cycle
|
|
117
|
-
- Less is more. Ambient automation should be felt, not heard.
|
|
118
|
-
|
|
119
|
-
### Hip Hop
|
|
120
|
-
- `tape_stop` on clip transpose, 0.5 beats — classic vinyl stop
|
|
121
|
-
- `vinyl_crackle` on Redux bit depth, 16 bars — lo-fi character
|
|
122
|
-
- `sidechain_pump` on bass under kick, 0.5 beat — tight pocket
|
|
123
|
-
- `fade_out` on filter for transitions between sections
|
|
124
|
-
- Keep automation sparse — hip hop is about groove, not modulation
|
|
125
|
-
|
|
126
|
-
### IDM / Experimental
|
|
127
|
-
- `stutter` on volume, 0.5 beats, frequency 16 — micro-editing
|
|
128
|
-
- `euclidean` on filter cutoff: 5 hits across 8 steps — rhythmic intelligence
|
|
129
|
-
- `stochastic` on grain parameters, narrowing 0.7 — controlled chaos
|
|
130
|
-
- `spring` on filter cutoff for overshoot character
|
|
131
|
-
- Layer multiple polyrhythmic automations for generative evolution
|
|
132
|
-
|
|
133
|
-
---
|
|
134
|
-
|
|
135
|
-
## 5. Sound Design Automation
|
|
136
|
-
|
|
137
|
-
### Wavetable position
|
|
138
|
-
Exponential sweep for timbral morphing over 8–16 bars. The timbral change is often perceptually logarithmic, so exponential automation creates even-sounding evolution.
|
|
139
|
-
|
|
140
|
-
### Grain size
|
|
141
|
-
Sine modulation at 0.5–2Hz for alive textures. The slow oscillation prevents the grainular artifacts from sounding static. Use `breathing` recipe adapted: center 0.5, amplitude 0.15.
|
|
142
|
-
|
|
143
|
-
### Reverb decay
|
|
144
|
-
Link inversely to volume: quieter passages get longer tails for natural space. As volume drops, reverb decay increases. Automate both with complementary curves.
|
|
145
|
-
|
|
146
|
-
### Delay feedback
|
|
147
|
-
Spike for throws (dub technique). NEVER exceed 0.9 on feedback — infinite feedback creates dangerous signal buildup. Use `dub_throw` recipe with peak capped at 0.85.
|
|
148
|
-
|
|
149
|
-
### Filter resonance
|
|
150
|
-
Subtle sine modulation creates vocal/crying quality. Watch for self-oscillation above 0.85. Use amplitude 0.05–0.10 for subtle character, 0.15–0.25 for expressive.
|
|
151
|
-
|
|
152
|
-
---
|
|
153
|
-
|
|
154
|
-
## 6. Arrangement Techniques
|
|
155
|
-
|
|
156
|
-
### The Build (16–32 bars before drop)
|
|
157
|
-
Combine multiple automations, all exponential:
|
|
158
|
-
1. HP filter: 0→0.6 (remove low end gradually)
|
|
159
|
-
2. Volume: 0.7→1.0 (subtle lift)
|
|
160
|
-
3. Reverb send: 0→0.5 (add wash)
|
|
161
|
-
4. Stereo width: 1.0→0.0 (collapse to mono)
|
|
162
|
-
5. At drop: instant step back to defaults
|
|
163
|
-
|
|
164
|
-
### The Drop (instant)
|
|
165
|
-
Step automation restoring all build parameters to default values. No curves — immediate snap. Use `steps` curve with a single value at time 0.
|
|
166
|
-
|
|
167
|
-
### The Strip (8–16 bars)
|
|
168
|
-
Gradual HP filter rise removing elements one by one:
|
|
169
|
-
1. First: HP filter on bass track (removes bass)
|
|
170
|
-
2. Then: HP filter on drums (removes kick)
|
|
171
|
-
3. Then: HP filter on pads (removes mids)
|
|
172
|
-
4. Only high frequencies remain → transition point
|
|
173
|
-
|
|
174
|
-
### The Crossfade (2–8 bars)
|
|
175
|
-
S-curve volume automation between two sections:
|
|
176
|
-
- Outgoing track: s_curve from 1.0 to 0.0
|
|
177
|
-
- Incoming track: s_curve from 0.0 to 1.0
|
|
178
|
-
- S-curve prevents the energy dip of linear crossfades
|
|
179
|
-
|
|
180
|
-
---
|
|
181
|
-
|
|
182
|
-
## 7. Micro-Editing and Humanization
|
|
183
|
-
|
|
184
|
-
### Velocity vs volume
|
|
185
|
-
Velocity is timbre — it changes how the sound is generated (harder hits, brighter tone). Volume automation is loudness — it changes amplitude after generation. They are different tools.
|
|
186
|
-
|
|
187
|
-
### Per-note filter accent
|
|
188
|
-
Automate filter cutoff to spike on accented notes. Use `spike` with duration matching the note length. Creates timbral accents without touching velocity.
|
|
189
|
-
|
|
190
|
-
### Spatial punctuation
|
|
191
|
-
Send spikes on specific hits create spatial depth variation. Snare → reverb throw on beat 2 and 4. Hi-hat → delay throw on off-beats. Use `dub_throw` recipe.
|
|
192
|
-
|
|
193
|
-
### Humanization via Perlin noise
|
|
194
|
-
Tiny pitch/filter variations make programmed music feel human:
|
|
195
|
-
- `perlin` on detune: amplitude 0.02, frequency 0.5
|
|
196
|
-
- `perlin` on filter cutoff: amplitude 0.05, frequency 0.3
|
|
197
|
-
- Different seeds per track — each voice drifts independently
|
|
198
|
-
|
|
199
|
-
---
|
|
200
|
-
|
|
201
|
-
## 8. Polyrhythmic Automation
|
|
202
|
-
|
|
203
|
-
### The concept
|
|
204
|
-
Unlinked automation envelopes with different loop lengths create long, non-repeating cycles:
|
|
205
|
-
- 4-beat clip loop + 3-beat filter envelope + 5-beat reverb envelope
|
|
206
|
-
- Total cycle: LCM(4, 3, 5) = 60 beats before exact repetition
|
|
207
|
-
- 60 beats ≈ 15 bars at 4/4 — feels evolving, never static
|
|
208
|
-
|
|
209
|
-
### Prime number rule
|
|
210
|
-
Use prime-number beat lengths for maximum non-repetition:
|
|
211
|
-
- 3, 5, 7, 11, 13 beats
|
|
212
|
-
- LCM of primes = their product (all coprime)
|
|
213
|
-
- 3 × 5 × 7 = 105 beats ≈ 26 bars before exact repeat
|
|
214
|
-
|
|
215
|
-
### Implementation
|
|
216
|
-
1. Create clip with N-beat loop (your base rhythm)
|
|
217
|
-
2. `apply_automation_shape` with `duration` = M beats (M ≠ N, preferably prime)
|
|
218
|
-
3. The automation loops at M beats, the clip loops at N beats
|
|
219
|
-
4. Add another automation with duration = P beats (another prime)
|
|
220
|
-
5. Total cycle = LCM(N, M, P) beats
|
|
221
|
-
|
|
222
|
-
### Use cases
|
|
223
|
-
Essential for ambient, installation, generative work. Creates the sense of "always evolving" that distinguishes produced music from loops.
|
|
224
|
-
|
|
225
|
-
---
|
|
226
|
-
|
|
227
|
-
## 9. Cross-Track Spectral Mapping
|
|
228
|
-
|
|
229
|
-
### Process
|
|
230
|
-
1. **Solo each track** one at a time
|
|
231
|
-
2. **Read spectrum**: `get_master_spectrum` → record {sub, low, mid, high, presence, air}
|
|
232
|
-
3. **Build spectral fingerprint** for each track:
|
|
233
|
-
```
|
|
234
|
-
Kick: sub=0.45, low=0.30, mid=0.05, high=0.02
|
|
235
|
-
Bass: sub=0.35, low=0.40, mid=0.15, high=0.03
|
|
236
|
-
Pad: sub=0.05, low=0.15, mid=0.35, high=0.25
|
|
237
|
-
```
|
|
238
|
-
4. **Find overlaps**: kick and bass both strong in sub/low = masking
|
|
239
|
-
5. **Write complementary automation**: as kick opens, bass narrows
|
|
240
|
-
6. **Verify**: un-solo all, check master spectrum for improvement
|
|
241
|
-
|
|
242
|
-
### Complementary automation patterns
|
|
243
|
-
- **Kick + Bass**: sidechain pump on bass volume, or complementary filter sweeps
|
|
244
|
-
- **Vocals + Pads**: automate pad filter to duck in vocal frequency range (1–4kHz)
|
|
245
|
-
- **Multiple synths**: different breathing rates (frequency 0.3, 0.5, 0.7) to weave in/out
|
|
246
|
-
|
|
247
|
-
### Store findings
|
|
248
|
-
Use `memory_learn` to save spectral maps and successful automation combinations. Build a knowledge base about the session's sounds for consistent decisions.
|
|
249
|
-
|
|
250
|
-
---
|
|
251
|
-
|
|
252
|
-
## 10. Golden Rules
|
|
253
|
-
|
|
254
|
-
1. **Always use Utility gain for volume automation** — preserve the mixer fader for mixing. Automate the Utility device's Gain parameter, not track volume.
|
|
255
|
-
|
|
256
|
-
2. **Exponential for filters, logarithmic for volume** — never linear for either. This is perceptual science, not preference.
|
|
257
|
-
|
|
258
|
-
3. **Subtle automation (5–15% range) for organic feel; dramatic (full range) for transitions.** Most automation should be felt, not heard. Save the big sweeps for builds and drops.
|
|
259
|
-
|
|
260
|
-
4. **ALWAYS verify with `get_master_spectrum` after writing automation.** The feedback loop is mandatory, not optional.
|
|
261
|
-
|
|
262
|
-
5. **Use `clear_clip_automation` before rewriting.** Don't stack conflicting curves — clear first, then write fresh.
|
|
263
|
-
|
|
264
|
-
6. **Use the diagnostic filter technique before guessing at problem frequencies.** Measurement beats intuition.
|
|
265
|
-
|
|
266
|
-
7. **Store spectral findings in memory.** Build a knowledge base about this session's sounds. Cross-session awareness makes every future decision better.
|
|
267
|
-
|
|
268
|
-
8. **Delay feedback NEVER above 0.9.** Infinite feedback creates dangerous signal buildup. Cap at 0.85 for safety, even in experimental contexts.
|
|
269
|
-
|
|
270
|
-
9. **density 16–32 for most curves.** 16 points per bar gives smooth results for gentle curves. 32 for fast modulations or detailed shapes. Above 64 is rarely worth the overhead.
|
|
271
|
-
|
|
272
|
-
10. **When in doubt, use a recipe.** The 15 built-in recipes encode production wisdom. Start with the recipe, then customize if needed.
|
|
@@ -1,110 +0,0 @@
|
|
|
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 |
|