GithubHelp home page GithubHelp logo

github30 / korgi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nvidia/korgi

0.0 1.0 0.0 8 KB

A tool to convert MIDI controller inputs into UDP packets

License: MIT License

CMake 2.86% C++ 90.58% C 6.56%

korgi's Introduction

Korgi

Korgi is a tool that converts input from a MIDI device into UDP packets.

Compatibility

Korgi is designed for and tested with KORG nanoKONTROL2 - hence the name.

The UDP packets generated by korgi are compatible with Q2PRO remote console protocol, but can be easily extended to support something else.

Configuration

Korgi reads its configuration from a plain text file, by default korgi.conf in the current directory. An alternative file name can be specified as the only supported parameter on the command line.

The configuration file is expected to contain a single directive per line. Empty lines are ignored, comments start with the # symbol. In most cases, double quoted strings are allowed.

Available directives:

connect <address> [port]: specifies the IP address and UDP port to send the packets to. Default settings are 127.0.0.1 and 27910.

password <password>: specifies the remote console password for Q2PRO. Required.

device <id>: specifies the MIDI device ID to use, starting at 0 (on Windows).

device_name <name>: specifies the MIDI device name (on Linux).

device_map <name>: specifies the mapping from control names to MIDI channels. Currently, only one mapping is supported, for the nanoKONTROL2 device. Without a mapping, you can specify controls by their channel index.

button <id> <command...>: maps a button to the specified console command, which is issued when the button is pressed. There is no action on button release. The console command is specified without quotes; spaces are allowed.

knob|slider <id> <variable> <min> <max>: maps a knob or slider to the specified variable name and range. There is no difference between a "knob" and a "slider" on the MIDI side, the different names are provided for convenience.

korgi's People

Contributors

apanteleev avatar

Watchers

 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.