- #1
tade
- 721
- 26
I came across this pretty impressive audio-visual demo called "A Mind is Born", as part of the challenge, it was done on a Commodore 64 and used just 256 bytes of memory to push the limits of the restrictions.
It utilizes procedural generation and I was reading this detailed write-up on it: https://www.linusakesson.net/scene/a-mind-is-born/index.php
And someone also made a piano version of the song where the notes are especially clear:
The thing which I'm interested in is how the program generates the notes of the melody. I'm interested in the math formulas by which the notes are created, actually moreso than in the coding and programming aspects.
And I'm quite the technical noob, so reading the write-up, I hardly understand what's going on. The last section of it is "Generating the melody". And what I'd like is to have assistance to understand the write-up and the program, to explain the code in terms of just math formulas, the math formulas on how the notes of the melody are generated. So hopefully my objective is simple enough for my lack of technical acumen lol
And so if you can assist with the BASIC many thanks
It utilizes procedural generation and I was reading this detailed write-up on it: https://www.linusakesson.net/scene/a-mind-is-born/index.php
And someone also made a piano version of the song where the notes are especially clear:
The thing which I'm interested in is how the program generates the notes of the melody. I'm interested in the math formulas by which the notes are created, actually moreso than in the coding and programming aspects.
And I'm quite the technical noob, so reading the write-up, I hardly understand what's going on. The last section of it is "Generating the melody". And what I'd like is to have assistance to understand the write-up and the program, to explain the code in terms of just math formulas, the math formulas on how the notes of the melody are generated. So hopefully my objective is simple enough for my lack of technical acumen lol
And so if you can assist with the BASIC many thanks
Last edited: