Stutter Effect on Daisy

Hey Everyone,
I stumbled upon Daisy today and had the idea to make some kind of effect pedal by implementing the stutter effect shown in this video: https://www.youtube.com/watch?v=FqropKfYGO0&t=22s

As far as I got to know now, arrays are not supported with the compiler, right?

So my question is: is it possible to make this effect work as a standalone?

Sorry if I got anything wrong, I’m a complete beginner in these thing:)

Thanks alot!

Welcome tmod!

As far as I know, [array] is not supported.
You can use delay to create glitch sounds. Something like this should work with the Daisy: https://www.youtube.com/watch?v=ooU5sCtS0fA

Have fun and let me know if you have any questions :slight_smile:

Array graphs are supported, the [array] object is not.

In most cases you can quite easily do without using the [array] object though.

1 Like