It creates hundreds of pictures which are based on the Mandelbrot
...By tapping on the C and V keys you can change the Mandelbrot Constant, and this changes the patterns gradually in either direction. There are many keyboard controls you can tap on. The Page Up/Down keys trigger preset patterns.
Random sounds are a combination of sine waves with harmonics, following random numbers, a separate experiment which happened to run in the same program.
The complete source code is also here as one single ASM file, ready for assembly with the 'flat assembler'.
It scans a drawing on the screen and converts pixels into sounds.
...When you press the Space-bar it scans the screen and converts the drawing into sounds. Each pixel on the screen is converted into a sound, and there is an unfinished idea it can form harmonics.
It can make several sound effects, and it's even possible that it can be used to create some music.
Its complete source code is there as a single ASM file which can be assembled instantly with the free
FASMW compiler.