Skip to main content

Turn your Novation Launchpad into a MIDI instrument.

Project description

Did you ever wish you could use your Launchpad as a MIDI controller? Do you covet the scale mode on the Launchpad Pro or Ableton Push, but not have the cash to buy them? Now you can play scales on any Novation Launchpad.

Here’s a quick video demo.

At it’s core, grid_instrument is a library that allows you to display a scale grid on your Novation Launchpad. It functions very similarly to the scale mode on Henri David’s fantastic Launchpad95 scripts for Ableton Live, and also similarly to the scale mode on a Launchpad Pro.

Features:

  • Can be used as a standalone app or incorporate into another Python project.

  • Key switching (you know, so that you’re not stuck in the key of C)

  • Scale switching between the same 26 musical modes as Launchpad95

  • Works on Raspberry Pi and Mac OS (probably Windows, too, but not tested).

  • Works with all Novation Launchpads

Requirements

Before you try to do anything, make sure you have Python 2 and pip installed.

How to use it as a standalone app

Download the source code from github and install prerequisites:

git clone https://github.com/GridInstrument
cd GridInstrument; pip install launchpad_rtmidi_py

Run the app:

python play.py

If all goes well, you should see your grid light up. Next, go into another piece of software that can receive MIDI signals (sforzando is a good, free choice), and you should see a new MIDI device called “Grid Instrument (Virtual Port)”

How to use it as a Python library

You have two options for how to install it.

Option 1: Install it manually

Download the source code from github:

git clone https://github.com/GridInstrument
cd GridInstrument

Install it:

python setup.py install

Option 2: Install it with Pip

pip install grid_instrument

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grid_instrument-0.5.1.macosx-10.12-intel.tar.gz (10.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page