livepilot 1.7.4 → 1.7.5
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/README.md +18 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ It doesn't assist — it produces.
|
|
|
16
16
|
|
|
17
17
|
<br>
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
---
|
|
20
20
|
|
|
21
21
|
## Architecture
|
|
22
22
|
|
|
@@ -65,13 +65,13 @@ through the official Live Object Model API. Everything is reversible with undo.
|
|
|
65
65
|
|
|
66
66
|
<br>
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
---
|
|
69
69
|
|
|
70
70
|
## Tools
|
|
71
71
|
|
|
72
72
|
<br>
|
|
73
73
|
|
|
74
|
-
### CORE
|
|
74
|
+
### CORE
|
|
75
75
|
|
|
76
76
|
The foundation. Session control, MIDI, device management, mixing.
|
|
77
77
|
Every tool maps directly to an LOM call — no abstraction, no guessing.
|
|
@@ -91,7 +91,7 @@ Every tool maps directly to an LOM call — no abstraction, no guessing.
|
|
|
91
91
|
|
|
92
92
|
<br>
|
|
93
93
|
|
|
94
|
-
### PERCEPTION
|
|
94
|
+
### PERCEPTION
|
|
95
95
|
|
|
96
96
|
The M4L Analyzer sits on the master track. UDP 9880 carries spectral data
|
|
97
97
|
from Max to the server. OSC 9881 sends commands back.
|
|
@@ -124,11 +124,11 @@ PREVIEW ──────── scrub at beat position
|
|
|
124
124
|
|
|
125
125
|
<br>
|
|
126
126
|
|
|
127
|
-
### INTELLIGENCE
|
|
127
|
+
### INTELLIGENCE
|
|
128
128
|
|
|
129
129
|
<br>
|
|
130
130
|
|
|
131
|
-
#### Theory
|
|
131
|
+
#### Theory — 7 tools
|
|
132
132
|
|
|
133
133
|
Krumhansl-Schmuckler key detection with 7 mode profiles:
|
|
134
134
|
major, minor, dorian, phrygian, lydian, mixolydian, locrian.
|
|
@@ -151,7 +151,7 @@ transpose_smart
|
|
|
151
151
|
|
|
152
152
|
<br>
|
|
153
153
|
|
|
154
|
-
#### Harmony
|
|
154
|
+
#### Harmony — 4 tools
|
|
155
155
|
|
|
156
156
|
Neo-Riemannian PRL transforms on the Tonnetz.
|
|
157
157
|
|
|
@@ -178,7 +178,7 @@ classify_progression suggest_chromatic_mediants
|
|
|
178
178
|
|
|
179
179
|
<br>
|
|
180
180
|
|
|
181
|
-
#### Generative
|
|
181
|
+
#### Generative — 5 tools
|
|
182
182
|
|
|
183
183
|
**Euclidean Rhythm** — Bjorklund distributes N pulses across M steps.
|
|
184
184
|
Bresenham's line algorithm applied to rhythm.
|
|
@@ -213,7 +213,7 @@ generate_additive_process
|
|
|
213
213
|
|
|
214
214
|
<br>
|
|
215
215
|
|
|
216
|
-
#### Automation
|
|
216
|
+
#### Automation — 8 tools
|
|
217
217
|
|
|
218
218
|
16 curve types in 4 categories:
|
|
219
219
|
|
|
@@ -253,11 +253,11 @@ generate_automation_curve analyze_for_automation
|
|
|
253
253
|
|
|
254
254
|
<br>
|
|
255
255
|
|
|
256
|
-
### MEMORY + I/O
|
|
256
|
+
### MEMORY + I/O
|
|
257
257
|
|
|
258
258
|
<br>
|
|
259
259
|
|
|
260
|
-
#### Memory
|
|
260
|
+
#### Memory — 8 tools
|
|
261
261
|
|
|
262
262
|
Persistent technique library across sessions.
|
|
263
263
|
|
|
@@ -278,7 +278,7 @@ memory_update memory_delete memory_favorite memory_replay
|
|
|
278
278
|
|
|
279
279
|
<br>
|
|
280
280
|
|
|
281
|
-
#### MIDI I/O
|
|
281
|
+
#### MIDI I/O — 4 tools
|
|
282
282
|
|
|
283
283
|
Export session clips to standard .mid files.
|
|
284
284
|
Import .mid into session clips — auto-creates the clip, tempo-aware timing.
|
|
@@ -298,7 +298,7 @@ analyze_midi_file extract_piano_roll
|
|
|
298
298
|
|
|
299
299
|
<br>
|
|
300
300
|
|
|
301
|
-
|
|
301
|
+
---
|
|
302
302
|
|
|
303
303
|
## Install
|
|
304
304
|
|
|
@@ -441,7 +441,7 @@ npx livepilot --status
|
|
|
441
441
|
|
|
442
442
|
<br>
|
|
443
443
|
|
|
444
|
-
|
|
444
|
+
---
|
|
445
445
|
|
|
446
446
|
## Plugin
|
|
447
447
|
|
|
@@ -473,7 +473,7 @@ Check memory before creative decisions. Verify every mutation.
|
|
|
473
473
|
|
|
474
474
|
<br>
|
|
475
475
|
|
|
476
|
-
|
|
476
|
+
---
|
|
477
477
|
|
|
478
478
|
## Full Tool List
|
|
479
479
|
|
|
@@ -748,7 +748,7 @@ Check memory before creative decisions. Verify every mutation.
|
|
|
748
748
|
|
|
749
749
|
<br>
|
|
750
750
|
|
|
751
|
-
|
|
751
|
+
---
|
|
752
752
|
|
|
753
753
|
## Coming
|
|
754
754
|
|
|
@@ -762,7 +762,7 @@ Check memory before creative decisions. Verify every mutation.
|
|
|
762
762
|
|
|
763
763
|
<br>
|
|
764
764
|
|
|
765
|
-
|
|
765
|
+
---
|
|
766
766
|
|
|
767
767
|
## CLI
|
|
768
768
|
|
|
@@ -796,7 +796,7 @@ python3 -m venv .venv && .venv/bin/pip install -r requirements.txt
|
|
|
796
796
|
|
|
797
797
|
<br>
|
|
798
798
|
|
|
799
|
-
|
|
799
|
+
---
|
|
800
800
|
|
|
801
801
|
[MIT](LICENSE) — Pilot Studio
|
|
802
802
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "livepilot",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
4
4
|
"mcpName": "io.github.dreamrec/livepilot",
|
|
5
5
|
"description": "Agentic production system for Ableton Live 12 — 155 tools, 16 domains, device atlas, spectral perception, technique memory, neo-Riemannian harmony, Euclidean rhythm, species counterpoint, MIDI I/O",
|
|
6
6
|
"author": "Pilot Studio",
|