Find your command in Live’s menu
Goal: Locate the extension you built in Ableton Live’s right-click Extensions submenu.
Time: ~5 minutes
Steps
- In Live, enable Developer Mode and Extensions in Preferences.
- In Patchwright, set Extension name (e.g.
Clip Stamp) — this is the prefix Live shows. - Build & Run (desktop) or install your
.ablxand confirm the extension is enabled. - Right-click the same kind of object as your trigger scope (MIDI clip, track, scene, etc.).
- Open Extensions — look for
YourExtensionName: …matching your trigger label (theOnprefix is stripped, so a MIDI Clip trigger appears asClip Stamp: MIDI Clip, notClip Stamp: On MIDI Clip). - If you have multiple triggers in one project, you will see multiple menu lines — one per trigger.
- Pick the line that matches what you built (clip tool vs track tool).
Expected result
Your command appears under Extensions on the correct context menu. Choosing it runs your graph once against the object you right-clicked.
If something goes wrong
| Problem | What to do |
|---|---|
| No Extensions submenu | Enable Developer Mode and Extensions; restart Live if needed |
| Wrong menu (clip vs track) | Fix trigger scope and rebuild — see Choose the right trigger |
| Old name showing | Change Extension name and Build & Run again |
| Command missing after export | Install .ablx and enable extension in Live preferences |
| Host not connected | Set up Extension Host before Build & Run |