Page 8 of 8

Re: Simple Arp

PostPosted: Mon May 24, 2021 12:01 pm
by kortezzzz
josevo wrote:I'm expecting that if the comparison regresses to step==8 while it is surpassed (when playing 16 steps), the counter doesn't reach the value and keeps growing forever.

Try this:
Code: Select all
if (@step >= @a)

instead of
Code: Select all
if (@step == @a)


That's why I don't like using == for stopping or resetting counters; although it's good for explaining concepts.


Fantastic, Josevo. Thank you :) Now everything works correctly. This notes amount per arpeggio is a brilliant feature which I recommend you adding into your editable arp as well. Wish you luck with your setup and let us know about any new progress.

Cheers!

Re: Simple Arp

PostPosted: Wed Jun 30, 2021 6:35 am
by User
Here is a modified version that works inside FlowStone but doesn't work inside FL Studio. Any ideas why ?