Skip to content

tsoding/dimooper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Tsoding Build Status codecov

dimooper

Digital Music Looper application focused on live performance.

screenshot

Demo

DIMOOPER DEMO

Quick Start

$ cargo build                               # build dimooper
$ cargo run <input-port> <output-port>  # run dimooper
$ cargo test                                # run unit tests

Coverage

$ cargo install kcov
$ cargo build
$ cargo kcov
$ <browser> target/cov/index.html

Setting Up With a Controller

Please, take a look at https://github.com/tsoding/dimooper/wiki/NixOS-QSynth-Setup-Guide