Is it possible to create a clip in the session view of Ableton Live programmatically using the Python API?
More context: I'm hacking a MIDI Remote Script using the _Framework classes in. In response to an event trigger I want to fill a ClipSlot with a new midi clip.
The Live Object Model seems pretty restrictive on create
actions—is it even possible to programmatically create a clip in Ableton Live?