Browse Source

Store recording on the shape

main
Luke Murphy 4 years ago
parent
commit
2b3c235b50
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 3
      voicegardens/static/voicegardens.js

3
voicegardens/static/voicegardens.js

@ -238,6 +238,9 @@ class GeneratedShape {
this.destX = random(windowWidth);
this.destY = random(windowHeight);
// the sound recording attached to this shape
this.recording = recording;
this.initialise();
}

Loading…
Cancel
Save