From 1d18a4ff6e656b69454f82a42af4203fdfc3a2f0 Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Sat, 3 Oct 2015 02:58:37 -0400 Subject: Some pygame stuff --- piano.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/piano.py b/piano.py index 8c8b9a7..2c8dd22 100644 --- a/piano.py +++ b/piano.py @@ -211,8 +211,8 @@ if options.keyboard: pygame.init() size = width , height = 640,360 screen = pygame.display.set_mode(size) - picture = pygame.image.load("aaaa.png") - surface = pygame.display.get_surface() + #picture = pygame.image.load("aaaa.png") + #surface = pygame.display.get_surface() pitch = 60 velocity = 127 client_set = set(clients) @@ -220,8 +220,8 @@ if options.keyboard: sustain_status = False sharp = 0 while True: - surface.blit(picture,(0,0)) - pygame.display.update() + #surface.blit(picture,(0,0)) + #pygame.display.update() for event in pygame.event.get(): if event.type == pygame.QUIT: pygame.quit() -- cgit v1.2.3-70-g09d2