Skip to content

JakeLewisMedler/midipedalcontrol

Repository files navigation

midipedal

Build your own USB MIDI pedal box

This repo contains the following:

  • midipedal Control UI
  • midipedal Arduino code
  • midipedal Hardware

Control UI

# install dependencies
yarn

# serve app for development
yarn dev

# build electron application for production
yarn build

Arduino Code

Includes custom 'pedal' library/class. Currently, to set the device's "Serial Number", find the method getShortName() inside MIDIUSB.cpp and hardcode the new serial inside. It should be 4 digits in length. It is the intention for this to later be set via a separate mididevice provisioning program, which would set and log serial numbers to a global DB.

Hardware

The case for the midipedal is a 3D model, to be 3D printed. The example images show the model printed on a SnapMaker 2.0, with black PLA.

The repo contains a Sketchup project and exported STL model. Prints as two separate parts:

  • The box
  • The sliding lid

It is designed to fit the following components (Feel free to adjust the model to fit alternative components)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published