No description
Find a file
2021-10-18 22:18:34 +02:00
dsp add faust DSP 2021-10-18 21:49:50 +02:00
frontend frontend: initial commit 2021-10-18 21:48:38 +02:00
src docs & fixes 2021-10-18 22:18:34 +02:00
.gitignore initial commit 2021-02-19 14:40:58 +01:00
Cargo.toml updates 2021-10-18 21:49:41 +02:00
README.md docs & fixes 2021-10-18 22:18:34 +02:00

build dsp:

cd dsp
faust2jackconsole -osc mixer.dsp

build frontend:

cd  frontend
yarn
yarn build

build and run backend & serve frontend:

cargo run

open http://localhost:8080/index.html