I am using Cubendo.. I know how to program add track.. so the pop up window opens and you have the choice of Add track or Cancel.. how do you program in Metagrid, for it to click Add Track, so that pop up window closes?
Thanks for sharing the solution. The pause gives Cubase enough time to create
and focus the Add Instrument dialog before the following keystrokes are sent.
This sequence should be useful to anyone building a similar macro.
Just out of curiosity, what are you trying to achieve with this specific macro? With the steps you are listing what I get is a VSTi instrument track with the last instrument loaded
But how you actually load the instrument that you want with Metagrid? As I wrote, Add Instrument, Pause, Esc, Return just gives you the last previously loaded instrument
Now I get it, thanks a lot! But what is the R step at the end? Is it your shortcut for renaming the track? Because what I noticed is that with this kind of macro all the created track initially have the same name. The way I started using MGP to load instrument a while ago was to program the macro to click inside the instrument box thanks to MIDI Translator Pro and then have the macro actually write the name of the instrument. It is a bit clunky, but it works, and the track have the same name that they would have if the instrument would be loaded manually. Of course, for this to work you need to have something that can click at specific coordinates on the screen. Keyboard maestro can do this on the Mac and Bome MIDI Translator Pro can do this on both Mac and PC
the R puts the track in record mode so I can immediately play it..
I don’t name my tracks by instrument name, but by preset name (which clearly I haven’t selected when I first load the instrument).. so this method works for me, but may not work for you of course.
Ah, now I see, it seems that our Cubase settings are different, I don’t need to put a separate step for arming the track; as soon as the track is created it is record enabled and so it is ready to play.
Thanks again for all the explanations!