|
Oh well, guess not too many people post for this synth, so here I am again ... just wanted to share some info about programming this synth for use with the Evolution UC-16 (a 16-knob MIDI controller) or probably any controller that uses standard CC's.
I just got the UC-16 specifically to use with this synth. Unfortunately after unpacking it and hooking it up to the DW8000, the synth continuously ignored every numeric CC setting that was sent to it. Lo and behold after some net researching, I discovered that the DW8000 does not accept CC's, it only understands proprietary sysex strings to control the parameters. (Duh! I should have already realized that! - the Juno 106 from the same time period does the same thing, it was years before CC's were established as a standard).
After almost throwing in the towel, I discovered a nifty little utility called Bome's MIDI Translator. This will translate the incoming CC's from the UC-16 and translate them to sysex strings that you define. Then came a couple of hours with the DW8000 manual, pulling my hair out converting binary numbers to HEX, and putting these into the translator. Presto! Now I have instant 'knobby' control over 16 of the DW8000's parameters!! You can also store more 'setups' so that you can get to another 16 parameters at the press of a button! This combination of DW8000 synth and Evolution UC-16 hardware controller is just too cool for words. Just get a ripping bass arpeggio going on the DW, and twirl those knobs!
The MIDI translation for a single parameter (e.g., resonance) looks something like this:
UC-16: B0 12 oo DW-8000: F0 42 31 1D oo F7
Not exactly those numbers, just giving you the idea (the "oo" represents the variable control data when you turn the knob.) Since I have already spent some effort creating this DW8000 parameter map for the UC-16, just e-mail me if you're interested and I will send you a copy. You will need to download a copy of Bome's MIDI Translator to use it.
The only downside to this arrangement is having to have a laptop running between the controller and the synth just to do the small job of MIDI translating, but I am always using the laptop for other MIDI applications in my setup anyway, so it's no big hassle, and the translator program will run in the background and use up very little resources.
Besides using the UC-16 for control of the DW8000, I have also tried it with the VAZ Modular software synth (which is much easier to set up since VAZ recognizes CC's), and that works like a charm too.
|