Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 590 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 590 Bytes

Modular Synth

Web audio API wrapper with analogue styled modules. Basic substractive synth implementation.

Usage

While the webapp is dependency free, you might want to run npm install and then node liteserver.js to run local and avoid CORS issues with static files.

You can play around with the prototype to this version on codepen, featuring some things not yet implemented here.

A list of TODOs:

  • Add touch/mouse control and a sleek UI
  • Add WebMidiAPI wrappers
  • Change canvas to WebGL. Fix some video performance issues.