Skip to content

Some Arduino code to scan my organ's keyboards and send them to the computer via USB MIDI.

License

Notifications You must be signed in to change notification settings

james-claar/organ_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

organ_scanner

Some Arduino code to scan my organ's keyboards and send them to the computer via USB MIDI.

KeyboardMapGenerator is used temporarily to find which order the keys are in. When used, the user presses each key from left to right and the program spits out the keymap.

OrganMidiController is the code that normally runs on the Arduino Leonardo. It handles the keyboards, the expression pedal (volume), the foot pedals, and the stops, and reads them using daisy chains of shift registers. The Arduino pretends to be a MIDI device, and sends any note value changes to the computer, which is running the virtual pipe organ software Grandorgue. This code would work with Hauptwerk (another virtual pipe organ software) as well.

Here's an Fritzing sketch of one of the breadboards. Each of four scans its own thing. Two are for the keyboards, one is for the foot pedals, and one is for the stops. OrganScannerBoard_bb

The photo gallery for this project is here: https://photos.app.goo.gl/jgLDZipum2vZR5K16

About

Some Arduino code to scan my organ's keyboards and send them to the computer via USB MIDI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages