Bitte nicht nach einer Kalibrierung für das Pitchbend-Rad beim Blofeld suchen. (Macht er selber.)

Waldorf Blofeld Keyboard white, view on the pitchbend wheel

One day, my trusty Blofeld started drifting out of tune – pretty unusual behaviour for a digital synth. Even if it was in tune first, the drifting started as soon as I touched the pitchbend wheel, so I suspected that this was the culprit.

Blofeld wheelbox

Opening the Blofeld (all 18 screws on the bottom – remember?), removing the wheelbox, and measuring the pitchbend pot confirmed that the potentiometer was indeed damaged – while an end-to-end-measurement showed 9k, the end-to-mid-resistance could be virtually anywhere, screaming “Mechanical Damage!” to me.

The potentiometer is 10k lin with a knurled 6.3mm shaft and an M10x0.75 mount. Waldorf seems to have used a Piher T-21Y type (datasheet). As I did not find something fitting in my parts boxes, I took it apart, cleaned it, adjusted the pickup spring, applied a bit of contact grease, refitted the pot and closed the Blofeld

And now for the good part…

Although I measured that the wheel now zeroed around the pot’s 5kOhm mark, it had most definitely shifted slightly, so I started looking for the calibration routine. There has to be a calibration routine, right?

But the good Blofeld seems to calibrate on power-up and on the first usage of the wheel – no calibration routine for the wheels needed. Phew!

Waldorf Blofeld Keyboard white, view on the pitchbend wheel

Important note: Be careful to ensure that the Molex connector for the wheelbox sits correctly – when I pulled the plug, the plastic holder for the pins got pulled towards the edge of the PCB so when I reattached the plug, it did not sit correctly. Rule of thumb: If the plastic of the connector is visible from the top, you might want to push it back under the PCB.

V2.0: A Teensy-based MIDI Controller

Building my own wheels for the Launchpad Pro – once again, with style.

Two weeks ago, I started a little sunday afternoon project, sucessfully building my first own MIDI controller – a pitch bend/mod wheel/midi merge device to serve as a companion to my new Launchpad Pro. Using an Arduino, a prototyping board by SparkFun, and community-made code, I succeeded with surprisingly little effort – the most time-consuming part was finding and fixing the errors I had clumsily soldered into my pathetic excuse for a MIDI interface. But it worked!

Launchpad Companion Controller in actionAs they say, the worst thing that can happen is that you succeed. The quick and easy success made me hungry for more – I started a MIDIfication project for my JEN SX-1000 monophonic synth, based on a Teensy, another microcontroller board that can be used within the Arduino development eco-system but is much better suited to MIDI/USB applications.

V2.0: A Teensy-based MIDI controller

This is actually a side project to that. I looked at my self-made controller and noticed that it is usable but not very playable – I wanted real wheels for the Launchpad, not sliders. So I decided to redo a V2.0 of the controller, based on the Teensy.

Continue reading

Homebrew MIDI Companion Controller for my Launchpad Pro

I have bought a Launchpad Pro, and am still trying to figure out how to play a synthesizer with this thing. (More on this in another post.) It’s like starting over with keyboards, only with a better understanding what this is getting at. Simply great.

One thing I don’t like about the Launchpad is that it may give you velocity and per-note pressure sensitivity – provided your synth is capable of interpreting it – but takes away the traditional performance controls of a synth keyboard: the good old pitch bend and modulation wheels we have seen as our goddamn right as keyboard players ever since they were introduced with the Minimoog.

So I decided to build my own simple Launchpad Companion Controller, based on an Arduino.

Continue reading