一个使用Web Audio API构建的实验合成器。
WAVE-PD1
An experimental synthesizer built using the Web Audio API.
Github星跟蹤圖
主要指標
- 概覽
-
名稱與所有者 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
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