Browse Source

Remove TODO

main
Luke Murphy 4 years ago
parent
commit
f7dcccef69
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 7
      voicegardens/static/voicegardens.js

7
voicegardens/static/voicegardens.js

@ -151,13 +151,6 @@ function gardenShapes() {
axios
.get(url, { responseType: "blob" })
.then(function(response) {
if (shapes.length >= 9) {
// TODO
console.log(
"TODO: max shapes allowed, implement shape replacement"
);
}
let data = new p5.File(response.data);
let sound = new p5.SoundFile(data, function() {
let amp = sound.getPeaks(1)[0] * 100;

Loading…
Cancel
Save