Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fjl/lpd8
AKAI LPD8 configuration tool
https://github.com/fjl/lpd8
akai midi midi-controller
Last synced: 17 days ago
JSON representation
AKAI LPD8 configuration tool
- Host: GitHub
- URL: https://github.com/fjl/lpd8
- Owner: fjl
- Created: 2021-10-10T12:22:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T10:49:42.000Z (over 1 year ago)
- Last Synced: 2024-06-20T10:18:00.643Z (5 months ago)
- Topics: akai, midi, midi-controller
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
== AKAI LPD8 command line tool =================================================
This is a tool for backing up and configuring the AKAI LPD8 MIDI controller.
It is a reimplementation of a very similar tool written in Python.https://github.com/boomlinde/lpd8
I decided to reimplement in Go because the Python tool only works on Linux.
== Building & Running ==========================================================
Install a recent Go version, then run:
go build .
To back up your LPD8, run:
./lpd8 backup backup.json
To restore a complete backup:
./lpd8 restore backup.json
You can, of course, also make adjustments to backup.json before restoring.