-
Expression & Crescendo pedals
06/20/2020 at 17:03 • 0 commentsRecently got the expression & crescendo pedals installed. The pedals were salvaged from an old organ and tension is adjusted with a wing nut - very crude but effective.
The pedals use a 10k ohm long travel sliding potentiometer to register the pedal position. I designed a dual-purpose PCB which mounts the potentiometer and also attaches to the slider. I made 3D printed brackets in Fusion360 to mount the potentiometer. I will have to change to a shorter travel potentiometer, are these were hard to position and will be vulnerable to damage. The design will be changed to use a 3D printed enclosure for added durability. For now it serves the purpose. The taped wood block is a temporary pedal travel limiter - something else to consider for version 2.
And here are the pedals installed somewhat temporarily positioned according to the AGO console specifications. This will be a useful template when we get around to building the final console. Have yet to decide whether it'll be a wooden or (more likely) sliding/adjustable square steel tubing so it can be disassembled easily.
The Hauptwerk software detected the pedals immediately and just worked, which meant I got the Teensy software right the first time - that doesn't happen very often!
-
The Manuals
05/01/2020 at 21:52 • 0 commentsBuilding the manual console was a project on its own! The plan was to build a 3 manual console, so Choir, Great and Swell manuals, from lowest to highest. All dimensions for the console are based on the American Guild of Organists Standard Console Specifications. A PDF document describing these standards is available from the file list on the main project page.
We scoured Craigslist for months to find three M-Audio KeyStation 61es (61-key MIDI) keyboards. These are pretty cost effective, but in hindsight noisy and not great quality. May be worth spending more to get quality keyboards.
Unfortunately, I lost all the pictures I took while adapting the keyboards to fit in the console. I removed the main key section and the PCB from the case. The case and controls on the left are not used. The keys were mounted directly to the top of shelves in the console (detailed below) and the PCBs mounted on the bottom of the shelves. 9V power is supplied directly to each keyboard from the main Power Supply module.
For the console sides (or key cheeks) I used 3/4" white oak planks that I got from Home Depot. Armed with rusty high school woodshop skills and a hacked together table saw using an old Skil saw, construction commenced. I cut and laminated the oak planks together to get a more substantial key cheeks. I used 3/8" plywood for the shelves the keyboards rest on. I also cut and glued some more oak strips for the piston rails between the keyboards. All limbs remained intact, I'm happy to report!
The CAD file for the key cheeks are available in my GitHub repo at https://github.com/Nkawu/Virtual_Pipe_Organ/tree/master/cad. The DXF file is a pretty common format and the F3D file is for Fusion 360.
About halfway through, testing the keyboard fit.
A little further along the holes for the thumb pistons can be seen on the lowest piston rail.
The original keyboard PCBs, MIDI Converters, Main Control Power Supply and one Shift Register module were mounted below the top shelf. I had to extend the cable between the keyboard and PCB. Just made new ones using ribbon cable. The black DIN cables go from the keyboard PCB to the MIDI Converter modules for each keyboard.
and completed! The thumb piston buttons were appropriated from a salvaged piston rail
As a note, these specific keyboards have a long extension on the front edge of the keys that block the thumb pistons and contact the keyboard below. I used a mini saw blade on a Dremel to cut along a taped on straight edge to trim all the keys as can be seen above.
-
Main Control & Power Module
05/01/2020 at 21:09 • 0 commentsThis is the "main" module for the organ and serves several purposes:
- Houses the awesome Teensy 3.2 micro-controller (https://www.pjrc.com/store/teensy32.html) that handles all the processing & communication for the organ
- With external power provided by any 12V power brick, converts and supplies 3.3V to the Teensy and all switches, as well as 9V to the 3 MIDI keyboards.
- Allows for a small power indicator LED to be mounted in the console somewhere
- Allows for an external switch to be mounted to turn off power to the organ
- Central hub to connect all external modules to the Teensy
- Adds a durable USB Type B jack to connect to the Hauptwerk PC, linked to the Teensy via a mini-USB jumper cable connected to an additional mini-USB connector on the module. This allows for either a USB Type B or mini-USB cable to be used to connect to the the PC.
Three hardware serial ports on the Teensy are used to read the serialized MIDI input from the choir, great & swell manuals on pin 0 (RX1, 9 (RX2) & 7 (RX3).
The daisy-chained shift register modules are read via the SPI, pins 10 (CS), 12 (DIN) & 13 (SCK)
The great & swell expression pedals plus the crescendo pedal are read by analog pins 17 (A3), 18 (A4) & 19 (A5)
NOTE: Any references to VOLUME PEDAL refers to the great expression pedal, and EXPRESSION PEDAL refers to the swell expression pedal. My son corrected my ignorant terminology!
Also had these PCBs made at OSHpark.com. The final design:
And the finished item (using an earlier version of the module without the power switch & indicator) mounted inside the console:
-
Shift Register Module
05/01/2020 at 20:39 • 0 commentsThe organ potentially has hundreds of ON/OFF switches that have to be read. For example the pedalboard alone will have 32 pedals with reed or mechanical wiper switches. If you decided to add (thumb) pistons, toe studs/pistons or stop/draw knobs, you may have many more which would require lots and lots of wiring. The way to address this, is to use shift registers that read parallel inputs but transmit them serially, in effect 8 inputs to a single output.
My approach was to make a Shift Register module PCB that contains 4 shift register chips, allowing 32 inputs to be sent via 1 output. In addition, not only can the shift register chips be daisy chained, but the modules can also be daisy chained. This allows for much simplified wiring.
On each module 32 individual switches can be read by four daisy chained 74HC165 shift registers. I went with the 74HC165 instead of the CD4021 I used previously as they handle the Teensy's 3.3V better.
As I have switches in 3 locations, I designed each module to have 32 inputs. That way a single module can handle the pedalboard, another the thumb pistons, drawstops, etc. I once again had these made at OSHpark.com.
The final PCB design:
And the finished item mounted on the pedalboard: -
A very belated update
05/01/2020 at 17:06 • 0 commentsMy apologies for the lack of updates for so long. As my son was going away to college and needed to take the organ with him, it was a huge rush to get the instrument functional, Good news is it has been working flawlessly for several years. He is now back home due to COVID-19 with the organ, so I'm finally able to provide more detail about the construction.
Thanks for your patience, look out for updates over the next few weeks. Also thanks to COVID-19, I got laid off this week, so will definitely have time to complete this.
-
MIDI Converter
12/22/2016 at 23:05 • 0 commentsThe following schematic converts MIDI input messages from the M-Audio Keystation keyboards to something the Teensy can understand. There are many examples around how to do this, so no need to reinvent the wheel. I selected a schematic using the highly recommended 6N137 Logic Output Optoisolator chip used by many commercial products:
As I have 3 MIDI streams that I have to convert, I decided to create single input PCBs (as opposed to a single PCB with 3 MIDI inputs). The only reason I decided to do this is that OSHpark.com where I get my PCBs made, has a minimum order quantity of three.The final PCB design:
And the finished item: -
The Design
12/21/2016 at 23:46 • 0 commentsThis is the basic design for the VPO (Virtual Pipe Organ). The white boxes are organ components, the purple boxes are custom modules I have designed.
MANUALS
The organ will have three manuals (keyboards). While the M-Audio Keystation 61es devices have a USB interface, the issue I found while testing is that when multiple keyboards are connected the order won't always be the same. I therefore decided to use the MIDI output port with a custom PCB to convert the MIDI output stream to something the Teensy can understand. The downside to doing this is that the keyboard receives power via USB, which means it now needs a separate power supply.
Another advantage of using the Teensy 3.2 here is that is has three hardware serial ports, one for each manual. This means we can read multiple MIDI input streams and simultaneously output a USB MIDI stream to the connected PC.
The main PCB will house the Teensy 3.2 as well as providing 3.3V to the auxiliary circuits and 9V to power the three manuals.
PEDALBOARD
Most of the work for the pedalboard was done in the previous project. I realized the Arduino Uno shield method I was using was very limiting, therefore decided to use the amazing Teensy 3.2 for this project.
The pedalboard will have 32 pedals with reed or mechanical wiper switches. The switches are read by four daisy chained 74HC165 shift registers on a custom PCB. I went with the 74HC165 instead of the CD4021 I used previously as they handle 3.3V better.
TOE & THUMB PISTONS
The pistons are just push-to-make switches and function exactly the same as the pedalboard. These switches are also read using the same custom shift register PCB daisy chained together.
SHOES
The expression & crescendo shoes' position will be read using a linear potentiometer, also on a custom PCB, by the Teensy.