Send to Sulion
v0.0.0Right-click a clip in Ableton Live → send its MIDI notes to Sulion.
Unverified listing. This repo is new or has little community activity and the developer has not claimed it. Extensions run code inside Live — read the source, check the author, and only install things you trust.
README · rendered from GitHubView source
send-to-sulion
Right-click a clip in Ableton Live → send its MIDI notes to Sulion.
How it's structured
src/index.ts— SDK-facing stub. The only file that touches the Extensions SDK. Translates the selected clip's notes into the canonical wire shape, then delegates. All SDK names here are placeholders (see ../../docs/extensions-sdk.md).src/capture.ts— host-agnostic orchestration: ensure auth (pair if needed) → POST clip → report progress, with a401re-pair retry. SDK-independent and unit-tested.manifest.json— Live extension manifest. Schema unverified — replace from the real beta docs.
Shared logic (auth, Sulion HTTP client, note types) lives in @sulion-ableton/shared.
Build
nvm use # Node 24.16.0
npm install # from repo root (workspaces)
npm run build -w @sulion-ableton/send-to-sulion # → dist/index.js
manifest.json's entry points at dist/index.js. The install/sideload path into
Live's beta is TBD — see the backlog M1.
Next steps
See ../../docs/backlog.md (M1 onward).
Rate this extension
One rating per account; you can change it any time.
No ratings yet — be the first
Comments
No comments yet.