mirror of
https://github.com/Xevion/processing-projects.git
synced 2025-12-06 15:16:04 -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
|
circle(self.x, self.y, self.radius * 2) # diameter
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
size(1000, 1000)
|
size(750, 750)
|
||||||
|
|
||||||
noFill()
|
noFill()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user