Simple Arp

Post any examples or modules that you want to share here
User avatar
kortezzzz
Posts: 763
Joined: Tue Mar 19, 2013 4:21 pm

Re: Simple Arp

Post 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!
User
Posts: 14
Joined: Wed Jun 30, 2021 6:25 am

Re: Simple Arp

Post by User »

Here is a modified version that works inside FlowStone but doesn't work inside FL Studio. Any ideas why ?
Attachments
Simple Arp8Demo5 Mod01 (recovered).fsm
This version crashed and got recovered. It's not clear if it works.
(198.17 KiB) Downloaded 1005 times
Simple Arp8Demo5 Mod01.fsm
This one works with FS 306 but not when exported to DAW.
(421.35 KiB) Downloaded 983 times
Post Reply