Git Product home page Git Product logo

lpd8's Introduction

lpd8

lpd8 is a program for managing configuration programs for the Akai LPD8 MIDI controller. It can download and upload configurations from and to the LPD8, which are represented on the computer as a JSON document.

Usage: ./lpd8 <program> <device file>

When stdin is a pipe, lpd8 loads a program from stdin
Otherwise, it writes the current program to stdout.

The JSON representation corresponds obviously to the official Akai editor. The device file is an OSS style MIDI device file

Example configuration:

{
  "channel": 1, 
  "knobs": [
    { "cc": 60, "max": 127, "min": 0 }, 
    { "cc": 61, "max": 127, "min": 0 }, 
    { "cc": 62, "max": 127, "min": 0 }, 
    { "cc": 63, "max": 127, "min": 0 }, 
    { "cc": 64, "max": 127, "min": 0 }, 
    { "cc": 65, "max": 127, "min": 0 }, 
    { "cc": 66, "max": 127, "min": 0 }, 
    { "cc": 99, "max": 127, "min": 0 }
  ], 
  "pads": [
    { "cc": 1, "note": 40, "pc": 0, "toggle": false }, 
    { "cc": 2, "note": 41, "pc": 1, "toggle": false }, 
    { "cc": 3, "note": 42, "pc": 2, "toggle": false }, 
    { "cc": 4, "note": 43, "pc": 3, "toggle": false }, 
    { "cc": 5, "note": 36, "pc": 4, "toggle": true }, 
    { "cc": 6, "note": 37, "pc": 5, "toggle": true }, 
    { "cc": 8, "note": 38, "pc": 6, "toggle": true }, 
    { "cc": 9, "note": 39, "pc": 7, "toggle": true }
  ]
}

Requirements

Python (2 or 3)

lpd8's People

Contributors

boomlinde avatar

Stargazers

 avatar  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.