Weeklybeats 2024 was a 52 week long music project in which artists composed and publicly released 1 song a week for the entire year. Enjoy this archive of over 7,500 music compositions by over 300 artists.
Sign up or Login to give feedback or chat up on the forums.

Vionok

By vmuriel on January 22, 2012 12:13 pm

Four samples,

1 //
piano

2 //
y = sin( frame*0.005 )
y = y * (1-(frame / 44100))

3 //
t = frame * 0.9
y = 0.6 * sin( 1.0*t ) * exp( -0.0002*t )

4 //
t = frame * 0.00115           
y = 0.6 * math.sin( 0.3*t ) * math.exp(-0.008*t)
y = y + (   0.3 * sin( 2.0*t ) * exp( -0.010*t )   )
y = y + (   0.1 * sin( 1.0*t ) * exp( -0.15*t )   )
y = y + 3.3 * pow( y, 2 )
y = y * ( 0.9 + 0.1*cos((50*10)*t) ) 
y = y * exp( -20*cos(t*50) ) + y
y = y * 0.0000000005

Really neat. The tones at the end were fantastic.

what was this made with? yikes

math is cool smile

Savage smile Very cool. Would like to know the programming environment you used too

Hey guys, just playing with Renoise.

I was using LUA to create some samples from scratch ... yep, math is really cool.

I like it.  Dig the tones!

You need to login to leave a comment.
Login Sign-up