Parameter Mapping Reference Abstraction?
I am tinkering with an existing M4L device that uses M4L.MapButtonMultiSingle for parameter mapping.
Unfortunately some mappings get mixed up when I save and reload a live set. This led me to ask what is the reference abstraction for mapping parameters - is it M4L.MapButtonMultiSingle? I if yes, are there new versions, where can I find it?
As this is such a common use case in M4L devices I wonder what the best practice is here.
there is a new object, "live.map"
I was not aware of that, thanks. But it seems to cover only the mapping process not the rest. Now I found Abl.Map and Abl.MapUI inside Ableton's Envelope Follower. This looks good.