Support number 1 key press recording
This commit is contained in:
parent
bd8133d88f
commit
b635361904
@ -147,6 +147,12 @@ function gardenShapes() {
|
||||
});
|
||||
}
|
||||
|
||||
function keyPressed() {
|
||||
if (keyCode === 49) {
|
||||
record();
|
||||
}
|
||||
}
|
||||
|
||||
function setupRecording() {
|
||||
/**
|
||||
* Setup logic for sound recording.
|
||||
|
Loading…
Reference in New Issue
Block a user