The Daily Blues

"In the beginning was the Rhythm, and the Rhythm was with God, and the Rhythm was God."

Home Made Music: Extreme Chill-Out

, , , , ,

Scandinavian Redneck Book Case Voyage

Comments

Dizzydolphin21 Sunday, July 3, 2011 10:27:48 PM

The magic.

Darkogdare Tuesday, July 5, 2011 8:29:36 PM

Extreme yes

Martin K™Aqualion Wednesday, July 6, 2011 9:03:21 PM

Extreme chill-out. Takes relaxing to the limit.

Edward Piercyedwardpiercy Saturday, July 9, 2011 3:31:17 PM

I can definitely see this as the opening music to a movie. Maybe an action-adventure starring Matt Damon.

Interesting visuals -- how (in general) did you do them?

Anyway, yes

Martin K™Aqualion Saturday, July 9, 2011 3:49:53 PM

@Ed

In general, you say... Well...

zn+1 = zn2 + c

given by

c = 1

Image sequence zooming range c = 3 to c = 9,000,000

Or, to put it even more simple:




x0 = scaled x co-ordinate of pixel (must be scaled to lie somewhere in the interval (-2.5 to 1)

y0 = scaled y co-ordinate of pixel (must be scaled to lie somewhere in the interval (-1, 1)

x = 0
y = 0

iteration = 0
max_iteration = 1000

while ( x*x + y*y <= (2*2) AND iteration < max_iteration)
{
xtemp = x*x - y*y + x0
y = 2*x*y + y0

x = xtemp

iteration = iteration + 1
}

if ( iteration == max_iteration )
then
color = black
else
color = iteration

plot(x,y,color)


Get it?

...

Neither do I... I just downloaded it from YouTube...

wink

Edward Piercyedwardpiercy Saturday, July 9, 2011 3:58:48 PM

lol

Carlo GrassiniCarloFon Sunday, July 10, 2011 12:19:49 AM

I enjoyed both the music and video. Nice work.

cool

How to use Quote function:

  1. Select some text
  2. Click on the Quote link

Write a comment

Comment
(BBcode and HTML is turned off for anonymous user comments.)

If you can't read the words, press the small reload icon.


Smilies