The Sound Of Pi
Uploader Comments (chatran20)
Top Comments
-
the point is to use base 8 because thats how many are in a standard scale! you a rendering without any scale, obviously its gonna sound like crap
All Comments (191)
-
(Arnold Schoenberg)^(i*2*Pi) = erroroororoorororrorooroorooro
rororrorrorroorrorrorororrorro rorr... -
SOunds like someone falling down stairs
-
Another idea would be to use the ten digits of the number system as representations of notes in a 10-TET system and play it that way. I'd give it a shot if I had the slightest idea how to get a computer program to do it.
-
Crap, no. Atonal, yes. Big difference, as some of us out there happen to prefer atonal compositions.
-
We need 10hrs version
-
@mailbox2223 lol like your password is a musical piano or something
-
why is there yoga videos related to this?
-
This is the song that never ends, yes it goes on and on my friends. Some people started playing this, not knowing what it was, and they'll continue playing it forever just because... this is the song that never ends.
-
Dang they just guessed my password
-
Greek pi was 22/7 (3.1428) so perhaps playing 2 notes which have harmonic frequencies to each other of 22 and 7 or something can work too.
how's about the imaginary number j or i. ya know, the square root of -1.
4starblue 1 month ago 8
@4starblue debtmaster has the right explanation. Maybe you're confused by the euler identity evaluated in 2*Pi, which leads to e^(i*2*Pi) = 1. I was puzzled when I was a kid with this, because I thought that "i" actually had a decimal representation that satisfies the equation. It all gets simpler once you start to delve into complex numbers ;)
chatran20 1 month ago
PLEASE, CAN YOU DO THE SAME WITH THE GOLDEN NUMBER φ ??? 1.618 , PLEASE TRY IT CAUSE EVERYTHING IN NATURE HAVE THE GOLDEN NUMBER INSIDE! THANK YOU!
GRMEGISTOS 1 month ago 22
@GRMEGISTOS I just posted a link to the program in the description of the video. The program is in spanish (Originally I didn't expected to share it) but the use is very straightforward. Just open the golden number in the numbers folder. If the program can't open just install the Net Framework (Google, it's free) I actually disagree with you. Some shapes in nature slightly approximate to that constant, but is more amazing how many times Pi or e appear in physics.
chatran20 1 month ago 4
@chatran20 it would be interesting to know how many digits it would take to get to a Justin Bieber song. probably a couple of billion or so..
I haven't done Buddhabrot yet. Actually I was talking to this other guy who did a 4d rendering of it, and decided it was my next todo-item on the fractal list. So but you need random for this?! that's nasty! If a fractal needs some random number generation, the beauty kind of fades away, I think, since the fractal function is not deterministic anymore...
angelorf 1 month ago 2
@angelorf Yes, because what you actually do it's generate some random complex number and iterate it. Then you save all the points in the orbit and increase the hit number of those pixels if the complex point do not belong to the mandelbrot set. Random is needed in order to get the sufficient amount of points outside the set (you need a lot, around 1000000). That's what makes this nebulae effect. And actually you would be surprised how many scientific applications use random in their algorithms.
chatran20 1 month ago