Skip to content

keiranrowan/commandpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages