Can anyone explain why this MC Tapin / out patch doesn't work
Hi Folks,
So I may be just missing something very obvious in this patch but I have been over it a few times, swapped out values etc but still can't get it to work. I am still learning MC workflows so there may be something there that I am missing.
All I want is a simple delay to work but MC style. I've copied the mc-poly-tapin-tapout patch from the examples but the delay aspect of my patch just doesn't work although it does work in the examples. Any suggestions would be greatly appreciated.
Thanks in advance!
John
MC Delay Test 01.maxpat
Max Patch
There's a direct feedback loop between mac.tapout~ and mc.tapin~. That shuts off DSP processing because it can't be resolved. Add an [mc.delay~ 1] in the feedback loop and you'll begin hearing sound again.