Remove TODOs
This commit is contained in:
parent
5e9744d8f3
commit
d23b6556a7
@ -81,7 +81,6 @@ function setupRecording() {
|
||||
|
||||
recording = new p5.SoundFile();
|
||||
|
||||
// TODO: buttons are just for experimenting ...
|
||||
recordButton = createButton("record");
|
||||
recordButton.position(10, 90);
|
||||
recordButton.mousePressed(record);
|
||||
@ -200,7 +199,7 @@ function setup() {
|
||||
/**
|
||||
* The p5.js initial setup function.
|
||||
**/
|
||||
createCanvas(canvasWidth, canvasHeight); // TODO: experimenting for now ...
|
||||
createCanvas(canvasWidth, canvasHeight);
|
||||
setupRecording();
|
||||
frameRate(frameRate);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user