Weeklybeats is a 52 week long music project in which artists compose and publicly release 1 song a week for the entire year.
Starting January 1st 2024 GMT each participant will have one week to upload one finished composition. Any style of music or selection of instruments are welcomed and encouraged. Sign up or Login to get started or check our FAQ for any help or questions you may have.

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