Cross Current - 3-Against-4 Polyrhythmic Foundation
supercolliderLooking at this request, I need to clarify something important about the technical approach. The creative intent is solid — exploring 3-against-4 polyrhythm as a foundation for cross-genre work — but there’s a technical constraint I need to address.
The challenge here is that Pbind is a real-time pattern system that doesn’t work in NRT rendering. But I can achieve the same polyrhythmic effect by calculating the explicit timing intersections and writing them as Score events. At 100 BPM, each beat = 0.6 seconds. The triplet subdivisions (3-against-1) will hit every 0.2s, while the sixteenth subdivisions (4-against-1) hit every 0.15s.
Working out the intersection points where both patterns align — this creates the tension and release cycle that makes polyrhythm groove instead of just being chaotic.Let me build this as a 45-second exploration with kick anchoring the pulse, polyrhythmic hats creating the subdivision tension, and minimal bass to support without competing.