HenningKlokkeraasen / WebAudioApiExperiments

Web Audio API Experiments

Home Page:http://webaudioapi.drmowinckel.com/_studio/rack.html?rackName=home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Audio API Experiments

Some experiments with the Web Audio API and Web MIDI API.

Goals

  • See and hear different sound waves
  • Subtractive synthesis
  • Additive synthesis
  • FM synthesis
  • Build synth modules such as VCOs, VCFs, VCFs, LFOs, Envelope Generators
  • Gate trigger to start EGs via computer keyboard, Web MIDI and step sequencer
  • CV to set oscillator frequency (noteon, noteoff) from the same, and modulate osc frequency, filter cutoff and amp gain with LFOs
  • Patching
  • Build WAA versions of classic synths such as Minimoog, TR-808, Jupiter-8
  • Build WAA versions of sounds and effects such as Reverb, Vocoder, SuperSaw, PWM, Tremolo, Vibrato, Flanger

Running this requires a browser that supports Web Audio API and Web MIDI API.

Requirements

See bower.json (jQuery, Require JS, Handlebars)

Add js libs:

  • /_thirdparty/qwerty-hancock.js

Add Web Components:

Add wave tables:

alt tag alt tag alt tag alt tag alt tag alt tag alt tag alt tag alt tag alt tag

Concepts

  • Module: Something that can produce, modify, modulate, trigger, analyse or output audio
  • Patch: A connection between two modules. Either an audio patch, trigger/gate patch, or control patch (set a frequency, modulate a gain level, etc)
  • Gear: Predefined set of modules and internal patching
  • Rack: 1-1 with an HTML page. Has 1 or more Modules and Gear in it

Responsibilities

  • Facade: A wrapper around a Web Audio API node, or a set of nodes. Responsible for interacting directly with the Web Audio API
  • Factory: Creates a module from a module definition/parameters
  • Controller: Renders a module to the DOM

About

Web Audio API Experiments

http://webaudioapi.drmowinckel.com/_studio/rack.html?rackName=home


Languages

Language:JavaScript 88.6%Language:HTML 7.8%Language:CSS 3.5%Language:Batchfile 0.1%