I'm trying to connect my v-drums to a certain software (Roland dt-1) using MIDI. I'm having trouble dealing with the following issue: dt-1 expects different note values for open and closed hi-hat (42 and 46, I believe). However, my hi-hat controller is a variable one, it sends different CC values as the pedal is pressed or released, but the note number remains the same. This is ideal for some VSTs (e.g. Superior Drummer), but not for dt-1.
I had to change some note numbers using midi-ox (in combination with loopmidi virtual cable). However, I can't figure out how to treat this one.
Does anybody know of a VST that can do this (or if midi-ox can?). I'm using Reaper as a host (win7, 64-bit). A VST solution is preferred to avoid latency increase (virtual cables tend to introduce it).
This is the sample output of midi-ox when closing hi-hat, hitting it, opening it and hitting it again:
Code: Select all (#)
284079 3 -- 185 4 46 10 --- CC: Foot Controller
284192 3 -- 185 4 52 10 --- CC: Foot Controller
284356 3 -- 185 4 65 10 --- CC: Foot Controller
284420 3 -- 185 4 79 10 --- CC: Foot Controller
284486 3 -- 185 4 92 10 --- CC: Foot Controller
284558 3 -- 185 4 104 10 --- CC: Foot Controller
284630 3 -- 185 4 115 10 --- CC: Foot Controller
284716 3 -- 185 4 122 10 --- CC: Foot Controller
284797 3 -- 185 4 127 10 --- CC: Foot Controller
286771 3 -- 185 4 127 10 --- CC: Foot Controller
286772 3 -- 153 46 34 10 Bb 2 Note On
286872 3 -- 137 46 64 10 Bb 2 Note Off
288264 3 -- 185 4 119 10 --- CC: Foot Controller
288386 3 -- 185 4 113 10 --- CC: Foot Controller
288559 3 -- 185 4 104 10 --- CC: Foot Controller
288625 3 -- 185 4 88 10 --- CC: Foot Controller
288682 3 -- 185 4 71 10 --- CC: Foot Controller
288730 3 -- 185 4 54 10 --- CC: Foot Controller
288788 3 -- 185 4 37 10 --- CC: Foot Controller
288862 3 -- 185 4 21 10 --- CC: Foot Controller
288946 3 -- 185 4 9 10 --- CC: Foot Controller
289010 3 -- 185 4 0 10 --- CC: Foot Controller
289795 3 -- 185 4 0 10 --- CC: Foot Controller
289795 3 -- 153 46 37 10 Bb 2 Note On
289895 3 -- 137 46 64 10 Bb 2 Note Off
Alexander
P.S. I know I can change the drum module settings to send different note numbers, but that will break Superior Drummer's hi-hat expressiveness.
