mouse wheels on a fader with absolute values?

JayHH

2009-04-19 15:40:37

hey ,
hope to get some help.

my fader sends absolute values from 00 to 127.
i programmed mouse wheel turns, when moving up the fader (wheel goes forward) and when moving down the fader (wheel goes toward).

means that any value change (0-127) the wheel should turn.
so obviously, when i move the fader slowly, then every 128 wheel turns are executed (0-127=128).
when i move the fader more faster then i guess some steps are taken out so that the range of the wheel turn is getting more narrow the faster i move the fader.

any thoughts of that behaviour?


i do need to control a software fader (via mouse wheels) with my hardware fader.
i'm on it for 2 days now and don't get it work satisfied.

only when i would move the hardware fader very slowly so that i'm sure every step is triggered as wheel turn, then it would work.


any other solutions for that?

thanks

ps: relative values (fader) act the same way.

ruediger

2009-04-20 09:17:12

Hi JayHH,

have you lookes into the Log Window? All translations are logged there.

Can you please paste your preset into the forum, taht I can have a look at it?

There is a feature called "save as text file".

Best regards,
Rüdi

JayHH

2009-04-20 18:11:33

hey ruediger,

thanks for reply (maybe u want to talk in german?9

the preset i post is the main master fader preset that is triggered by a timer preset that i didn't post here (if neccesarry, tell me please)


--------------- Preset Master Fader

Translator 1: Mouse Position
Options: stop=false
Incoming: MIDI B0 7F pp
Outgoing: Mouse move to X=982 Y=150

Translator 2: Mouse click
Options: stop=false
Incoming: MIDI B0 7F pp
Outgoing: Left mouse button down

Translator 3: Mouse off
Options: stop=false
Incoming: on deactivation this preset
Outgoing: Left mouse button up

Translator 4: Mouse Wheel Up 1
Options: stop=false
Incoming: MIDI B0 7F pp
Rules:
if g9>pp then exit rules, skip Outgoing Action
Outgoing: mouse wheel forward

Translator 5: Mouse Wheel Down 1
Options: stop=false
Incoming: MIDI B0 7F pp
Rules:
if g9<pp then exit rules, skip Outgoing Action
Outgoing: mouse wheel backward

Translator 6: Mouse Wheel Down Trigger
Options: stop=false
Incoming: MIDI B0 7F pp
Rules:
g9=pp
Outgoing: (none)

Translator 7: Mouse Wheel Up Trigger
Options: stop=false
Incoming: MIDI B0 7F pp
Rules:
g9=pp
Outgoing: (none)



ps..i'm always into the logs. thank s

ruediger

2009-05-22 10:34:48

Hi,

sorry for the late reply.

Is this still an issue for you?

Cheers,
Rüdi

JayHH

2009-05-22 12:46:23

no thanks;)