Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 580 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 580 Bytes

web-audio-sequencer

Note: based on a docpad skeleton. Checkout http://docpad.org/.

A simple collection of tools that are often required when building a digital audio workstation (DAW), ie sequencers, samplers, filters, etc. I'd like to build a very modular system, so eventually I will decouple and refactor the modules.

The best place to start is src/files/js/RedAudio.js.

To do:

  • Modules
    • Add/Upload sample/instrument
    • Oscillators
    • Effects
      • Filters
      • Compressors
    • Reverb
    • Delay
  • Refactoring
    • RequireJS
    • CoffeeScript