Skip to content

Commit

Permalink
Roll back mir
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmkarlsson authored Jan 27, 2022
1 parent 9f7f148 commit b8dd35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synths/core-synths-global.scd
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ They'll come back automatically.
Out.ar(effectBus, sig);
}, [\ir, \ir]).add;

// Impulse Response based reverb
/* // Impulse Response based reverb
~path = Main.packages.asDict.at('SuperClean') +/+ "/clean-samples/mmd/mir/mir4.wav";
~ezConvX = EZConvX(~path);
SynthDef(\clean_mir ++ numChannels, {
Expand All @@ -146,7 +146,7 @@ They'll come back automatically.
sig = sig * (1 - mir.lag(lgt) - 1);
CleanPause.ar(sig, graceTime:4);
Out.ar(effectBus, sig);
}, [\ir, \ir]).add;
}, [\ir, \ir]).add; */

// NHHall based reverb, this implementation works, but could be improved in future to accept n number of channels
SynthDef(\clean_hal ++ numChannels, {
Expand Down

0 comments on commit b8dd35e

Please sign in to comment.