WAVE-PD1

An experimental synthesizer built using the Web Audio API.

Github stars Tracking Chart

一个使用Web Audio API构建的实验合成器。

Overview

Name With Owneralexgibson/wavepad
Primary LanguageJavaScript
Program languageCSS (Language Count: 3)
Platform
License:Other
Release Count0
Created At2012-09-08 21:00:40
Pushed At2016-02-20 08:55:46
Last Commit At2016-02-20 08:55:42
Stargazers Count135
Watchers Count14
Fork Count19
Commits Count187
Has Issues Enabled
Issues Count2
Issue Open Count1
Pull Requests Count1
Pull Requests Open Count0
Pull Requests Close Count0
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Wave-PD1

devDependency Status

An experimental synthesizer built using the Web Audio API, written in ES6 and compiled using Babel. Works offline using Service Worker.

https://alexgibson.github.io/wavepad/

Audio node graph

Install

npm install

Build

To build from source and watch for changes:

gulp

By default Javascript is compiled and minified in production mode. To run un-minified and with source maps enabled, simply run:

gulp --env development --smp /path/to/project/root/

Note the smp argument is to append the relative path for source maps to work.

Run

To run the dev server:

npm start

The app can then be viewed at localhost:8000.

Deploy

To automatically build and deploy to gh-pages branch:

gulp deploy
To the top