Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 532 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 532 Bytes

Super Oscillator

https://oscillator.js.org

Open-source 3D synthesizer for the Web.

Uses three.js + tonal + web-audio-oscillators.

Setup

To run a local instance, issue the following commands:

git clone git@github.com:lukehorvat/super-oscillator.git
cd super-oscillator
npm install
npm start

This installs all dependencies and serves the Web app on port 9000.