.adv file loaded into Ableton from Max For Live
Hi, I'm working on a patch that requires an Ableton Audio Effect to be loaded in simultaneously when a pattr storage loads in a .json file.
Does anyone have any suggestions? just a standard way of loaded in an effect would be enough for me and i could make it work.
Thanks
Zach
https://valiumdupeuple.gumroad.com/l/agUro
Like how this person is able to load an effect straight onto the effect rack
There's no API to do this. I'm assuming (since it says it needed an update for Apple Silicon) that it is using [shell] external to open the files in Ableton using something like (on macOS):
open -a "Ableton Live 11 Suite" "/path/to/some/Device.adv"
Ohh okay, i see. Hmmmm is there any object to just access the file directories? Even if i could load the file into max i could work around it
This external lets you add files to ableton
http://www.11olsen.de/code/category/6-max-msp-externals
http://www.11olsen.de/code/download/6-max-msp-externals/27-11live-tools
Which Link?, and what is the name of the download.... Thank you!
The second one. I think It’s called live.addfile
Thank you, can this be inputted into a max patch?
I think it lives in a max for live patch
Thank you!