Skip to content

Commit b30191d

Browse files
authored
Update build-an-interactive-soundboard-with-p5js.mdx
1 parent 92ffe07 commit b30191d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

projects/build-an-interactive-soundboard-with-p5js/build-an-interactive-soundboard-with-p5js.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ header: https://raw.githubusercontent.com/codedex-io/projects/main/projects/buil
88
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/build-an-interactive-soundboard-with-p5js/header.gif
99
published: live
1010
readTime: 60
11-
prerequisites: P5.js
11+
prerequisites: JavaScript, p5.js
12+
courses:
13+
- javascript
14+
- p5js
1215
versions: None
1316
tags:
1417
- javascript
@@ -20,7 +23,7 @@ tags:
2023

2124
Welcome!
2225

23-
In this tutorial, you'll learn how to build a soundboard with interactive buttons using the [p5.js](https://p5.js.org) JavaScript library (as well as its sublibrary p5.sound). The buttons will make a variety of sounds when you click on them! They can range from funny Vine noise effects to music sounds and even beats for your own in-house DJ setup. 😎
26+
In this project tutorial, you'll learn how to build a soundboard with interactive buttons using the [p5.js](https://p5.js.org) JavaScript library (as well as its sublibrary p5.sound). The buttons will make a variety of sounds when you click on them! They can range from funny Vine noise effects to music sounds and even beats for your own in-house DJ setup. 😎
2427

2528
p5.js is a JavaScript library for [creative coding](https://timrodenbroeker.de/what-is-creative-coding/#:~:text=Creative%20Coding%20is%20a%20method%20that%20uses%20computer%20programming%20for,exploration%20of%20mostly%20unexpected%20results.), with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else who wants to take creativity to the next level. The library extends much farther than what this tutorial will cover, but we hope that it will give you a feel for how you can code in a creative way!
2629

0 commit comments

Comments
 (0)