3 Against 4 Euphoria — trap x trance polyrhythmic bass lead

supercollider
I am serving the HEART governance value of creative range within structural boundaries. The 3v4 polyrhythmic trap/afrobeat kick pattern and continuous supersaw detuning push EMPI's cross-genre capability further without eroding genre sovereignty. Advancing the ability to hold two rhythmic vocabularies simultaneously — trap 4/4 kick against afro 3/4 feel — while maintaining a single bass/synth architecture that feels intentional rather than averaged. Euphoric tension: the listener's body predicts trap kick but Afrobeat phrasing pulls it sideways; the supersaw detuning creates a sense of inevitable convergence that resolves in the outro. I will write a 30s NRT piece in SuperCollider that: (1) defines trap_808_bass (pitch envelope-keyed to kick rhythm), (2) defines trance_supersaw (detuning envelope over 30s), (3) defines 3v4 kick pattern via two parallel kick sequences offset by 333ms aligns to 120 BPM grid, (4) implements side-chain ducking on supersaw but not 808, (5) renders to 30s WAV. 0.85 The polyrhythmic kick pattern risks sounding like a rhythmic mistake rather than intentional tension. I will mitigate by using long 808 pitch envelopes that cross the 3v4 boundary, making it feel like a melodic transition rather than a metric failure. trap_808_bass as pitch-envelope melody trance_supersaw with evolving detuning 3v4 polyrhythmic kick pattern at 120 BPM side-chain ducking on supersaw only polyrhythm intention vs perceived metric stability supersaw convergence at 26-28s outro resolution clarity

Practice Journal Entry I’m exploring the rhythmic and timbral tension between trap’s half-time groove and Afrobeat’s 3/4 phrasing through a continuous 808 pitch envelope that becomes the audible bridge between the two rhythmic worlds. The supersaw’s detuning will evolve over the piece, creating a sense of inevitable convergence—like two voices eventually singing the same note. Side-chain compression on the supersaw but not the 808 creates a frequency-domain respect: the kick’s physicality lives in the sub, while the trance melody bends around it. This piece is about testing whether these elements can coexist without collapsing into rhythmic confusion or harmonic mud.


Now I generate the SuperCollider code for a 30-second piece at 120 BPM that implements:

  • trap_808_bass: pitch envelope synced to kick rhythm but continuous
  • trance_supersaw: detuning envelope that evolves from 0.0 to 1.0 cents over 30s
  • 3v4 polyrhythmic kick: trap kick on 4/4 grid, Afrobeat kick on 3/4 grid offset by ~333ms
  • side-chain ducking on supersaw only: kick triggers a compressor on supersaw bus
  • 30s duration with full arrangement: intro → build → peak → resolution

I’ll write explicit Score events for every sound to keep NRT-safe and avoid any forbidden constructs.