mirror of
https://github.com/Xevion/processing-projects.git
synced 2025-12-05 23:15:55 -06:00
change doppler effect to much smaller
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 58 MiB After Width: | Height: | Size: 21 MiB |
@@ -18,7 +18,7 @@ class SoundWave(object):
|
||||
circle(self.x, self.y, self.radius * 2) # diameter
|
||||
|
||||
def setup():
|
||||
size(1000, 1000)
|
||||
size(750, 750)
|
||||
|
||||
noFill()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user