Code Monkey home page Code Monkey logo

modmidi's Introduction

ModMidi

ModMidi is a program that acts as an interface between the Mod Duo and the Behringer FCB1010. Here's what it does:

  • Footswitches 1-5 switch between pedalboard presets
  • Footswitches 6-10 load pedalboards from the current bank
  • Switch 1 (Up) cycles through sets of 5 pedalboards on 6-10, if there are more than 5 pedalboards in the current bank
  • Switch 2 (Down) is tap tempo
  • The pedal lights & numeric display reflect the current state
  • Everything stays in sync with the Mod Duo

Here's what you need:

To compile for local testing on Ubuntu:

$ make

To compile for the Mod Duo:

$ docker build docker-modmidi
$ docker run -ti -v PATH_TO_MODMIDI_REPO:/tmp/ModMidi DOCKER_IMAGE_ID
(inside the Docker context)
$ cd /tmp/ModMidi
$ make

The compiled program can be run as-is. Try ModMidi --help for options. To install it on the Mod:

$ scp ModMidi modmidi.service [email protected]:~/
$ ssh [email protected]
(now we're in the Mod)
$ mount -o remount,rw /
$ mv modmidi.service /etc/systemd/system
$ systemctl enable modmidi
$ mount -o remount,ro /
$ systemctl start modmidi

modmidi's People

Contributors

cdstouter avatar

Watchers

 avatar  avatar

Forkers

drkzrg

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.