Skip to content
Thomas Tortorini edited this page Jan 25, 2019 · 52 revisions

The GridSound's DAW

The DAW (Digital Audio Workstation) is usable at gridsound.com/daw and its code at github.com/gridsound/daw.

Audio/UI components

  • github.com/gridsound/gs-webaudio-library
    This is some Web Audio reusable code used by the GridSound's DAW. There are a generic callback scheduler. An encapsulation around AudioBuffer, etc.

  • github.com/gridsound/gs-ui-components
    This is a compilation of useful UI components written in separated folders coded in modern vanilla JavaScript. Each folder has a README to describe its JS API.

Clone this wiki locally