Daily Archives: July 16th, 2012

Core Cell – Paramatized Modulos

I’ve been working on a Reaktor project that required a modified modulo, so I built some modulo core cells based off the IMod Core Macro. I made them both Core Cells and Core Macros. Also, the Divisor is prevented from being <= 0, and the output order of the module is Div, then Mod. I did [...]