Giter Site home page Giter Site logo

dmgolubovsky / chordemux Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 27 KB

Chordemux is a MIDI filter/router utility which receives chords on its input channel, and routes chords' notes to different channels depending on chord type and inversion.

License: MIT License

Haskell 98.31% Dockerfile 1.15% Shell 0.54%

chordemux's Introduction

Chordemux

Chordemux is a MIDI filter/router utility which receives chords on its input channel, and routes chords' notes to different channels depending on chord type and inversion.

Building instructions

Chordemux is written in Haskell and is compilable as usual Cabal project. Below are steps to build it from this repository.

  • Install ghc, git, pkg-config, libasound2-dev and cabal-install (per the package manager used).
  • Checkout the repository.
git clone https://github.com/dmgolubovsky/chordemux.git
  • Change to the cloned repository directory, and update the Cabal packages database.
cabal update
  • Install dependencies. The development files for the libasound2 library are required (in Debian/Ubuntu it is in the libasound2-dev package, in other Linux flavors the package name may differ).
cabal install --only-dependencies
  • Build the program
cabal build
  • Run the program in-place
cabal run

You will need to use a patchbay program like Claudia to connect the input and output ports of running chordemux with the MIDI source device (a keyboard or a sequencer), and with the recipients (QMidiArp or other sequencer/arpeggiator/drum program etc.)

These building instructions were tested on an Ubuntu 16.04 fresh Docker image.

chordemux's People

Contributors

dmgolubovsky avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.