Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsoding/dimooper
Digital Music Looper
https://github.com/tsoding/dimooper
hacktoberfest hacktoberfest2020 looper midi music rust
Last synced: 5 days ago
JSON representation
Digital Music Looper
- Host: GitHub
- URL: https://github.com/tsoding/dimooper
- Owner: tsoding
- Created: 2016-05-26T16:13:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T13:32:26.000Z (over 5 years ago)
- Last Synced: 2024-08-02T22:21:59.683Z (3 months ago)
- Topics: hacktoberfest, hacktoberfest2020, looper, midi, music, rust
- Language: Rust
- Homepage:
- Size: 273 KB
- Stars: 102
- Watchers: 7
- Forks: 4
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Tsoding](https://img.shields.io/badge/twitch.tv-tsoding-purple?logo=twitch&style=for-the-badge)](https://www.twitch.tv/tsoding)
[![Build Status](https://travis-ci.org/tsoding/dimooper.svg?branch=master)](https://travis-ci.org/tsoding/dimooper)
[![codecov](https://codecov.io/gh/tsoding/dimooper/branch/master/graph/badge.svg)](https://codecov.io/gh/tsoding/dimooper)# dimooper #
Digital Music Looper application focused on live performance.
![screenshot](http://i.imgur.com/S5YzYiR.png)
## Demo ##
[![DIMOOPER DEMO](https://img.youtube.com/vi/qURmwdedUAI/0.jpg)](https://www.youtube.com/watch?v=qURmwdedUAI)
## Quick Start ##
```console
$ cargo build # build dimooper
$ cargo run # run dimooper
$ cargo test # run unit tests
```## Coverage ##
```console
$ cargo install kcov
$ cargo build
$ cargo kcov
$ target/cov/index.html
```## Setting Up With a Controller ##
Please, take a look at https://github.com/tsoding/dimooper/wiki/NixOS-QSynth-Setup-Guide