Home › Forums › Macros › new user macro help › Reply To: new user macro help
“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?”
—> Sound in A
—> Sound in B
If A is playing.
//**** macro begin ****
NextLoop
Multiply
//**** macro end ****
—> Multiplication on B and the end of Loop A.
If you want an immediate Multiplication on B. Put Two NextLoop as if 2 click on the footboard for immediate NextLoop.
//**** macro begin ****
NextLoop
NextLoop
Multiply
//**** macro end ****
Is it what you need?
Please next time : one question in one thread and a new thread for a new question on a different topic. Thanks in advance.
Philippe