All Projects → tsoding → dimooper

tsoding / dimooper

Licence: other
Digital Music Looper

Programming Languages

rust
11053 projects
Nix
1067 projects

Projects that are alternatives of or similar to dimooper

amanuensis
The Amanuensis is an automated songwriting and recording system aimed at ridding the process of anything left-brained, so one need never leave a creative, spontaneous and improvisational state of mind, from the inception of the song until its final master. See the README for instructions and feel free to message me at soundcloud.com/to_the_sun.
Stars: ✭ 30 (-53.12%)
Mutual labels:  midi, looper
MinimumViableSynth
A virtual analog synthesizer with lots of knobs and buttons.
Stars: ✭ 22 (-65.62%)
Mutual labels:  midi
dolarPy
Checks USD/PYG exchange rate from several sites, with a calculator, RESTful API and a twitter bot
Stars: ✭ 45 (-29.69%)
Mutual labels:  hacktoberfest2020
PicoAudio.js
A JavaScript library for playing MIDI (Standard MIDI File) on Web.
Stars: ✭ 28 (-56.25%)
Mutual labels:  midi
Hacktoberfest-Learning
Get started with Hacktoberfest 2020 with your first easy PR; just add an html page about yourself or edit sample html page to get started with open-source
Stars: ✭ 15 (-76.56%)
Mutual labels:  hacktoberfest2020
BhimIntegers
BhimIntegers🚀 is a C++ library that is useful when we are dealing with BigIntegers💥💥. We can handle big integers (integers having a size bigger than the long long int data type) and we can perform arithmetic operations📘 like addition, multiplication, subtraction, division, equality check, etc📐📐. Also, there are several functions like factorial, …
Stars: ✭ 43 (-32.81%)
Mutual labels:  hacktoberfest2020
saddy-graphics-engine-2d
Saddy is an open-source crossplatform 2D graphic engine, based on OpenGL, which can be used for creating 2D games. like platformers or RPGs.
Stars: ✭ 51 (-20.31%)
Mutual labels:  hacktoberfest2020
ListBot
ListBot is a Discord Bot which let's you create community lists on each channel.
Stars: ✭ 22 (-65.62%)
Mutual labels:  hacktoberfest2020
codingblocks.com
The Coding Blocks main website
Stars: ✭ 53 (-17.19%)
Mutual labels:  hacktoberfest2020
CPE Previous Questions
CPE 的歷屆考題
Stars: ✭ 20 (-68.75%)
Mutual labels:  hacktoberfest2020
Idea-ReVue
Social Ideation application to manage Ideas. Developed with Vue, Firebase & Vuetify
Stars: ✭ 15 (-76.56%)
Mutual labels:  hacktoberfest2020
phoenixbsl
Упрощаем работу с конфигуратором 1С
Stars: ✭ 154 (+140.63%)
Mutual labels:  hacktoberfest2020
Umbraco-v8-Community-Website-StarterKit
The goal of this repo is to have a community managed starter project/kit for #umbraco v8 following the best practices and showcasing nice tips and tricks
Stars: ✭ 19 (-70.31%)
Mutual labels:  hacktoberfest2020
unity-midi
Play MIDI (SMF) on Unity, using C# Synth Project.
Stars: ✭ 101 (+57.81%)
Mutual labels:  midi
MicroDexed
Dexed port for Teensy (3.5/3.6 with audio shield)
Stars: ✭ 20 (-68.75%)
Mutual labels:  midi
algo-book
The algo book that contains various algorithms in 4 different languages
Stars: ✭ 17 (-73.44%)
Mutual labels:  hacktoberfest2020
todobot
📝🤖 Simple, efficient and most importantly elegant TODO Bot. A virtual TODO List right inside your Discord server!
Stars: ✭ 32 (-50%)
Mutual labels:  hacktoberfest2020
opendevufcg.org
Portal da OpenDevUFCG
Stars: ✭ 52 (-18.75%)
Mutual labels:  hacktoberfest2020
Android-Development
GameofSource
Stars: ✭ 14 (-78.12%)
Mutual labels:  hacktoberfest2020
recurse
re<urse is a declarative language for generating musical patterns
Stars: ✭ 32 (-50%)
Mutual labels:  midi

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].