From fdbbdd06cded88ca0f17da680db5741d80b0caf9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 7 Feb 2020 18:05:42 +0100 Subject: [PATCH] State chorus button --- voicegardens/static/voicegardens.js | 1 + 1 file changed, 1 insertion(+) diff --git a/voicegardens/static/voicegardens.js b/voicegardens/static/voicegardens.js index 7885fe2..68598e0 100644 --- a/voicegardens/static/voicegardens.js +++ b/voicegardens/static/voicegardens.js @@ -30,6 +30,7 @@ var newSoundJustRecorded = false; var playButton; var recordButton; var stopButton; +var chorusButton; // Time-out used to stop a recording in case the user forgets to stop it // themselves. It also gurantees to turn off the mic in case of some unknown