Add leaf button
This commit is contained in:
parent
2e3438a738
commit
0ee0f94e34
@ -31,6 +31,7 @@ var playButton;
|
|||||||
var recordButton;
|
var recordButton;
|
||||||
var stopButton;
|
var stopButton;
|
||||||
var chorusButton;
|
var chorusButton;
|
||||||
|
var leafButton;
|
||||||
|
|
||||||
// Time-out used to stop a recording in case the user forgets to stop it
|
// 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
|
// themselves. It also gurantees to turn off the mic in case of some unknown
|
||||||
@ -145,6 +146,9 @@ function setupRecording() {
|
|||||||
|
|
||||||
chorusButton = createImg("../static/images/CHORUS-BW.png");
|
chorusButton = createImg("../static/images/CHORUS-BW.png");
|
||||||
chorusButton.position(10, 110);
|
chorusButton.position(10, 110);
|
||||||
|
|
||||||
|
leafButton = createImg("../static/images/GARDEN-BW.png");
|
||||||
|
leafButton.position(10, 140);
|
||||||
}
|
}
|
||||||
|
|
||||||
class GeneratedShape {
|
class GeneratedShape {
|
||||||
|
Loading…
Reference in New Issue
Block a user