more from
Don't Look Back Records
We’ve updated our Terms of Use to reflect our new entity name and address. You can review the changes here.
We’ve updated our Terms of Use. You can review the changes here.

II (4​.​063)

from three_four_maybe by NEKO3 & Xavier Bonfill

/

lyrics

4.063

import pygame
import pygame.gfxdraw

pygame.init()

# An analogy to illustrate the concept of truth: imagine a white pixel on a black screen.

screenWidth = 15
screenHeight = 5

screen = pygame.display.set_mode((screenWidth,screenHeight))

# We can indicate a point on the paper even if we don't know what black and white are.

kalleX = (kNote * screenWidth // 7)
kalleY = (kOct * screenHeight // 7)
feiX = (fNote * screenWidth // 7)
feiY = (fOct * screenHeight // 7)
lorenzoX = (lNote * screenWidth // 7)
lorenzoY = (lOct * screenHeight // 7)

# in order to be able to say that a point is black or white, I must first know when a point is called black and when white.

white = (255)
black = (0)



running = True

while running:
screen.fill(black)
pygame.gfxdraw.pixel(screen, kalleX, kalleY, white)
pygame.gfxdraw.pixel(screen, feiX, feiY, white)
pygame.gfxdraw.pixel(screen, lorenzoX, lorenzoY, white)

for event in pygame.event.get():
if event.type == pygame.QUIT:
running = False

pygame.display.flip()

credits

from three_four_maybe, released May 12, 2023

license

all rights reserved

tags

about

Xavier Bonfill Copenhagen, Denmark

I make music that's either strangely beautiful or beautifully strange.
From Barcelona. Based in Copenhagen.

contact / help

Contact Xavier Bonfill

Streaming and
Download help

Redeem code

Report this track or account

Xavier Bonfill recommends:

If you like Xavier Bonfill, you may also like: