Skip to content

Sample Kit v0.1.1 — fixes installed extension exports.

Latest

Choose a tag to compare

@lfieldprojects lfieldprojects released this 09 Jun 13:24
· 1 commit to main since this release

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