MIDIbox RC

Introduction

MIDIbox RC is the (draft) name of my MIDIbox Ribbon Controller project.

Inspired by the Ztar by Starr Labs, and ribbon controllers (which have been around for ages). The plan is to have four ribbon controllers for the four virtual strings, which will let you play sliding notes easily, like a fretless bass or slide guitar.

Howto 2 notes Ribbon Controller : http://www.paia.com/ProdArticles/dual-ribbon-howto.htm

Some Ribbon Sensors: http://www.spectrasymbol.com/

are also a big inspiration. After much studying of this circuit, I finally understood how it works, and it's brilliant! I have been relatively successful in refactoring this circuit to suit a MIDIbox project, specifically, using only two opamps (LM324) to buffer the low and high touch voltages, and powering them with a 9v/Gnd supply. With some tweaking of the resistors above the transistor, I can get the voltages into a 0v-5v range, and the opamps can output that range thanks to the 9v supply. Also, since the output of the opamp buffering the low touch voltage will swing to max (9v - 1.5v) when there's no touch, I can use this as the touch trigger instead of a separate opamp with a big pulldown resistor.

(The problem with a big pulldown resistor on the ribbon wiper is that it has too much effect on the low/high touch voltages when the ribbon resistance is high. I'm trying to make it work with a home-made ribbon with a total resistance of 160K, and a 10M pulldown, even to ground instead of negative rail, pulls too much current off the ribbon, which is already very low due to the constant current supplied by the transistor. So, the trick of using the opamp output swinging to max when there's no touch, is both convenient and avoids requiring a pulldown where it would affect the voltage adversely.)

I'm currently dealing with reducing jitter as much as possible, because I want to use the full 10-bit range of values. With a 160K ribbon, and such low current through the ribbon, even a tiny bit of interference or supply ripple will affect the voltage of the low/high touch points.

Key things that I've discovered in reducing jitter:

For people wanting to try their own opamp buffering of a ribbon controller (before I publish circuits), take the circuit linked to above, and modify it to suit: