From fbb36d72cd8246dcaa8469b1c342c41f3504534f Mon Sep 17 00:00:00 2001 From: Prof Gra Date: Thu, 5 Jun 2025 18:31:49 +0200 Subject: [PATCH] Update README.md with a general workflow Since it took me some time to understand this it may be interesting to have it in the readme. Thanks for your work! --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2b60f5b..a445a3d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Scripts for configuring the Akai MPD218 Midi Pad Controller +## Context + The MPD218 is a small/low-cost MIDI pad controller, with touch sensitive pads and dials. It can be used (with a PC/Laptop) as a drum machine or a controller for a Digital Audio Workshop. @@ -12,6 +14,14 @@ The configuration file is a propriatory format and specific to the MPD218. configuration files. It may be possible to adjust/tailor the script for other Akai devices. +## General Workflow + +- Copy an example config file to a file that you will modify for your own use. +- Use the scripts to edit your config file. +- Send your config file to the device with `amidi` or any SysEx emiter you have. + +## Usage + Requires 'construct' (v2.9): https://github.com/construct/construct