NEED HELP

maestro_hanson

2010-03-22 05:58:59

I'm VERY new to midi and the whole translating thing but I have a few questions...

1. I'm trying to program the modulation wheel so when it is in certain positions it will put out a number value between 1 and 8
2. When I'm using the translator any buttons that are not being translated are not woring with my notation software

Thanks Heaps

florian

2010-06-17 16:24:35

Hi,

don't know if you've resolved this by now. Anyway, for problem 2. you can set up a "route" in MT's MIDi Router.
For problem 1, you can use a rule, e.g.

Code: Select all

Translator: Modify Modulation wheel to go from 1..8 instead of 0..127
  Swallow: true
INCOMING: MIDI B0 01 pp
RULES:
  pp=pp/16
  pp=pp+1
OUTGOING: MIDI B0 01 pp
Hope that helps!
Florian