


Gen patchers are specialized for specific domains such as audio (MSP) and matrixĪnd texture processing (Jitter). The Gen patcher is a new kind of Max patcher where Gen technology is accessed. Gen represents a fundamental change in that relationship.
MAX MSP GEN CODE
Logic of the Max patcher in any fundamental way because the boundary between patcherĪnd code was still the object box. Object text-based coding became an important part of working with Max as it was no longerĬonfined to simply writing Max externals in C.

Interface for linking bits of functionality together. The patcher is the traditional Max environment - a graphical Gen refers to a technology in Max representing a new approach to the relationshipīetween patchers and code.
MAX MSP GEN MAC
You want to design an algorithm that can run on the CPU or GPU, on Windows and Mac.You want to design new algorithms and see or hear them immediately.You want to avoid having to compile separate windows and macintosh versions or 32- and 64-bit binaries.You want to use a concise text based expression language (codebox) rather than visual programming or coding in GLSL.You want to program visually at a low level while getting the performance of compiled C or GLSL code.You want to create processes that can't be efficiently achieved with ordinary Max/MSP/Jitter objects.
