Issue 1:
Import a downloaded set of stems into separate Ableton audio tracks
Summary
Add a workflow that imports a set of already-downloaded audio stems into separate Ableton audio tracks with predictable naming and placement.
Problem
Even if external generation assets exist locally, there is no structured workflow to place them into a Live set as separate stems.
Scope
Given a local folder or manifest of audio stems:
create target audio tracks if needed
import each stem onto its own track or clip slot
apply stable naming/order conventions
return a structured summary of what was imported
Acceptance criteria
valid local stems can be imported into separate tracks
missing/invalid files are reported clearly
imported tracks follow consistent naming
tests cover validation and import orchestration behavior where possible
Non-goals
calling Suno directly
mixing/mastering imported stems automatically
handling every possible stem format in the first version
Issue 1:
Import a downloaded set of stems into separate Ableton audio tracks
Summary
Add a workflow that imports a set of already-downloaded audio stems into separate Ableton audio tracks with predictable naming and placement.
Problem
Even if external generation assets exist locally, there is no structured workflow to place them into a Live set as separate stems.
Scope
Given a local folder or manifest of audio stems:
create target audio tracks if needed
import each stem onto its own track or clip slot
apply stable naming/order conventions
return a structured summary of what was imported
Acceptance criteria
valid local stems can be imported into separate tracks
missing/invalid files are reported clearly
imported tracks follow consistent naming
tests cover validation and import orchestration behavior where possible
Non-goals
calling Suno directly
mixing/mastering imported stems automatically
handling every possible stem format in the first version