als_extract_midi
Extract MIDI note data (pitch, start, duration, velocity) from any track in a saved Ableton Live Set (.als file) without needing Live installed.
Instructions
Extract MIDI notes from a track in a saved .als file, as
{pitch,start,duration,velocity} dicts per clip. track_index is the track's
position in the set (see als_summary). No Live required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |