mirror of
https://github.com/Xevion/processing-projects.git
synced 2025-12-08 08:08:10 -06:00
change doppler effect to much smaller
This commit is contained in:
@@ -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