-
Notifications
You must be signed in to change notification settings - Fork 118
Home
Devin Rhode edited this page Jun 10, 2016
·
16 revisions
Audiolet is a JavaScript library for real-time audio synthesis and composition from within the browser. It uses graph-based routing and pattern-based scheduling to make complex audio simple to program, and easy to understand.
Audiolet comes with everything you need to get started, with the exception of a browser. Currently it supports Firefox 4 and versions of Chrome with the Web Audio API enabled.
To get started with Audiolet, clone the git repository and create a copy of the template in the examples folder. A recently compiled version of Audiolet is kept in the audiolet/ directory. You'll want to start a web server like live-server in the root directory of the Audiolet repository.
- Building Blocks of Audiolet
- Using Tunings and Scales
- API Documentation
- Building Audiolet
- Creating Custom Nodes
- Creating Patterns
- About the Scheduler
- Style Guide
- Plans for Audiolet 2