Giter VIP home page Giter VIP logo

jimm's Introduction

Just Intonation MIDI Mapper

JIMM maps incoming MIDI to just-intoned scales. It has a virtual MIDI port which you can connect to from a software MIDI source. JIMM's output is multi-channel, using one MIDI channel per active note up to 16 channels (it is 16 voice polyphonic). Each active note is sent to its own channel to keep the pitch-bend messages - used to tune the input - separate between active notes.

JIMM maps to scales that are 12 divisions of the octave only.

JIMM doesn't follow the MPE standard. The MPE standard allows for single-channel polyphony, which would break JIMM's tuning system.

JIMM uses my own Just-Intonation library jintonic, as well as mido, and PyQt5. It requires Python 3.6+.

Using JIMM

Set-up a virtual environment by typing (in jimm's root directory):

virtualenv venv -p python3

Launch the virtual environment:

source venv/bin/activate

Install the requirements:

pip install -r requirements.txt

Launch JIMM by typing :

python jimm.py

You should see something like this :

alt text

You can set a scale root, select a scale, and bypass the mapper with the top-left form.

You can set the maximum number of voices and select your MIDI input device with the bottom-left form. The JI Mapper n (to) option is JIMM's virtual input port.

The tree-view on the right will print all incoming and mapped MIDI messages.

In your sampler (or wherever you're sending the mapped messages), create as many MIDI tracks as you've chosen to have voices, all on the JI Mapper n (from) MIDI port, and assign each track to its own channel.

This version

This is a minimum-viable-product release, not even an alpha. There's no means to add scales, the tree-view is only really useful for troubleshooting, there is no analytical view of the tones played. There's more to come.

jimm's People

Contributors

inegm avatar

Stargazers

 avatar

Watchers

James Cloos 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.