Skip to content

Midi Controller with 4 footswitch for instant pedal mode change for Digitech Whammy 5

License

Notifications You must be signed in to change notification settings

WinZs/Arduino-Midi-Controller-for-Digitech-Whammy-5-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Midi Controller for Digitech Whammy 5

FootSwitches inside

Midi Controller with 4 footswitch for instant pedal mode change

1st switch :
SHALLOW
Program Change 11 on midi channel 1 : midiOut.sendProgramChange(11, 1)

2nd switch :
HARMONY OCT UP/DOWN
Program Change 20 on midi channel 1 : midiOut.sendProgramChange(20, 1)

3rd switch :
WHAMMY 2 OCT UP
Program Change 0 on midi channel 1 : midiOut.sendProgramChange(0, 1)

4th switch :
WHAMMY OCT UP
Program Change 1 on midi channel 1 : midiOut.sendProgramChange(1, 1)

About

Midi Controller with 4 footswitch for instant pedal mode change for Digitech Whammy 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages