Releases: lfieldprojects/sample-kit
Release list
Sample Kit v0.1.1 — fixes installed extension exports.
Sample Kit v0.1.1 — fixes installed extension exports.
Install
Download Sample-Kit-0.1.1.ablx below
In Live: Settings → Extensions — remove the old Sample Kit if it’s still listed
Drag in the new .ablx file
Right-click an audio track → Export Locator Samples…
What’s fixed
Installed extension export failure — v0.1.0 could fail on the results screen with:
Access to this API has been restricted. Use --allow-fs-write to manage permissions.
That happened because packaged extensions (.ablx) run under Node’s filesystem permission sandbox. Dev mode (npm start) grants access automatically; installed extensions need stricter path handling.
v0.1.1 fixes this by:
Normalizing paths from Live’s render API before any file operations
Keeping all writes within Live’s allowed temp and storage directories
Falling back to the rendered WAV if local processing can’t write
Treating the export manifest as optional so a manifest write no longer fails the export
Requirements
Unchanged from v0.1.0:
Ableton Live 12.4.5+ with Extensions enabled
Audio tracks with locators in Arrangement View
Links
README & troubleshooting
Report issues
SampleKit v0.1.0
Sample Kit v0.1.0 — first public release.
Export arrangement segments between locators as device-ready WAV files, straight from Live.
Install
Download Sample-Kit-0.1.0.ablx below
Open Ableton Live 12.4.5+ → Settings → Extensions
Drag the .ablx file into the Extensions window
Right-click an audio track in Arrangement View → Export Locator Samples…
No Node.js or build step required.
What it does
Sample Kit renders pre-FX audio between your arrangement locators and saves named WAV files — useful for pulling loops and one-shots into hardware samplers and grooveboxes.
Segment selection — choose which locator ranges to export (All / None shortcuts)
Smart naming — filenames include locator, track, key, and BPM
e.g. Verse 1 - Bass - C Major - 128bpm.wav
Device presets — Ableton Move, Akai MPC, Elektron Digitakt/Digitone, Teenage Engineering OP-1, Torso Electronic S-4, or Custom
Flexible output — save to your Live project folder or extension storage
Skip empty sections — optionally exclude segments with no clips on the selected track
Requirements
Ableton Live 12.4.5 or later with Extensions enabled (public beta)
Arrangement View with 2+ locators (including an end locator)
Audio tracks — freeze or flatten MIDI tracks before exporting
Known limitations (SDK beta)
Pre-FX audio only (no sends or master)
WAV output only
Audio tracks only
Links
README & troubleshooting
Report issues