Posts

Showing posts from February, 2024

MIDI Drawbars - based on D9U

Image
 When Guido Scognamiglio (Zioguido, GSi) released the D9U drawbard kit on GM-Lab I ordered the kit and built it. It was my first experience of the programming an Arduino Pro Micro and thanks to his excellent code I was able to modify and improve the unit. I then went on to build many projects based on the Pro Micro. GM-LAB I sold the D9U then picked up a set of old Hammond MIDI drawbars so I was able to build a unit based on Guido's design. One thing I didn't like about the D9U was the tiny micro switch at the back of the unit. This was used to switch between 2 sets of drawbars. I realised that it would be easy to use a rotary switch instead and then change the code to allow the adjustment of 4 sets of drawbars. Th CCs for the drawbars are stored in an array: int CCMap[4][9] = { { 12, 13, 14, 15, 16, 17, 18, 19, 20},  // Upper B { 40, 41, 42, 43, 44, 45, 46, 47, 48 },  //  Upper A { 80, 81, 82, 83, 84, 85, 86, 87, 88 },  // Lower B { 50, 51, 52, 53, 54, 55, 56, 57 ,58 } , // Lo

Keydown weights Nord etc.

Image
The Nord Electro 6D has a Fatar TP/80 keybed which is the same as organs like the Mojo 61. However, I was surprised at how stiff the action was. I ended up swapping the key springs with an M-Audio Keystation 61-ES. I think this might use the Fatar TP/9 synth keybed.  That reduced the Keydown by 10g - not huge but it feels a lot better for smears etc. The Prophet 6 uses a variant of the TP/9 There has been much interest in the UB-Xa and some people are unhappy with the lightness of the keyboard so here are my unscientific results: Model No 1ps 3.56g Weight in grams needed to move key from rest White Key Length mm C-C 1 octave mm Nord E6D 15p 53 To the LH edge of the C key Prophet 6 14p 49 136 164 UB-Xa 8p 29 136 164 Behringer Odyssey 6p 21 138 164 So the Electro  with  new springs is very close to the Prophet 6 but the UB-Xa is 20g lighter than the P6. It would definitely be worth replacing the springs if they are the same size as Fatars. They are easy to replace - just carefully lift t

Simple MIDI USB Clock Converter for Analogue Sequencers

Image
Title says it all really. I have several analogue sequencers that I designed and built years ago and I clock them with a Kenton Pro Solo Mk3. This unit can switch the MIDI THRU port to SYNC24 mode to work with Roland Drum Machines. This is a great solution but does tie up my Kenton which uses with my Editor and needs MIDI THRU for 2 way comms. Arduino and the Pro Micro  I realised it was a simple job to reprogram on of my Pro Micros to convert MIDI Clock and Stop/Start messages. I've used it for a few weeks and its a worker so I thought I build proper unit: Pro Micro 24 Pin DIL Socket 1 x PCB Mounting 1/4 Stereo Jack Socket (my sequencers are all 1/4) 1 x 10K pot (I used a 47K pot) Like my SYNC24 breakout box this will be mounted on the back of an existing 19" rack panel. The code is at the bottom of the post - you  will need to install the MIDIUSB.h library Analog pulses are output on the clock jack connected to Pin 2. When stop is pressed on the sequencer the Stop command  

Behringer UB-Xa Editor

Image
UPDATE V2.0  I've just updated the editor and added some SYSEX operations. You can load Banks A/B/C/D into the editor and recall each patch for editing. You still have to write edited patch using the synth. This is will be in beta for a while as there is a lot more development planned. Please note this version is Mac only. AU Component UB-Xa Sysex AU component Mac VST   Copy to VST folder inside Plugins folder Mac Standalone Update History V2.0 Sysex dumps to the editor - select Globals/Sysex/ Bank A B C or D Fixed a few controls Tidied up the panel Added more Arpeggiator controls Atrophy MAIN  PAGE 2 -  MODULATION MATRIX I have used a font called Adelon which is similar to the UB-Xa font. If you don't have the font it will be replaced with Sans Serif.  Setup: The App is not signed so Mac Gatekeeper will probably throw up a dialog that this is from an unknown developer. Just load Security and Privacy from System Preferences and select Open Anyway. You only have to this on first