keiranrowan / commandpad

launch commands from novation launchpad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommandPad

This project allows you to run arbitrary commands from a Novation LaunchPad.

Usage

Adjust config.toml to match the settings required by your Novation LaunchPad. In the "notes" section, add commands to be executed when each pad is pressed. The configuration can be reloaded while the program is running by sending a Ctrl-C interrupt.

Installation

Download the source code to your Go workspace and run the following commands in the working directory.

$ mkdir -p ~/go/src/github.com/keiranrowan
$ cd ~/go/src/github.com/keiranrowan
$ git clone git@github.com:keiranrowan/commandpad.git
$ cd commandpad
$ go get
$ go build
$ go install

About

launch commands from novation launchpad

License:MIT License


Languages

Language:Go 100.0%