maybe there is a way to do this which I haven't found yet... but selecting device via apc40 and then pressing a button on the midi controller to lock it permanently to the plugin, would be awesome

I have about 15hours logged trying to get this to work, and from what I see it's not possible. PLEASE prove me wrong!mike@TrackTeam Audio wrote:Look into making your own Remote control script. From what I remember you can do this...been a while though
Max4Live is supposed to be able to do it. it's an impossibility for non M4L users however (at least on an APC40).barstu wrote:Does any one know if Max for Live can do this?
yes the script works but the function of locking the APC's device control via a button press will not work due to the limitations of the script.barstu wrote:Thanks, thats slightly encouraging, I've posted in the Max forum to get furtherclarification, would be nice to know exactly how it's done in M4L before I shell out. I see that 8.1 now supports the control surface lock/unlock command, I'm thinking of using that as a back up plan.
that's what pisses me off the most. My remote SL does this fine. I even went so far as to try to somehow copy the python script from the SL to the APC, but it would require many hours (possibly days) to learn python scripting and I just don't have that kind of time to invest.barstu wrote:I'm thinking at least my remote and other controller can stay locked I'll take the hit on loosing apc focus once in a while.
You have to call self.toggle_lock() in your derived ControllSurface class.RCUS wrote:I have about 15hours logged trying to get this to work, and from what I see it's not possible. PLEASE prove me wrong!mike@TrackTeam Audio wrote:Look into making your own Remote control script. From what I remember you can do this...been a while though