2020-04-09 12:38:52 +10:00
2020-04-09 12:38:52 +10:00
2020-04-08 18:47:39 +10:00
2020-03-31 16:46:41 +11:00
2020-04-07 18:44:59 +10:00
2020-04-07 18:44:59 +10:00
2020-04-03 14:43:10 +11:00
2020-04-05 10:42:59 +10:00
2020-04-04 16:40:36 +11:00

Mixlab

Digital audio workstation. AGPLv3.

Building

Make sure you have wasm-pack installed first: cargo install wasm-pack

Unices

$ make [build]   # build frontend and backend
$ make release   # build frontend and backend in release mode
$ make check     # check frontend and backend
$ make run       # build frontend and run backend

Windows

$ .\Build-Project.ps1 [-Build] [-Release]  # Build (optionally in release mode)
$ .\Build-Project.ps1 -Check [-Release]    # Check project (optionally in release mode)
$ .\Build-Project.ps1 -Run [-Release]      # Build frontend and run backend (optionally in release mode)

Running

Running the mixlab binary starts an HTTP server on localhost:8000 serving the web UI

Description
Digital audio/video workstation. AGPLv3.
Readme AGPL-3.0 5.1 MiB
Languages
Rust 97.5%
CSS 2.3%