[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fire sounds
hi,
I'm looking for a digital fire (log fire) type sound - not too noisy
and not too fast - idealy it should be warm and cosy sounding (what
was that about lack of emotion in music :-) ).
I am currently working with the fractal:
let x be an integer bigger than 1
if ( x is even )
x = x /2
else
x = 3*x + 1
repeat until x =1
count how many times you went round the loop and write that as the 24 bit
number
in the sound file (after some normalization and stuff)
Which is kind of ok but not quite what I want - anyone come across anything
better (doesn't have to be maths based - anything will do).
cheers
mark