Pattrns - Generative Music Creation Overview Pattrns is a Lua-based pattern generation engine for Renoise that enables algorithmic, generative music creation. Use this skill when working with Pattrns to create emergent, evolving musical patterns across genres including breakbeat/jungle, IDM, jazz, industrial/trip-hop, and ambient music. Core Architecture: Pattrns separates rhythm from melody through a Pulse → Gate → Event pipeline: - Pulse : Defines when events occur (rhythm) - Gate : Optional filter for pulse values (probability, complexity) - Event : Generates notes, chords, or sequences (m…