From 516a43e46898363e05a0d13b5c4074f7a4e18517 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 18 Nov 2021 23:16:33 +0400 Subject: Added times table and grid sketches --- libs/p5.sound.js | 12268 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 12268 insertions(+) create mode 100644 libs/p5.sound.js (limited to 'libs/p5.sound.js') diff --git a/libs/p5.sound.js b/libs/p5.sound.js new file mode 100644 index 0000000..ca19c19 --- /dev/null +++ b/libs/p5.sound.js @@ -0,0 +1,12268 @@ +/** [p5.sound] Version: 1.0.1 - 2021-05-25 */ + /** + *

p5.sound extends p5 with Web Audio functionality including audio input, + * playback, analysis and synthesis. + *

+ *