WAVE-PD1

An experimental synthesizer built using the Web Audio API.

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者alexgibson/wavepad
主編程語言JavaScript
編程語言CSS (語言數: 3)
平台
許可證Other
所有者活动
創建於2012-09-08 21:00:40
推送於2016-02-20 08:55:46
最后一次提交2016-02-20 08:55:42
發布數0
用户参与
星數137
關注者數13
派生數19
提交數187
已啟用問題?
問題數2
打開的問題數1
拉請求數1
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

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