Home › Forums › Macros › new user macro help › Reply To: new user macro help
Philippe,
This was helpful, but after some reflection, muting is only one thing I want to do when selecting a track, so what I really need is a increment or decrement selected track macro (Like you showed with looper groups). Then I can mute or do a Volume on a track or anything really.
But this takes me to the next related question. The Midi volume is master, all tracks or a specific track. How can i use a volume peddle on just the selected track? related to this as well, it would be more useful if the last track recorded or overdubbed is the selected track. It seems like it is just track 1 unless you change it.
Now a new macro question. I made macro to record the next loop with one click. Then I realized I could use multiple and it would record if the next loop is empty, which is the main thing I wanted to do But I also want to go to the next loop and start multiply on a new track right away. But it does not, it waits until the loop plays once then starts the multiple. This is the macro:
//**** macro begin ****
NextLoop
WaitNextLoop
Multiply
//**** macro end ****
It does the same thing with or without the WaitNextLoop, so how can I get it to multiply when the next loop starts?