finnwoodman

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Attentate Echo >> ? #13301
    finnwoodman
    Participant

    Thank you Michael. This works great for my needs. What does cycles in this context mean?

    in reply to: How to loop echo? #13287
    finnwoodman
    Participant

    I managed to get the kind of echo effect I wanted by shifting to code blocks. Now, I write mix (signal + echo) to SRAM. The result is that echo will repeat several times.

    Now I’m facing a new problem
    The echos repeated get quite/weaker from time to time. So that an initial input is fading out over five repetitions. I failed in finding out where this is happening.

    My guess here:

    echo = echo >> 1; // attenuate echo

    Is there a way to reduce the level by eg. 5%?

Viewing 2 posts - 1 through 2 (of 2 total)