Code Monkey home page Code Monkey logo

apc40-midi-to-osc's Introduction

AKAI APC40 Midi to OSC translator

Translates the Midi messages send from the AKAI APC40 midi controller OSC originaly designed to convert the midi messages to osc messages so that lighting software (Chamsys MagicQ) can be controlled with the APC40 (example showfile in the show folder, execute page 4 and 5)

Installation

  1. Please install the latest LTS version of Node.JS https://nodejs.org/en/ (I'm using version 12.14.0) if you running on windows make sure you install windows-build-tools, Installing this can take up to an hour depending on you're windows version and hardware.

Installing from the build tools must be done within Powershell with administrator privileges (windows key -> Type powershell -> right click Windows Powershell -> Run as administrator)

npm install --global windows-build-tools
  1. clone this repository
  2. open cmd in the repository (shift-rightclick => Open powershell window here)
  3. npm install to install all the dependencies
  4. npm run dev to start the software

Configuration

configuration for osc port is default: src/server.js

let  config = {
oscserverIp:  "localhost",
oscInPort:  9000,
magicQIp:  "localhost",
oscOutPort:  8000
}

midi controller mapping is found in src/mapping.json see file for examples. only the grid on the APC40 has multiple colors: led colors:

0: off
1: green
2: green blinking
3: red
4: red blinking
5: amber
6: amber blinking

More documentation will be added in the future

apc40-midi-to-osc's People

Contributors

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