Please check your email re paypal

James
basically what jekblad said, only im moving the mouse to what i need, execute a click, then move it back to where it was (ie: move x 20 and y 120, left click, move x-20 y-120). its not optimal but it will do.wiffbi wrote:@JEpic: if there the global zoom setting would be available in the MIDI Remote Script Python API, then yes. But AFAIK this is currently not available, so no. But I have seen some UI/mouse-scripting somewhere, where opening preferences, clicking on the correct settings tab, etc. was automated. But this is outside the scope of my control script.
@friend_kami: concerning rebinding the shortcuts, that is on my list of features, but as I did not need it, I did not do it. At the moment, I doubt I will have time to implement this anytime soon (sorry, this is a spare-time project), as there is already a way to edit the shortcuts: inside the "Selected Track Control" app, there is a XML-file, in which the keyboard-shortcuts are defined (right click on app and select "Show Package contents"). It is not to cryptic, although the keys are defined via numbers, so you have to find out which key sends which number. I have a list somewhere…
Concerning your controlaid-script features: have you written a MIDI-Remote-Script for these features? Because I have not seen anything like that in the Python API, that would support stuff like this.
@digitalrust: thanks, glad you like it!digitalrust wrote:This script is awesome. I've been searching for ages for something like this. Well done.
One feature I would love to see would be in the ability to nudge/move clips in arrangement view by the current grid amount. Is that possible?
Also, I have been trying to get the CCs working with a remote25 but can't seem to figure out how to send the correct format. Any clues on how to change the volume for instance via CC?