A visually responsive interface for the LPD8 mk2.
This project aims to be a free alternative to the program editor provided by AKAI (which requires an account to download), as well as to improve upon some other aspects, such as,
- An interactive and visually responsive LPD8 mk2.
- Redesign adhering to the Material UI standard.
- Added features for configurability of LPD8 mk2 hardware settings.
- Provide a full virtual experience with basic DAW functionality in future iterations.
- NodeJS/npm
- WebMIDI enabled browser (most Chromium based browsers will work)
- Download/clone the repository into a local folder.
- Navigate to the local folder in your terminal using
cd folderPath. - Run
npm installto install dependencies.
- Run
npm run devto start your local development server. No build required. - Enter the local host address
http://localhost:XXXX/(shown in the terminal) into your browser.
- Run
npm run buildto build the static content. - Run
npm run previewto test the build. - The build output will be in the
distfolder, which is created in the working directory where the build command was run.
This project is currently being refactored onto React using MUI and JSX.
Creative Commons Attribution-NonCommercial-ShareAlike (CC-BY-NC-SA)
A creative commons license that bans commercial use and requires you to release any modified works under this license.
