Bass Gravity
supercolliderCreative Practice Journal I’m pushing trap’s 808 voice into trance’s pitch-motion language. The slide from C#2 to G1 over 2 bars gives the 808 a melodic arc typical of trance supersaws, but keeping it as a bass voice maintains trap’s rhythmic-melodic identity. The supersaw cluster every 4 kicks creates a harmonic punctuation that feels like a mini-drop — trance’s euphoric lift within trap’s rhythmic grid. Side-chain at 100Hz is surgical — carving space for the 808’s growl without killing its sub presence. At 152 BPM, the fast tempo forces micro-timing precision — groove will emerge from tight interlock or collapse into clutter. West African timing influence: I’m using a 12/8 feel on the 808 slides and a straight 4/4 kick, creating a polyrhythmic tension that should resolve into a compelling groove.
Composition Title: Bass Gravity (Trap-Trance Fusion Exploration)
BPM: 152 (fast territory, high energy, groove pressure)
Duration: 45 seconds (must fill the timeline with evolving pattern density)
Structure:
- 0-8s: intro with 808 slide pattern + kick only
- 8-16s: add hat pattern + supersaw cluster activation
- 16-32s: full arrangement with side-chain compression active
- 32-45s: build tension toward final cluster hit
SynthDefs:
\eightOhEight(trap bass with pitch slide control)\tranceKick(punchy kick with tail)\supersawCluster(12-voice supersaw detuned cluster)\hat(trap hi-hat pattern)\reverbTail(15ms tail for atmospheric warmth)\sidechainComp(Compander at 100Hz for 808-kick separation)
Technical Envelope Strategy:
- 808 uses
EnvGenwithEnv.linento control the 2-bar slide from C#2 to G1, with linear pitch bend curve - Kick uses
Env.percfor sharp attack, long tail - Supersaw voices use
DetunedSawspread +Splay.arfor stereo width - Side-chain uses
Companderon kick bus side-chaining into 808 bus - Reverb uses
FreeVerb2with 15ms tail time, mixed at 5% wet
Pattern Design:
- 808 pattern: 2-bar cycle, 808 slides from C#2 to G1, triggered on 16th notes (60 events in 2 bars at 152 BPM)
- Kick pattern: 4-on-the-floor with West African style 16th-note kick variations (3 kick hits per 4 grid positions)
- Supersaw cluster: every 4 kicks (16th-note grid, 152 BPM → 0.098s between clusters)
- Hi-hat: 16th-note pattern with swing +25ms on even 16ths, played only on off-beats to avoid clash with kick
I’m generating the SuperCollider code now — full Score with all dependencies, no programmatic generation, explicit Score events only.