# Korgi **Repository Path**: mirrors_NVIDIA/Korgi ## Basic Information - **Project Name**: Korgi - **Description**: A tool to convert MIDI controller inputs into UDP packets - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/skullernet/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
[port]`: specifies the IP address and UDP port to send the packets to. Default settings are 127.0.0.1 and 27910. `password