Polar Rose with jit.gen - Max/MSP Tutorial

Complex geometric patterns are always fun to explore, an sometimes easy to create! In this tutorial, I use polar coordinates with [jit.gen] to create rose curves, which are geometrical patterns created from ratios between two numbers. [jit.gl.mesh] is incredibly useful here to turn Jitter Matrices into 3D visuals. 📐Patch: https://github.com/umutreldem/hearing... 📕Wikipedia Article: https://en.wikipedia.org/wiki/Rose_(m...) 0:00 Introduction 0:37 Setting up a point visualisation system 4:00 Working with polar coordinates 6:59 Calculating radians & conversion to cartesian coordinates 10:30 What is a Polar Rose? 11:55 Implementing the algorithm in jit.gen 16:44 Improving the rose pattern 17:59 Dynamic changes between patterns