Beyond the Web Audio API

Summary

This topic will discuss ways to use JavaScript to handle audio... without using the Web Audio API. The first lesson touches on web audio libraries and frameworks, which provide a number of useful higher-level abstractions that are built on top of the Web Audio API. The rest of the lessons provide a tutorial in how to use JavaScript within Max, allowing you to integrate the two primary languages taught in this course.

Lessons

  1. Web Audio Libraries and Frameworks
  2. JavaScript and Max: Some Basic Examples
  3. JavaScript and Max: An Introduction
  4. JavaScript and Max: Functions and Arguments
  5. JavaScript and Max: Example Applications