auto-strings-generator
v0.1.0Ableton Live Extensions SDK 1.0.0-beta.0 based extension for generating string voicings from MIDI tracks.
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.
Auto Strings Generator
Ableton Live Extensions SDK 1.0.0-beta.0 based extension for generating string voicings from MIDI tracks.
Features
- Generate 4-part string arrangement from a Top Note MIDI track and Chord Notes MIDI track.
- Generate a simple counter melody from a MIDI arrangement selection or MIDI clip.
- Keep Live SDK integration separate from unit-testable music logic.
Development
This repository does not redistribute Ableton Live Extensions SDK beta packages.
Before installing dependencies, place the official SDK tarballs from Ableton in vendor/:
vendor/ableton-extensions-sdk-1.0.0-beta.0.tgzvendor/ableton-extensions-cli-1.0.0-beta.0.tgz
npm install
npm test
npm run build
npm run package
Usage
- Create MIDI tracks named exactly
autoStrings_topandautoStrings_chord. - Put the topline melody in
autoStrings_top. - Put block chord notes in
autoStrings_chord. - Right-click a MIDI clip/clip slot or MIDI Arrangement selection and choose
Extensions > Generate 4-Part Strings.
For Arrangement selections, the dialog can still be used to choose source tracks. For MIDI clips/clip slots, the extension reads autoStrings_top and autoStrings_chord automatically.
autoStrings_top: topline melody sourceautoStrings_chord: chord notes source
The extension creates:
Generated Violin IGenerated Violin IIGenerated ViolaGenerated Cello
The generated edit is grouped into one Live undo step where supported by the SDK host.
Rate this extension
One rating per account; you can change it any time.
Comments
No comments yet.