loading .alc clips to session view?
Is there a way to use m4l to load a pre-warped clip (.alc file) from the browser or file system to a clip slot in session view?
I know you can load a .wav using its filepath, but id like to use a .alc clip so i can retain info saved in a clip, like warping and start/stop markers.
I dont see a direct solution for this in the LOM, but I do see you can edit a clip’s parameters with m4l, so maybe I could parse the xml data out of the .als file with JS, then load the raw audio file to a slot and then edit that clip to match using the data?
Or is there an easier way?