Guido
2012-05-07 18:31:46
Hi,
I have the project on it s last journey. I have vpots that send this..
3) V-Pots
V-Pots send its data using delta valus.
Format: b0 4p vv
where p is the V-Pot number and vv is the delta value.
p can be anything from 0 to c. This is just a linear mapping of the
V-Pots from left to right. That means, when p equals c then the 'scroll'-
V-Pot has been operated.
vv denotes the delta value.
If vv>40 then delta=vv-40.
If vv<40 then delta=-vv.
vv never seems to equal 40.
I was able to obtain deltas as high as 2d (by turning the knobs real
fast).
I am sending this..
Translator 0.106: Ch 1 Vpot
Options: stop=false
Incoming: MIDI B0 40 mm
Outgoing: MIDI B0 10 mm
The leds want to see this...
B0 3x vv : pan display, x=0..7, vv=1..17 (hex) or so
I am doing this..
Translator 1.88: Ch 1Vpot Leds
Options: stop=false
Incoming: MIDI B0 30 pp
Outgoing: MIDI B0 10 pp
-------------------------------------
I works now but reversed.. i tried this, from reading the bomes forum...
ranslator 0: Invert CC
Options: stop=false
Incoming: MIDI B0 30 pp
Rules:
oo=127-pp
Outgoing: MIDI B0 10 oo
or some combo thereof and ..no joy, Any help appreciated. I want to get this done so i can post the project here.
Guido
I have the project on it s last journey. I have vpots that send this..
3) V-Pots
V-Pots send its data using delta valus.
Format: b0 4p vv
where p is the V-Pot number and vv is the delta value.
p can be anything from 0 to c. This is just a linear mapping of the
V-Pots from left to right. That means, when p equals c then the 'scroll'-
V-Pot has been operated.
vv denotes the delta value.
If vv>40 then delta=vv-40.
If vv<40 then delta=-vv.
vv never seems to equal 40.
I was able to obtain deltas as high as 2d (by turning the knobs real
fast).
I am sending this..
Translator 0.106: Ch 1 Vpot
Options: stop=false
Incoming: MIDI B0 40 mm
Outgoing: MIDI B0 10 mm
The leds want to see this...
B0 3x vv : pan display, x=0..7, vv=1..17 (hex) or so
I am doing this..
Translator 1.88: Ch 1Vpot Leds
Options: stop=false
Incoming: MIDI B0 30 pp
Outgoing: MIDI B0 10 pp
-------------------------------------
I works now but reversed.. i tried this, from reading the bomes forum...
ranslator 0: Invert CC
Options: stop=false
Incoming: MIDI B0 30 pp
Rules:
oo=127-pp
Outgoing: MIDI B0 10 oo
or some combo thereof and ..no joy, Any help appreciated. I want to get this done so i can post the project here.
Guido