parameter path ?
Not sure its possible, but is there a way to find the path of the parameter "device on"?
i know how to find the id, but for some reason i would like to use the live.path object with a loadmess (example: loadmess path live_set tracks 0 squelcher_device on) instead of using the M4L.api.SelectDevice or parameter bpatcher for this..
any tips?
hello,
you can use this patch:http://www.julienbayle.net/public/LiveAPIExplorer.amxd
begin with "root", then "children" etc etc
check this picture: LiveAPIExplorer.jpg
Device On parameter is always the parameter 0 (the first parameter)
with this patch you can find all inside the live API.
(thanks to the guy who made it!!! it wasn't me!)
wow! usefull!!
but is here a way to change the device number by his name?
then instead of using a number we could use the real name of the effect and then it would be possible to change the place of the effect in the chain without having to edit the patch....
I guess it could be possible by routing audio inside the patch... but tricky.