Hi,
I once made some kind of implementation of the Moogladder filter to
Pd. I never evaluated the implementation so I'm not sure if it really
sounds as the Csound version or gives the same output as in the paper.
It is kind of crude Pd code anyway. =) But I'll attach the patch here
if you wan to give it a try?
-Mika
Message: 2 Date: Mon, 25 Aug 2008 22:49:11 +0200 From: " Anton H?rnquist " anton.hornquist@gmail.com Subject: [PD] Csound opcode Moogladder to Pd? To: pd-list@iem.at Message-ID: 58a0928c0808251349r7decd8b8x7b113258f9915f73@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1
I've used the Csound opcode Moogladder (based on an algorithm by Antti Huovilainen) in Pd using csoundapi~. It uses a lot of cpu cycles but it sounds really good. The csoundapi~ external is useful but it only allows one instance per patch on windows so ideally I would like to have this opcode as a Pd abstraction or external and get rid of the csoundapi~ external.
Is it possible to convert the Moogladder opcode to a Pd abstraction?
Csound code: http://www.csounds.com/udo/displayOpcode.php?opcode_id=32
/Anton