livepilot 1.7.4 → 1.7.6
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/bin/livepilot.js +1 -1
- package/m4l_device/livepilot_bridge.js +1 -1
- package/mcp_server/__init__.py +1 -1
- package/package.json +1 -1
- package/plugin/plugin.json +1 -1
- package/plugin/skills/livepilot-core/references/overview.md +1 -1
- package/remote_script/LivePilot/__init__.py +3 -3
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/bin/livepilot.js
CHANGED
|
@@ -289,7 +289,7 @@ async function main() {
|
|
|
289
289
|
|
|
290
290
|
// --help / -h
|
|
291
291
|
if (flag === "--help" || flag === "-h") {
|
|
292
|
-
console.log("livepilot v%s —
|
|
292
|
+
console.log("livepilot v%s — agentic production system for Ableton Live 12", PKG.version);
|
|
293
293
|
console.log("");
|
|
294
294
|
console.log("Usage: npx livepilot [command]");
|
|
295
295
|
console.log("");
|
package/mcp_server/__init__.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"""LivePilot MCP Server — bridges MCP protocol to Ableton Live."""
|
|
2
|
-
__version__ = "1.7.
|
|
2
|
+
__version__ = "1.7.6"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "livepilot",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.6",
|
|
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",
|
package/plugin/plugin.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "livepilot",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.6",
|
|
4
4
|
"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",
|
|
5
5
|
"author": "Pilot Studio",
|
|
6
6
|
"skills": [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# LivePilot v1.7.
|
|
1
|
+
# LivePilot v1.7.6 — Architecture & Tool Reference
|
|
2
2
|
|
|
3
3
|
Agentic production system for Ableton Live 12. 155 tools across 16 domains. Device atlas (280+ devices), spectral perception (M4L analyzer), technique memory, automation intelligence (16 curve types, 15 recipes), music theory (Krumhansl-Schmuckler, species counterpoint), generative algorithms (Euclidean rhythm, tintinnabuli, phase shift, additive process), neo-Riemannian harmony (PRL transforms, Tonnetz), MIDI file I/O.
|
|
4
4
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"""
|
|
2
|
-
LivePilot - Ableton Live 12
|
|
2
|
+
LivePilot - Ableton Live 12 Remote Script.
|
|
3
3
|
|
|
4
4
|
Entry point for the ControlSurface. Ableton calls create_instance(c_instance)
|
|
5
5
|
when this script is selected in Preferences > Link, Tempo & MIDI.
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
|
-
__version__ = "1.7.
|
|
8
|
+
__version__ = "1.7.6"
|
|
9
9
|
|
|
10
10
|
from _Framework.ControlSurface import ControlSurface
|
|
11
11
|
from .server import LivePilotServer
|
|
@@ -34,7 +34,7 @@ class LivePilot(ControlSurface):
|
|
|
34
34
|
ControlSurface.__init__(self, c_instance)
|
|
35
35
|
self._server = LivePilotServer(self)
|
|
36
36
|
self._server.start()
|
|
37
|
-
self.log_message("LivePilot v1.7.
|
|
37
|
+
self.log_message("LivePilot v1.7.6 initialized")
|
|
38
38
|
self.show_message("LivePilot: Listening on port 9878")
|
|
39
39
|
|
|
40
40
|
def disconnect(self):
|