tennisers
Level 30 Mixist
 
bytebeat 1k
7th/10

 
heart magic 
299th Σ2.986

 
brain tech 
168th Σ4.654

 
bleep squeeze 
279th Σ3.711

 
deep tweak 
271st Σ3.759

 
the winter of our pants 
286th Σ3.390

 
134518
Level 30 Mixist
tennisers
 
 
 
post #134518 :: 2021.01.12 5:35pm
in case i resubmit with a less grating entry here is the original code for posterity's sake

n1=random(),
clockLen=200000,
sample= t%clockLen==0?floor(n1*200+40):sample,

n3=random()*40,
sample2= t%clockLen==0?floor(n3):sample2,

vol=t%clockLen==0?1:vol-.1,
bufLen=sample,
buf=t==0?[]:buf,
bufFreq= sample2,
bufPos=t%bufLen,

n2=random()*1000,


init=(source)=>source[t]=t<bufLen?n1:source[t],
initTrig= init(buf),
delay = (source) => (t%clockLen<(clockLen/2.5))?
source[(bufPos+bufFreq)%bufLen]=t>=(bufLen?source[bufPos]+source[(bufPos+bufFreq)%bufLen]:source[(bufPos+bufFreq)%bufLen]):
source[bufPos]=source[bufPos]-1,
initDelay = delay(buf),
impulse = (source, signal) => source[bufPos] = signal,
initImpulse =n2>998 && (bufPos%bufLen>0&&bufPos%bufLen<(bufLen/2.5))? impulse(buf, n1):-1,
t*buf[bufPos]*.00001
 
 
135782
Level 23 Chipist
irrlicht project
 
 
 
post #135782 :: 2021.01.31 2:46pm
  
  tennisers liēkd this
you're not supposed to decay the volume, just apply a low-pass continually and volume decay will happen by itself. just loop over the buffer, doing prev_sample+curr_sample/2, store at current index, advance to next index, rinse and repeat indefinitely. but then again you probably knew this already. anyway horrific noises are always good.
 
 
137351
Level 25 Mixist
Vav
 
 
 
post #137351 :: 2021.02.25 5:26pm
  
  tennisers liēkd this
cool creepypasta bro
 
 
137415
Level 20 Chipist
2a03fox
 
 
 
post #137415 :: 2021.02.26 9:26am
always love bytebeat
 
 
138033
Level 19 Pixelist
loni
 
 
 
post #138033 :: 2021.03.04 1:13pm
i love this noisia track
 
 
138184
Level 30 Chipist
TristEndo
 
 
 
post #138184 :: 2021.03.05 10:40pm
  
  tennisers liēkd this
this sounds like a chainsaw comparison video
 
 

LOGIN or REGISTER to add your own comments!