项目作者: rodydavis
项目描述 :
VR Modular Synth
高级语言: TypeScript
项目地址: git://github.com/rodydavis/vr-modular-synth.git
VR Modular Synth

VR Modular Synth built with Web Audio API, Tone.js and Three.js.
WIP but currently can play 4 octaves.
Online Demo
Getting Started
Start the dev server:
npm run start
Create a production build:
npm run build
Serve the build directory:
npm run serve