Polyrhythms in JavaScript | How Math Can Make Your Code Better (
Radu Mariescu-Istodor Radu Mariescu-Istodor
34.7K subscribers
4,029 views
246

 Published On Aug 16, 2024

In this video I teach you about good coding practices when building a fun project. It emphasizes how understanding math concepts can result in simpler, easier to understand code that also correlates with fewer bugs.

The project was inspired by the polyrhythms on the ‪@project_jdm‬ channel:
   / @project_jdm  
Check them out if you haven't seen them yet!

While building this, we'll learn about procedural sound generation techniques, demonstrate how to enhance code structure for better readability and maintainability, and showcase the power of math in simplifying complex codebases.

If you've ever doubted the usefulness of math in coding, this video is tailor-made for you! We'll debunk the myth and show you firsthand how a bit of mathematical understanding can elevate your programming skills to new heights. So, grab your coding gear and get ready to follow along with this exciting project!

const soundFrequencies = [
1760, 1567.98, 1396.91, 1318.51, 1174.66, 1046.5, 987.77, 880,
783.99, 698.46, 659.25, 587.33, 523.25, 493.88, 440, 392, 349.23,
329.63, 293.66, 261.63
];

💻CODE💻
https://github.com/gniziemazity/polyr...

⭐10 Ways to draw Circles⭐
   • Drawing CIRCLES in 10 Different Ways ...  

⭐More WebAudioAPI Tutorials⭐
   • Projects with Procedural Sound  

show more

Share/Embed