Skip to content

rodydavis/vr-modular-synth

Repository files navigation

VR Modular Synth

CI

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