Skip to content

d-led/hb_mp-100-for-headrush-gb-via-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Harley Benton MP-100 for Headrush Gigboard via Arduino Uno

Ingredients

Why?

  • Gigboard seems to expect Control-Change (CC) messages to e.g. trigger the looper or the footswitch 1-4 commands with a down-and-up sequence: values ("sub-program") of 127 and then 0
  • In custom mode, MP-100 sends a CC-value of 127 when toggle mode is off, and 127 to toggle ON and 0 to toggle OFF, but not both with just one footswitch activation
  • There's no firmware upgrade for either Gigboard or MP-100 as of now to fix the incompatibility
  • → use a programmable device to re-map the values

Compiling and Uploading the Firmware

uploading the firmware

  • turn on the shield

My CC Mapping

Use case:

  • GB is positioned at the waist level to enable touch screen without bending down
  • MP is positioned on the floor
  • the setup enables MP-100 footswitch-controlled looping, while also allowing for scrolling through the rigs as well through the footswitch

MP CUS1 set up:

  • Footswitches 1-4 → GB CC 50-53
  • A → CC 70 (looper record)
  • B → CC 72 (looper peel)
  • C → CC 69 (looper start/stop)
  • D → CC 64 (optional: tap tempo)

Caveats

  • no warranty whatsoever
  • printing to the serial port for debugging purposes will produce garbage after MIDI is initialized (MIDI.begin)
  • you can debug number via the blinkin LED, i.e. via blinkNumberInReverseOrder or your own implementation

License

Copyright 2020 Dmitry Ledentsov.


This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/

About

Harley Benton MP-100 for Headrush Gigboard via Arduino Uno

Topics

Resources

License

Stars

Watchers

Forks

Languages