Is it possible to make macros with several sound effects?
For example: combine the beatgrid and backspin to be applied in that order.
And it should be activated by only having to press the EFX button once, like any other effect.
For example: combine the beatgrid and backspin to be applied in that order.
And it should be activated by only having to press the EFX button once, like any other effect.
Posted Mon 14 Mar 11 @ 3:20 pm
Yes, you can chain multiple actions together using &, e.g:
effect "beatgrid" active & effect "backspin" active
effect "beatgrid" active & effect "backspin" active
Posted Mon 14 Mar 11 @ 3:39 pm
Ok. Thanks.
I will try that.
I will try that.
Posted Mon 14 Mar 11 @ 3:40 pm
With that syntax the two effects activates at the same time, not one after the other as I wish.
What do I type in to make them work after each other?
//Mikael
What do I type in to make them work after each other?
//Mikael
Posted Mon 14 Mar 11 @ 4:07 pm
I can't think of any way of achieving that I'm afraid.
Posted Mon 14 Mar 11 @ 4:38 pm