Skip to content

Commit

Permalink
fix #144 SC NMFMatch pick compressor example
Browse files Browse the repository at this point in the history
  • Loading branch information
tedmoore committed Jul 7, 2022
1 parent 621b444 commit 3c8b9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-code/sc/NMFMatch.scd
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ fork{
{
var source, todelay, delay1, delay2, delay3, feedback, mod1, mod2, mod3, mod4;

source = PlayBuf.ar(1, b);
source = PlayBuf.ar(1, ~guitar);

// generate modulators that are coprime in frequency
mod1 = SinOsc.ar(1, 0, 0.001);
Expand Down

0 comments on commit 3c8b9f9

Please sign in to comment.