mixline/ ├── static/ │ ├── css/ │ │ └── style.css │ └── js/ │ ├── canvas.js │ ├── nodes.js │ ├── connections.js │ ├── audio.js │ └── app.js ├── templates/ │ └── index.html └── app.py