Skip to content

Commit

Permalink
add dc blocker to blit3 example
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed May 20, 2024
1 parent b0b83f8 commit 1c1e4bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/basic/blit3.ck
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
250::ms => dur T;

// patch
Blit s => LPF lpf => ADSR e => DelayL eicho => JCRev r => dac;
Blit s => LPF lpf => PoleZero dcb => ADSR e => DelayL eicho => JCRev r => dac;
// feedback
eicho => Gain g(.8) => eicho;
// block zero
.99 => dcb.blockZero;
// lower the volume a bit
.65 => s.gain;

// delay settings
T*2/3 => eicho.max => eicho.delay;
Expand Down

0 comments on commit 1c1e4bd

Please sign in to comment.