Skip to content

katspaugh/simple-modular-synth

Repository files navigation

Simple Modular Synth

Live demo

Usage

  1. Checkout the repo
  2. Start a local web server, e.g. python3 -m http.server --cgi 8080
  3. Open http://localhost:8080/ in the browser
  4. Create modules by clicking anywhere on empty space and typing the name of a module
  5. Connect modules by clicking on little circles representing their inputs (on the left) and outputs (on the right)
  6. Remove connections by clicking on connecting lines (patch cables)
  7. Remove modules by dragging them off the screen
Screenshot 2024-01-30 at 20 08 30