livepilot 1.16.0 → 1.16.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.
- package/CHANGELOG.md +75 -5
- package/README.md +11 -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/enrichments/audio_effects/pitch_hack.yaml +61 -0
- package/mcp_server/atlas/enrichments/audio_effects/pitchloop89.yaml +111 -0
- package/mcp_server/atlas/enrichments/audio_effects/re_enveloper.yaml +51 -0
- package/mcp_server/atlas/enrichments/audio_effects/snipper.yaml +36 -0
- package/mcp_server/atlas/enrichments/audio_effects/spectral_blur.yaml +64 -0
- package/mcp_server/atlas/enrichments/instruments/bell_tower.yaml +37 -0
- package/mcp_server/atlas/enrichments/instruments/granulator_iii.yaml +124 -0
- package/mcp_server/atlas/enrichments/instruments/harmonic_drone_generator.yaml +83 -0
- package/mcp_server/atlas/enrichments/instruments/impulse.yaml +47 -0
- package/mcp_server/atlas/enrichments/instruments/sting_iftah.yaml +44 -0
- package/mcp_server/atlas/enrichments/midi_effects/expressive_chords.yaml +38 -0
- package/mcp_server/atlas/enrichments/midi_effects/filler.yaml +32 -0
- package/mcp_server/atlas/enrichments/midi_effects/microtuner.yaml +83 -0
- package/mcp_server/atlas/enrichments/midi_effects/patterns_iftah.yaml +38 -0
- package/mcp_server/atlas/enrichments/midi_effects/phase_pattern.yaml +51 -0
- package/mcp_server/atlas/enrichments/midi_effects/polyrhythm.yaml +46 -0
- package/mcp_server/atlas/enrichments/midi_effects/retrigger.yaml +40 -0
- package/mcp_server/atlas/enrichments/midi_effects/slice_shuffler.yaml +39 -0
- package/mcp_server/atlas/enrichments/midi_effects/sq_sequencer.yaml +39 -0
- package/mcp_server/atlas/enrichments/midi_effects/stages.yaml +38 -0
- package/mcp_server/atlas/enrichments/utility/arrangement_looper.yaml +31 -0
- package/mcp_server/atlas/enrichments/utility/cv_clock_in.yaml +25 -0
- package/mcp_server/atlas/enrichments/utility/cv_clock_out.yaml +25 -0
- package/mcp_server/atlas/enrichments/utility/cv_envelope_follower.yaml +38 -0
- package/mcp_server/atlas/enrichments/utility/cv_in.yaml +26 -0
- package/mcp_server/atlas/enrichments/utility/cv_instrument.yaml +34 -0
- package/mcp_server/atlas/enrichments/utility/cv_lfo.yaml +38 -0
- package/mcp_server/atlas/enrichments/utility/cv_shaper.yaml +35 -0
- package/mcp_server/atlas/enrichments/utility/cv_triggers.yaml +26 -0
- package/mcp_server/atlas/enrichments/utility/cv_utility.yaml +37 -0
- package/mcp_server/atlas/enrichments/utility/performer.yaml +36 -0
- package/mcp_server/atlas/enrichments/utility/prearranger.yaml +36 -0
- package/mcp_server/atlas/enrichments/utility/rotating_rhythm_generator.yaml +35 -0
- package/mcp_server/atlas/enrichments/utility/surround_panner.yaml +40 -0
- package/mcp_server/atlas/enrichments/utility/variations.yaml +40 -0
- package/mcp_server/atlas/enrichments/utility/vector_map.yaml +36 -0
- package/mcp_server/sample_engine/tools.py +50 -4
- package/mcp_server/server.py +18 -6
- package/mcp_server/splice_client/client.py +90 -18
- package/mcp_server/splice_client/http_bridge.py +101 -28
- package/mcp_server/splice_client/models.py +12 -0
- package/mcp_server/tools/analyzer.py +150 -1
- package/package.json +2 -2
- package/remote_script/LivePilot/__init__.py +1 -1
- package/server.json +3 -3
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
id: slice_shuffler
|
|
2
|
+
name: Slice Shuffler
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Clip-based MIDI transformer by Philip Meyer. Slices a clip into temporal
|
|
5
|
+
sections and applies transformations (reverse, randomize, shift) to each
|
|
6
|
+
slice independently. Unlike a global shuffle, each section gets its own
|
|
7
|
+
treatment. The tool for controlled chaos on drum patterns — reverse one
|
|
8
|
+
bar of a 4-bar loop for a momentary glitch, randomize the second half.
|
|
9
|
+
category: transformation
|
|
10
|
+
character_tags: [sectional, reverse, controlled_chaos, glitch, asymmetric]
|
|
11
|
+
use_cases: [partial_reverse, sectional_variation, glitch_moment, asymmetric_groove]
|
|
12
|
+
genre_affinity:
|
|
13
|
+
primary: [idm, glitch, experimental, deep_minimal]
|
|
14
|
+
secondary: [microhouse, techno]
|
|
15
|
+
complexity: intermediate
|
|
16
|
+
introduced_in: "12.1"
|
|
17
|
+
pack: MIDI Tools
|
|
18
|
+
creator: Philip Meyer
|
|
19
|
+
class_name: PluginDevice
|
|
20
|
+
|
|
21
|
+
key_parameters:
|
|
22
|
+
- name: "Slice Count"
|
|
23
|
+
description: "Number of sections to divide the clip into. 4 = quarters, 8 = eighths, etc."
|
|
24
|
+
- name: "Reverse (per slice)"
|
|
25
|
+
description: "Toggle reverse for each slice independently."
|
|
26
|
+
- name: "Randomness (per slice)"
|
|
27
|
+
description: "Random note reordering depth per slice."
|
|
28
|
+
- name: "Timing Offset (per slice)"
|
|
29
|
+
description: "Shift slice start time."
|
|
30
|
+
signature_techniques:
|
|
31
|
+
- name: "Ghost-note variations"
|
|
32
|
+
description: "Clean 8-bar kick pattern → Slice Shuffler with 8 slices → randomize slice 4 and slice 7 only → ghost-note drift every ~1 minute of playback."
|
|
33
|
+
aesthetic: [deep_minimal, microhouse]
|
|
34
|
+
- name: "One-bar reverse glitch"
|
|
35
|
+
description: "16-bar loop → 4 slices → reverse slice 3 only → single bar of reverse drums as a momentary disruption."
|
|
36
|
+
aesthetic: [idm, glitch]
|
|
37
|
+
|
|
38
|
+
learn_more:
|
|
39
|
+
official: "https://www.ableton.com/en/packs/midi-tools/"
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
id: sq_sequencer
|
|
2
|
+
name: SQ Sequencer
|
|
3
|
+
sonic_description: >
|
|
4
|
+
16-step sequencer with per-lane independent step length and direction —
|
|
5
|
+
the polymetric secret weapon from the Sequencers pack. Set melody lane
|
|
6
|
+
to 16 steps, rhythm lane to 15, bass lane to 11 → each lane progresses
|
|
7
|
+
at its own rate → infinite non-repeating patterns from simple inputs.
|
|
8
|
+
Condition feature adds rule-based triggering (every 3rd pass, etc.).
|
|
9
|
+
category: sequencer
|
|
10
|
+
character_tags: [polymetric, asymmetric, condition_based, modular_style]
|
|
11
|
+
use_cases: [polymetric_melody, asymmetric_bass, hypnotic_pattern, generative_loop]
|
|
12
|
+
genre_affinity:
|
|
13
|
+
primary: [deep_minimal, microhouse, techno, idm]
|
|
14
|
+
secondary: [experimental, generative]
|
|
15
|
+
complexity: intermediate
|
|
16
|
+
introduced_in: "11.0"
|
|
17
|
+
pack: Sequencers
|
|
18
|
+
creator: Ableton
|
|
19
|
+
class_name: PluginDevice
|
|
20
|
+
|
|
21
|
+
key_parameters:
|
|
22
|
+
- name: "Per-Lane Step Count"
|
|
23
|
+
description: "Each of up to ~8 lanes has its own step length (1-16). Non-coincident values = polymeter."
|
|
24
|
+
- name: "Per-Lane Direction"
|
|
25
|
+
description: "Forward / Backward / Ping-Pong / Random per lane."
|
|
26
|
+
- name: "Condition"
|
|
27
|
+
description: "Rule-based gating — fire on every Nth pass, after N fails, etc."
|
|
28
|
+
- name: "Output Pitch / Velocity / Gate Length (per lane)"
|
|
29
|
+
description: "Independent control per lane."
|
|
30
|
+
signature_techniques:
|
|
31
|
+
- name: "Villalobos polymeter lock"
|
|
32
|
+
description: "Melody lane 16 steps, rhythm lane 15 steps, bass lane 11 steps → sequences drift in and out of phase over hundreds of bars, never repeating exactly."
|
|
33
|
+
aesthetic: [deep_minimal, microhouse]
|
|
34
|
+
- name: "Condition-based ghost snare"
|
|
35
|
+
description: "Snare lane with condition 'every 3rd pass' → snare appears only once per ~16 bars → organic ghost pattern."
|
|
36
|
+
aesthetic: [deep_minimal, techno]
|
|
37
|
+
|
|
38
|
+
learn_more:
|
|
39
|
+
official: "https://www.ableton.com/en/packs/sequencers/"
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
id: stages
|
|
2
|
+
name: Stages
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Clip-based MIDI generator by Philip Meyer. Transforms basic note input
|
|
5
|
+
into elaborate patterns via slider-driven pitch, note repetitions, and
|
|
6
|
+
rests. Converts a 4-note seed into an entire bassline / motif with
|
|
7
|
+
developmental logic. Operates on clips, so every pass is editable.
|
|
8
|
+
category: generator
|
|
9
|
+
character_tags: [pattern_expansion, developmental, melodic, motif_builder]
|
|
10
|
+
use_cases: [motif_expansion, bassline_from_seed, fill_generation]
|
|
11
|
+
genre_affinity:
|
|
12
|
+
primary: [techno, idm, electronica]
|
|
13
|
+
secondary: [deep_minimal, experimental]
|
|
14
|
+
complexity: intermediate
|
|
15
|
+
introduced_in: "12.1"
|
|
16
|
+
pack: MIDI Tools
|
|
17
|
+
creator: Philip Meyer
|
|
18
|
+
class_name: PluginDevice
|
|
19
|
+
|
|
20
|
+
key_parameters:
|
|
21
|
+
- name: "Pitch Sliders"
|
|
22
|
+
description: "Per-stage pitch assignment. Drag to set each stage's note."
|
|
23
|
+
- name: "Repeat Sliders"
|
|
24
|
+
description: "How many times each stage's note repeats before moving on."
|
|
25
|
+
- name: "Rest Sliders"
|
|
26
|
+
description: "Silence insertion per stage."
|
|
27
|
+
- name: "Pattern Length"
|
|
28
|
+
description: "Total stage count."
|
|
29
|
+
signature_techniques:
|
|
30
|
+
- name: "Bassline from root note"
|
|
31
|
+
description: "Single C1 note → Stages with 8-stage pattern, varied repeat counts, modest pitch offsets → coherent 16-bar bassline with motion."
|
|
32
|
+
aesthetic: [techno, deep_minimal]
|
|
33
|
+
- name: "Melodic fill from a single hook note"
|
|
34
|
+
description: "Apply to melodic element at section-end → Stages generates a 2-bar fill with repeats + rests that feels composed."
|
|
35
|
+
aesthetic: [idm, electronica]
|
|
36
|
+
|
|
37
|
+
learn_more:
|
|
38
|
+
official: "https://www.ableton.com/en/packs/midi-tools/"
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
id: arrangement_looper
|
|
2
|
+
name: Arrangement Looper
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Quick-toggle loop-length device for Arrangement View (Performance Pack).
|
|
5
|
+
Four customizable loop lengths, switchable on/off mid-performance. Studio
|
|
6
|
+
use: rapid arrangement experimentation without manual timeline
|
|
7
|
+
manipulation. Live/DJ use: extended breakdowns and remix sections.
|
|
8
|
+
category: transport_helper
|
|
9
|
+
character_tags: [loop, performance, arrangement]
|
|
10
|
+
use_cases: [extended_breakdown, live_remix, arrangement_sketch]
|
|
11
|
+
genre_affinity:
|
|
12
|
+
primary: [live_performance, dj_sets]
|
|
13
|
+
secondary: [all]
|
|
14
|
+
complexity: beginner
|
|
15
|
+
introduced_in: "11.0"
|
|
16
|
+
pack: Performance Pack
|
|
17
|
+
creator: Iftah
|
|
18
|
+
class_name: PluginDevice
|
|
19
|
+
|
|
20
|
+
key_parameters:
|
|
21
|
+
- name: "Loop Lengths"
|
|
22
|
+
description: "Up to 4 customizable lengths (1/2 bar, 1 bar, 2 bars, 4 bars typical)."
|
|
23
|
+
- name: "Toggle Buttons"
|
|
24
|
+
description: "Enable each loop length individually."
|
|
25
|
+
signature_techniques:
|
|
26
|
+
- name: "DJ-style extended breakdown"
|
|
27
|
+
description: "Playback approaches breakdown → toggle 1-bar loop → hold for as long as needed → release → continue playback."
|
|
28
|
+
aesthetic: [dj_sets, live_techno]
|
|
29
|
+
|
|
30
|
+
learn_more:
|
|
31
|
+
official: "https://www.ableton.com/en/packs/performance-pack/"
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
id: cv_clock_in
|
|
2
|
+
name: CV Clock In
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Synchronizes Live's tempo from an incoming clock signal (from Eurorack).
|
|
5
|
+
Use when the modular is the master timekeeper and Live follows.
|
|
6
|
+
category: cv_sync_in
|
|
7
|
+
character_tags: [cv, sync, tempo, slave]
|
|
8
|
+
use_cases: [modular_master_daw_slave]
|
|
9
|
+
genre_affinity:
|
|
10
|
+
primary: [modular, experimental]
|
|
11
|
+
complexity: intermediate
|
|
12
|
+
introduced_in: "10.0"
|
|
13
|
+
pack: CV Tools
|
|
14
|
+
creator: Ableton
|
|
15
|
+
class_name: PluginDevice
|
|
16
|
+
requires_modular_hardware: true
|
|
17
|
+
|
|
18
|
+
key_parameters:
|
|
19
|
+
- name: "Clock Rate"
|
|
20
|
+
description: "PPQN — pulses per quarter note."
|
|
21
|
+
- name: "Source Channel"
|
|
22
|
+
description: "Which audio input receives the clock."
|
|
23
|
+
|
|
24
|
+
learn_more:
|
|
25
|
+
official: "https://www.ableton.com/en/packs/cv-tools/"
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
id: cv_clock_out
|
|
2
|
+
name: CV Clock Out
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Sends Live's tempo as a clock signal out to modular gear. Live is the
|
|
5
|
+
master, modular follows. The more common direction in hybrid setups.
|
|
6
|
+
category: cv_sync_out
|
|
7
|
+
character_tags: [cv, sync, tempo, master]
|
|
8
|
+
use_cases: [daw_master_modular_slave]
|
|
9
|
+
genre_affinity:
|
|
10
|
+
primary: [modular, experimental, hybrid_techno]
|
|
11
|
+
complexity: beginner
|
|
12
|
+
introduced_in: "10.0"
|
|
13
|
+
pack: CV Tools
|
|
14
|
+
creator: Ableton
|
|
15
|
+
class_name: PluginDevice
|
|
16
|
+
requires_modular_hardware: true
|
|
17
|
+
|
|
18
|
+
key_parameters:
|
|
19
|
+
- name: "Clock Rate"
|
|
20
|
+
description: "PPQN — typically 4 PPQN for Eurorack."
|
|
21
|
+
- name: "Output Channel"
|
|
22
|
+
description: "Which audio output carries the clock."
|
|
23
|
+
|
|
24
|
+
learn_more:
|
|
25
|
+
official: "https://www.ableton.com/en/packs/cv-tools/"
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
id: cv_envelope_follower
|
|
2
|
+
name: CV Envelope Follower
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Tracks the amplitude envelope of an audio signal and emits CV. Can
|
|
5
|
+
modulate modular gear OR, crucially, any internal Live parameter —
|
|
6
|
+
kick drum → CV Envelope Follower → modulates pad filter cutoff → pad
|
|
7
|
+
opens up on every kick. Creative sidechain alternative that gives CV
|
|
8
|
+
shape, not just gain reduction.
|
|
9
|
+
category: modulation_source
|
|
10
|
+
character_tags: [envelope_follower, dynamic_modulation, audio_to_cv]
|
|
11
|
+
use_cases: [dynamic_filter, audio_driven_modulation, creative_sidechain]
|
|
12
|
+
genre_affinity:
|
|
13
|
+
primary: [deep_minimal, dub_techno, electronic]
|
|
14
|
+
secondary: [all]
|
|
15
|
+
complexity: intermediate
|
|
16
|
+
introduced_in: "10.0"
|
|
17
|
+
pack: CV Tools
|
|
18
|
+
creator: Ableton
|
|
19
|
+
class_name: PluginDevice
|
|
20
|
+
requires_modular_hardware: false
|
|
21
|
+
|
|
22
|
+
key_parameters:
|
|
23
|
+
- name: "Rise / Fall"
|
|
24
|
+
description: "Envelope attack and release times."
|
|
25
|
+
- name: "Scale"
|
|
26
|
+
description: "Output depth."
|
|
27
|
+
- name: "Invert"
|
|
28
|
+
description: "Flip envelope polarity — modulation reduces instead of increases."
|
|
29
|
+
signature_techniques:
|
|
30
|
+
- name: "Kick-driven pad-filter opening"
|
|
31
|
+
description: "Route kick drum to CV Envelope Follower → CV output to pad's filter cutoff → pad brightens with every kick, darkens between."
|
|
32
|
+
aesthetic: [deep_minimal, dub_techno]
|
|
33
|
+
- name: "Vocal-driven reverb duck"
|
|
34
|
+
description: "Route vocal to CV Envelope Follower → invert output → modulate reverb wet → reverb ducks when vocal is present, blooms in silences."
|
|
35
|
+
aesthetic: [ambient, cinematic]
|
|
36
|
+
|
|
37
|
+
learn_more:
|
|
38
|
+
official: "https://www.ableton.com/en/packs/cv-tools/"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
id: cv_in
|
|
2
|
+
name: CV In
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Route incoming CV from modular gear to modulate any Live parameter.
|
|
5
|
+
Turn a modular LFO or envelope follower into a control source for
|
|
6
|
+
internal Live plugins.
|
|
7
|
+
category: cv_in
|
|
8
|
+
character_tags: [cv, audio_to_control, modular]
|
|
9
|
+
use_cases: [modular_modulator_for_daw]
|
|
10
|
+
genre_affinity:
|
|
11
|
+
primary: [modular, experimental]
|
|
12
|
+
complexity: intermediate
|
|
13
|
+
introduced_in: "10.0"
|
|
14
|
+
pack: CV Tools
|
|
15
|
+
creator: Ableton
|
|
16
|
+
class_name: PluginDevice
|
|
17
|
+
requires_modular_hardware: true
|
|
18
|
+
|
|
19
|
+
key_parameters:
|
|
20
|
+
- name: "Input Channel"
|
|
21
|
+
description: "Audio input carrying CV."
|
|
22
|
+
- name: "Scale / Offset"
|
|
23
|
+
description: "Normalize CV range to 0-1 for Live parameter mapping."
|
|
24
|
+
|
|
25
|
+
learn_more:
|
|
26
|
+
official: "https://www.ableton.com/en/packs/cv-tools/"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
id: cv_instrument
|
|
2
|
+
name: CV Instrument
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Sends pitch + gate CV from Live to a modular synth. Cent-accurate
|
|
5
|
+
tuning with flexible modulation routing. Turns any modular voice into
|
|
6
|
+
a MIDI-playable instrument from Live's sequencer. Requires DC-coupled
|
|
7
|
+
audio interface.
|
|
8
|
+
category: cv_out
|
|
9
|
+
character_tags: [cv, modular, pitch_out, gate_out]
|
|
10
|
+
use_cases: [modular_voice_from_live, hybrid_rig]
|
|
11
|
+
genre_affinity:
|
|
12
|
+
primary: [modular, experimental]
|
|
13
|
+
secondary: [all]
|
|
14
|
+
complexity: intermediate
|
|
15
|
+
introduced_in: "10.0"
|
|
16
|
+
pack: CV Tools
|
|
17
|
+
creator: Ableton
|
|
18
|
+
class_name: PluginDevice
|
|
19
|
+
requires_modular_hardware: true
|
|
20
|
+
|
|
21
|
+
key_parameters:
|
|
22
|
+
- name: "Pitch Output"
|
|
23
|
+
description: "V/oct or Hz/V tuning curve."
|
|
24
|
+
- name: "Gate Output"
|
|
25
|
+
description: "Gate signal when note plays."
|
|
26
|
+
- name: "Modulation Outputs"
|
|
27
|
+
description: "Velocity, aftertouch, mod wheel as CV."
|
|
28
|
+
signature_techniques:
|
|
29
|
+
- name: "Modular voice in a DAW session"
|
|
30
|
+
description: "Assign MIDI track → CV Instrument → modular oscillator → modular filter → return audio back to Live track. Modular voice on the timeline."
|
|
31
|
+
aesthetic: [experimental, modular]
|
|
32
|
+
|
|
33
|
+
learn_more:
|
|
34
|
+
official: "https://www.ableton.com/en/packs/cv-tools/"
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
id: cv_lfo
|
|
2
|
+
name: CV LFO
|
|
3
|
+
sonic_description: >
|
|
4
|
+
M4L LFO generator from CV Tools. Originally designed to send CV to
|
|
5
|
+
modular systems via a DC-coupled audio interface, but equally useful as
|
|
6
|
+
an extra LFO inside Live — route its output audio to modulate any Live
|
|
7
|
+
parameter via a return-track sidechain or internal MIDI mapping. When
|
|
8
|
+
you want more LFOs than a synth natively provides, CV LFO is the
|
|
9
|
+
answer.
|
|
10
|
+
category: modulation_source
|
|
11
|
+
character_tags: [lfo, modulation, cv, internal_modulation]
|
|
12
|
+
use_cases: [extra_lfo, modular_cv, parameter_modulation]
|
|
13
|
+
genre_affinity:
|
|
14
|
+
primary: [modular, experimental, deep_minimal]
|
|
15
|
+
secondary: [all]
|
|
16
|
+
complexity: beginner
|
|
17
|
+
introduced_in: "10.0"
|
|
18
|
+
pack: CV Tools
|
|
19
|
+
creator: Ableton
|
|
20
|
+
class_name: PluginDevice
|
|
21
|
+
requires_modular_hardware: false # useful even without modular
|
|
22
|
+
|
|
23
|
+
key_parameters:
|
|
24
|
+
- name: "Rate"
|
|
25
|
+
description: "LFO frequency — Hz or tempo-synced."
|
|
26
|
+
- name: "Waveform"
|
|
27
|
+
description: "Sine / Triangle / Saw / Square / Random / custom shape."
|
|
28
|
+
- name: "Depth"
|
|
29
|
+
description: "Output amplitude — controls modulation depth at the destination."
|
|
30
|
+
- name: "Offset"
|
|
31
|
+
description: "DC offset — pre-bias the modulation range."
|
|
32
|
+
signature_techniques:
|
|
33
|
+
- name: "Multi-LFO stack on a patch"
|
|
34
|
+
description: "Drop 3x CV LFO on a return track, each at different rates (0.07Hz, 0.23Hz, 1.11Hz), route outputs to filter/amp/pitch → organic drift that doesn't repeat."
|
|
35
|
+
aesthetic: [ambient, deep_minimal]
|
|
36
|
+
|
|
37
|
+
learn_more:
|
|
38
|
+
official: "https://www.ableton.com/en/packs/cv-tools/"
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
id: cv_shaper
|
|
2
|
+
name: CV Shaper
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Create flexible CV shapes inside Live, then send to modular OR use
|
|
5
|
+
internally. Draw custom envelopes/LFOs on a graphical canvas. Useful
|
|
6
|
+
WITHOUT modular hardware as a free-form envelope/LFO source for any
|
|
7
|
+
Live parameter.
|
|
8
|
+
category: modulation_source
|
|
9
|
+
character_tags: [cv, custom_shape, envelope, lfo]
|
|
10
|
+
use_cases: [custom_envelope, bespoke_lfo, parameter_modulation]
|
|
11
|
+
genre_affinity:
|
|
12
|
+
primary: [modular, experimental, deep_minimal]
|
|
13
|
+
secondary: [all]
|
|
14
|
+
complexity: intermediate
|
|
15
|
+
introduced_in: "10.0"
|
|
16
|
+
pack: CV Tools
|
|
17
|
+
creator: Ableton
|
|
18
|
+
class_name: PluginDevice
|
|
19
|
+
requires_modular_hardware: false # useful internally too
|
|
20
|
+
|
|
21
|
+
key_parameters:
|
|
22
|
+
- name: "Shape Canvas"
|
|
23
|
+
description: "Draw the CV curve graphically."
|
|
24
|
+
- name: "Rate"
|
|
25
|
+
description: "Cycle time — tempo-sync or free."
|
|
26
|
+
- name: "Scale / Offset"
|
|
27
|
+
description: "Output amplitude and DC offset."
|
|
28
|
+
|
|
29
|
+
signature_techniques:
|
|
30
|
+
- name: "Bespoke ADSR for any parameter"
|
|
31
|
+
description: "Need a parameter envelope shape that's not on the device? Draw it in CV Shaper, route to the parameter. Unlimited curve flexibility."
|
|
32
|
+
aesthetic: [all]
|
|
33
|
+
|
|
34
|
+
learn_more:
|
|
35
|
+
official: "https://www.ableton.com/en/packs/cv-tools/"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
id: cv_triggers
|
|
2
|
+
name: CV Triggers
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Sends per-pad trigger CV to modular drum modules. Each of 8 pads
|
|
5
|
+
outputs its own gate. Map MIDI notes to pads, sequence modular drums
|
|
6
|
+
from Live's clip view.
|
|
7
|
+
category: cv_out
|
|
8
|
+
character_tags: [cv, modular, drum_trigger, gate_out]
|
|
9
|
+
use_cases: [modular_drums_from_live]
|
|
10
|
+
genre_affinity:
|
|
11
|
+
primary: [modular, experimental, hybrid_techno]
|
|
12
|
+
complexity: intermediate
|
|
13
|
+
introduced_in: "10.0"
|
|
14
|
+
pack: CV Tools
|
|
15
|
+
creator: Ableton
|
|
16
|
+
class_name: PluginDevice
|
|
17
|
+
requires_modular_hardware: true
|
|
18
|
+
|
|
19
|
+
key_parameters:
|
|
20
|
+
- name: "Pad Count"
|
|
21
|
+
description: "Up to 8 independent gate outputs."
|
|
22
|
+
- name: "Per-pad MIDI note assignment"
|
|
23
|
+
description: "Which note triggers which pad."
|
|
24
|
+
|
|
25
|
+
learn_more:
|
|
26
|
+
official: "https://www.ableton.com/en/packs/cv-tools/"
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
id: cv_utility
|
|
2
|
+
name: CV Utility
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Process control voltages via automation curves. Scale, offset, invert,
|
|
5
|
+
quantize CV signals. Works standalone even without modular gear — use
|
|
6
|
+
to shape Live's internal automation before it hits the destination
|
|
7
|
+
parameter. Acts as a curve-shaper between a source LFO/envelope and
|
|
8
|
+
the modulated parameter.
|
|
9
|
+
category: cv_processor
|
|
10
|
+
character_tags: [cv_processing, scale, offset, invert, quantize]
|
|
11
|
+
use_cases: [curve_shaping, modulation_scaling, parameter_processing]
|
|
12
|
+
genre_affinity:
|
|
13
|
+
primary: [modular, experimental]
|
|
14
|
+
secondary: [all]
|
|
15
|
+
complexity: beginner
|
|
16
|
+
introduced_in: "10.0"
|
|
17
|
+
pack: CV Tools
|
|
18
|
+
creator: Ableton
|
|
19
|
+
class_name: PluginDevice
|
|
20
|
+
requires_modular_hardware: false
|
|
21
|
+
|
|
22
|
+
key_parameters:
|
|
23
|
+
- name: "Scale"
|
|
24
|
+
description: "Multiply incoming CV by a factor."
|
|
25
|
+
- name: "Offset"
|
|
26
|
+
description: "Add a DC offset."
|
|
27
|
+
- name: "Invert"
|
|
28
|
+
description: "Flip the signal polarity."
|
|
29
|
+
- name: "Quantize"
|
|
30
|
+
description: "Snap CV to discrete steps — useful for pitched CV."
|
|
31
|
+
signature_techniques:
|
|
32
|
+
- name: "Soften aggressive modulation"
|
|
33
|
+
description: "Put CV Utility between an LFO and a filter → scale down to 0.3 → same LFO, subtler effect."
|
|
34
|
+
aesthetic: [all]
|
|
35
|
+
|
|
36
|
+
learn_more:
|
|
37
|
+
official: "https://www.ableton.com/en/packs/cv-tools/"
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
id: performer
|
|
2
|
+
name: Performer
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Macro-control device from Performance Pack (Iftah). Multiple faders,
|
|
5
|
+
crossfaders, buttons, dials — fully user-configurable to mirror any
|
|
6
|
+
hardware controller. Integrated Macro Editor for curve shaping. Studio
|
|
7
|
+
use: unify disparate parameter automation into a single interface. Live
|
|
8
|
+
use: build a one-controller performance surface for Live + external gear.
|
|
9
|
+
category: macro_controller
|
|
10
|
+
character_tags: [macro, performance, curve_shaped, unifier]
|
|
11
|
+
use_cases: [live_control, parameter_unification, curve_automation]
|
|
12
|
+
genre_affinity:
|
|
13
|
+
primary: [all]
|
|
14
|
+
complexity: intermediate
|
|
15
|
+
introduced_in: "11.0"
|
|
16
|
+
pack: Performance Pack
|
|
17
|
+
creator: Iftah
|
|
18
|
+
class_name: PluginDevice
|
|
19
|
+
|
|
20
|
+
key_parameters:
|
|
21
|
+
- name: "Control Layout"
|
|
22
|
+
description: "Add/remove/rename faders, buttons, crossfaders freely."
|
|
23
|
+
- name: "Macro Mappings"
|
|
24
|
+
description: "Each control maps to any Live parameter (including M4L devices and plugin parameters)."
|
|
25
|
+
- name: "Macro Editor Curve"
|
|
26
|
+
description: "Shape the response — exponential, S-curve, stepped — per macro."
|
|
27
|
+
signature_techniques:
|
|
28
|
+
- name: "One-knob chord-chain morph"
|
|
29
|
+
description: "Map one fader to filter cutoff, send level, reverb decay, sat drive simultaneously → turn = whole chord chain morphs."
|
|
30
|
+
aesthetic: [live_performance, studio_sketching]
|
|
31
|
+
- name: "Crossfader-style A/B"
|
|
32
|
+
description: "Build a crossfader that switches between two device states via inverse macro curves."
|
|
33
|
+
aesthetic: [performance]
|
|
34
|
+
|
|
35
|
+
learn_more:
|
|
36
|
+
official: "https://www.ableton.com/en/packs/performance-pack/"
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
id: prearranger
|
|
2
|
+
name: Prearranger
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Structural pre-planning device from Performance Pack (Iftah). Define clip
|
|
5
|
+
locations in Arrangement View as empty slots, then perform live and Live
|
|
6
|
+
auto-fills them with the performance. Transforms live recording into a
|
|
7
|
+
compositional scaffold. Ideal for sketching long hypnotic structures
|
|
8
|
+
(deep minimal) or entire sets without mid-performance arrangement
|
|
9
|
+
decisions.
|
|
10
|
+
category: recording_helper
|
|
11
|
+
character_tags: [performance, scaffold, live_recording, structure]
|
|
12
|
+
use_cases: [long_form_sketch, hypnotic_structure, set_recording]
|
|
13
|
+
genre_affinity:
|
|
14
|
+
primary: [deep_minimal, live_performance, ambient]
|
|
15
|
+
secondary: [electronic_all]
|
|
16
|
+
complexity: intermediate
|
|
17
|
+
introduced_in: "11.0"
|
|
18
|
+
pack: Performance Pack
|
|
19
|
+
creator: Iftah
|
|
20
|
+
class_name: PluginDevice
|
|
21
|
+
|
|
22
|
+
key_parameters:
|
|
23
|
+
- name: "Slot Layout"
|
|
24
|
+
description: "Pre-place empty arrangement clips where you want recorded content to land."
|
|
25
|
+
- name: "Auto-fill Toggle"
|
|
26
|
+
description: "Enable Prearranger — live content records into the pre-placed slots."
|
|
27
|
+
signature_techniques:
|
|
28
|
+
- name: "Hypnotic 60-minute structure sketch"
|
|
29
|
+
description: "Place empty slots every 16 bars across a 60-minute arrangement → press record → improvise → each section lands in its slot."
|
|
30
|
+
aesthetic: [deep_minimal, ambient]
|
|
31
|
+
- name: "Set recording with predetermined structure"
|
|
32
|
+
description: "Build the arrangement scaffold based on your setlist → perform → recording is auto-organized."
|
|
33
|
+
aesthetic: [live_sets]
|
|
34
|
+
|
|
35
|
+
learn_more:
|
|
36
|
+
official: "https://www.ableton.com/en/packs/performance-pack/"
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
id: rotating_rhythm_generator
|
|
2
|
+
name: Rotating Rhythm Generator
|
|
3
|
+
sonic_description: >
|
|
4
|
+
M4L polyrhythmic MIDI generator from CV Tools. Originally a modular
|
|
5
|
+
CV-triggers tool, but operates as a standalone MIDI generator inside
|
|
6
|
+
Live. Generates rotating polyrhythmic patterns across multiple tracks
|
|
7
|
+
or drum-rack pads. One of the most under-utilized M4L devices for
|
|
8
|
+
complex techno / IDM groove programming.
|
|
9
|
+
category: generator
|
|
10
|
+
character_tags: [polyrhythmic, rotating, generative, drum_programming]
|
|
11
|
+
use_cases: [polymetric_drums, techno_groove, idm_pattern]
|
|
12
|
+
genre_affinity:
|
|
13
|
+
primary: [techno, idm, deep_minimal]
|
|
14
|
+
secondary: [all_electronic]
|
|
15
|
+
complexity: intermediate
|
|
16
|
+
introduced_in: "10.0"
|
|
17
|
+
pack: CV Tools
|
|
18
|
+
creator: Ableton
|
|
19
|
+
class_name: PluginDevice
|
|
20
|
+
requires_modular_hardware: false
|
|
21
|
+
|
|
22
|
+
key_parameters:
|
|
23
|
+
- name: "Ring Size"
|
|
24
|
+
description: "Number of steps in the ring (e.g., 16, 12, 7)."
|
|
25
|
+
- name: "Pulse Count"
|
|
26
|
+
description: "Beats distributed around the ring. Classic Euclidean distribution."
|
|
27
|
+
- name: "Rotation"
|
|
28
|
+
description: "Shift the starting position of the pattern on the ring."
|
|
29
|
+
signature_techniques:
|
|
30
|
+
- name: "Multi-lane rotated Euclidean drums"
|
|
31
|
+
description: "Kick: ring 16 / pulses 4 / rotation 0. Snare: ring 16 / pulses 2 / rotation 8. Hat: ring 13 / pulses 7 / rotation 3. Asymmetric groove that sits together but never locks."
|
|
32
|
+
aesthetic: [techno, deep_minimal, idm]
|
|
33
|
+
|
|
34
|
+
learn_more:
|
|
35
|
+
official: "https://www.ableton.com/en/packs/cv-tools/"
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
id: surround_panner
|
|
2
|
+
name: Surround Panner
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Multichannel spatial panner. 4/6/8-channel speaker setups, 8 presets.
|
|
5
|
+
Not Ambisonic — discrete-channel panning. Only relevant for multi-channel
|
|
6
|
+
output setups (installation, quad+ club, cinema). In stereo studio work,
|
|
7
|
+
offers minimal benefit.
|
|
8
|
+
category: spatial_fx
|
|
9
|
+
character_tags: [multichannel, spatial, quad, surround]
|
|
10
|
+
use_cases: [installation, quad_club, cinema, multichannel_studio]
|
|
11
|
+
genre_affinity:
|
|
12
|
+
primary: [ambient_installation, cinema]
|
|
13
|
+
secondary: [experimental]
|
|
14
|
+
complexity: intermediate
|
|
15
|
+
introduced_in: "11.0"
|
|
16
|
+
pack: Surround Panner
|
|
17
|
+
creator: Ableton
|
|
18
|
+
class_name: PluginDevice
|
|
19
|
+
requires_special_output: true # multichannel interface
|
|
20
|
+
|
|
21
|
+
key_parameters:
|
|
22
|
+
- name: "Channel Layout"
|
|
23
|
+
description: "4.0, 5.1, 7.1, 8.0 — select target format."
|
|
24
|
+
- name: "XY Pan"
|
|
25
|
+
description: "2D pan position."
|
|
26
|
+
- name: "Rotate"
|
|
27
|
+
description: "Auto-rotate the signal around the listening position."
|
|
28
|
+
- name: "Focus / Spread"
|
|
29
|
+
description: "Width of the source in the field."
|
|
30
|
+
|
|
31
|
+
signature_techniques:
|
|
32
|
+
- name: "Quad-club rotating hi-hat"
|
|
33
|
+
description: "Hi-hat bus → Surround Panner in quad → auto-Rotate at slow rate → hats circle the dance floor."
|
|
34
|
+
aesthetic: [live_techno]
|
|
35
|
+
|
|
36
|
+
gotchas:
|
|
37
|
+
- "Stereo monitoring shows only a downmix — impossible to audition properly without a multichannel setup"
|
|
38
|
+
|
|
39
|
+
learn_more:
|
|
40
|
+
official: "https://www.ableton.com/en/packs/surround-panner/"
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
id: variations
|
|
2
|
+
name: Variations
|
|
3
|
+
sonic_description: >
|
|
4
|
+
Snapshot management from Performance Pack (Iftah). Captures any device
|
|
5
|
+
chain state or clip state and morphs between snapshots, quantized to a
|
|
6
|
+
musical boundary. The studio weapon: save 5 variations of a chord stab's
|
|
7
|
+
effect chain, clip-trigger morphing between them = gradual evolution over
|
|
8
|
+
8-16 bars without 50 automation lanes. This is how you get the
|
|
9
|
+
'chord-is-different-every-time' Villalobos behavior programmatically.
|
|
10
|
+
category: state_management
|
|
11
|
+
character_tags: [snapshot, morph, quantized, state_recall]
|
|
12
|
+
use_cases: [chain_morph, live_recall, section_transition, effect_evolution]
|
|
13
|
+
genre_affinity:
|
|
14
|
+
primary: [deep_minimal, microhouse, electronic_live]
|
|
15
|
+
secondary: [all]
|
|
16
|
+
complexity: intermediate
|
|
17
|
+
introduced_in: "11.0"
|
|
18
|
+
pack: Performance Pack
|
|
19
|
+
creator: Iftah
|
|
20
|
+
class_name: PluginDevice
|
|
21
|
+
|
|
22
|
+
key_parameters:
|
|
23
|
+
- name: "Snapshot Slots"
|
|
24
|
+
description: "Store up to N states. Each slot captures every parameter's value."
|
|
25
|
+
- name: "Morph Time"
|
|
26
|
+
description: "How long the interpolation between snapshots takes."
|
|
27
|
+
- name: "Quantization"
|
|
28
|
+
description: "Snap morph to bar / beat / scene boundary."
|
|
29
|
+
- name: "Selective Inclusion"
|
|
30
|
+
description: "Mark which parameters participate in each snapshot — exclude the ones you don't want to morph."
|
|
31
|
+
signature_techniques:
|
|
32
|
+
- name: "Chord stab evolution"
|
|
33
|
+
description: "Save 5 effect-chain states on a chord stab (different reverbs, pitches, filters). Clip-trigger morph between them every 2 bars. Result: chord stab is subtly different every time it plays."
|
|
34
|
+
aesthetic: [deep_minimal, microhouse]
|
|
35
|
+
- name: "Live scene state recall"
|
|
36
|
+
description: "Bind scenes to Variation snapshots — firing a scene also morphs the whole device chain."
|
|
37
|
+
aesthetic: [electronic_live]
|
|
38
|
+
|
|
39
|
+
learn_more:
|
|
40
|
+
official: "https://www.ableton.com/en/packs/performance-pack/"
|