Page 1 of 1

Posted: 02 Dec 2009, 21:26
by RoyG
Hi :)

I've prepared nice layouts for drawbars in vertical fader format but I don't know how to reverse their action to increase going down like real drawbars (couldn't find any Math patch to reverse).

Any ideas?

BTW,
How do I upload a screenshot to let you see my layouts?

Posted: 02 Dec 2009, 21:38
by nay-seven
check the "Change Scale " patch in data / data manipulation

to add screenshot in your post , use the uploader menu in this forum copy the link you create and click on " bbcode " to know how to insert it

Posted: 02 Dec 2009, 21:57
by 23fx23
another method with math : if your fader goes from 0 to 1, behind it add a A-B module where A is 1 (fadermax val) and connect
the out of fader to B. so when fader is 0 it's 1-0=1 when 1 it's 1-1=0, inverted.

a third cheating methode: in fader layout inverse the color!

Posted: 02 Dec 2009, 22:40
by nay-seven
yes 23FX !
something like this :
Image

Posted: 02 Dec 2009, 22:45
by 23fx23
well done nay always more clear with a pic ;)

Posted: 02 Dec 2009, 23:33
by RoyG
Working great thanks!

But,
now the "pass if has changed" box from B4II's faders to usine's faders seems to go crazy looping.

Here is a pic:

Image

Posted: 03 Dec 2009, 01:00
by 23fx23
maybe you'll need to invert feedback the same way adding A-B between BII faders and pass if change?.
nice faders!

to make an image visible in forum:
Image

Posted: 03 Dec 2009, 01:22
by RoyG
I did put the link between these [img] but it does not show

Posted: 03 Dec 2009, 07:35
by nay-seven
i've edit your post...;-)
for your problem , can you put the "pass if has changed" before the a-b module...? if i understand well or maybe add an other screenshot of the patch...;-)
right click on the link to have the complete path

Posted: 03 Dec 2009, 10:04
by RoyG
Thanks again.

Image

Posted: 03 Dec 2009, 12:51
by nay-seven
ok , so something like this..?
Image

Posted: 03 Dec 2009, 19:13
by RoyG
Still no luck Nay. There is some loop going on and the 2 faders (Usine&B4) are moving each other constantly.

Posted: 03 Dec 2009, 19:39
by nay-seven
strange , cause it's works fine here..
can you check please..?
here the patch :
http://www.sensomusic.com/forums/upload ... nverse.pat

Posted: 03 Dec 2009, 21:20
by RoyG
Checked again and now it's working! Fantastic!

Thanks a lot guys

Posted: 03 Dec 2009, 23:20
by RoyG
OK new problem...

When I change presets in B4ii apparently only the drawbars that are changed between the old preset and the new preset get the "has changed" value so that if I manually use my Usine drawbars on preset a and then change to preset b, B4ii ignores that and send "has changed" only to the faders that were changed by it's own definition between presets and not the ones that are the same in both presets (and were manually changed by me) - those faders remain at the position I left them before the preset change even though in B4ii they are back to the preset a and preset b position.

Am I clear...?

Posted: 03 Dec 2009, 23:35
by 23fx23
mmm that mean BII doesn't resend values wich seems to be a BII conceptipn pb,
or did it work when you were not inverting? when you check on the console clicking the wires coming directly from BII do they update the preset values or your last input values?

if BII ouputs correct prest values but they re not reflected cause no change betwen preset,
one solution can be to force a resend via forcing a change, in this case on preset change. ie "has changed" after the list box will send a short pulse 1, then 0 if you a
add this to coming from BII values , the data should "have changed" with the pulse and get back normal and should repass the value to fader with correct BII values.

concerning global inverse, another approach could be also to reverse the faders by fliping the JPG horizontally (but would need reflip numbers), or reorganize the frames in reverse order with a tool such as photoshop/PSP. not that inverse is not doable with patch, but could become a headach with lot's of fader/complex pach, using more modules so more cpu.. a bit boring to do, but once it's done you will earn time on patching..