
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 my best to document the modules, and I tested them with the event watcher. Let me know if there are any issues though.
I think X modulo A might be more useful then A modulo X, but I put both in there for completeness.
Hope this is helpful for some folks. Built for Reaktor V 5.7


