Reposts
There is no more content to load
Drogheda, Ireland
BONESTORM is an Irish Neurofunk Drum & Bass project rooted in dystopian aesthetics and underground rave culture. Combining glitch-driven textures, precision mixing, and relentless bass weight, the project delivers controlled, high-pressure sets designed for dark rooms, hidden venues, and system-focused environments.
// BONESTORM :: SYSTEM INIT
boot.sequence();
if (bpm < 174) {
bpm = 174;
}
bassline.arm();
subbass.overdrive(∞);
breakbeat.load("amen_variation_26");
neuro.modulate(chaos_level = MAX);
while (crowd.energy < CRITICAL) {
drop.prepare();
}
signal.broadcast("DRUM_AND_BASS_PROTOCOL_ACTIVE");
bonestorm.execute();