@ -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();
}