I've tried to test some stuff without really knowing what im doing and now it looks like this.
Currently it is kind of working
thanks for the help!
The next thing is that it would be nice to have a threshold so that nothing happens until a knob is turned 1 or 2 steps
Also the two translator with red font right now are disabled, they are a failed attempt to go to a specific mouse position and click to bring up the right window/layout. The problem here is that I would need som kind of rule to initiate under certain circumstances, might be a timelimit, not sure yet.
You can download the project here:
http://freshteafilms.myqnapcloud.com:80 ... id=0Xxdrrg
----------------
[ ] Translator 1: QUALIFY pos
Incoming: MIDI B0 04 pp
Outgoing: Mouse move to X=720 Y=629
[ ] Translator 2: mouse click
Incoming: MIDI B0 04 pp
Outgoing: Left mouse button click, delay:1 millisec
[x] Translator 3: Mouse Position
Options: stop
Incoming: MIDI B0 04 pp
Rules:
ga=ga+1
if ga<5 then exit rules, execute Outgoing Action
if ga==6 then exit rules, execute Outgoing Action
if ga>=5 then ga=6
if g0>=1 then exit rules, skip Outgoing Action
g0=1
Outgoing: Mouse move to X=676 Y=746, delay:3 millisec
[x] Translator 4: Mouse Click
Incoming: MIDI B0 04 pp
Rules:
if g0!=1 then exit rules, execute Outgoing Action
if g0>=2 then exit rules, skip Outgoing Action
g0=2
Outgoing: Left mouse button down, delay:2 millisec
[x] Translator 5: Mouse Right
Incoming: MIDI B0 04 41
Rules: if g0!=2 then exit rules, skip Outgoing Action
Outgoing: Mouse move 4 (right)
[x] Translator 6: Mouse Left
Incoming: MIDI B0 04 3F
Rules: if g0!=2 then exit rules, skip Outgoing Action
Outgoing: Mouse move -4 (left)
[x] Translator 8: Mouse Up Timer
Incoming: MIDI B0 04 pp
Rules:
if g0!=2 then exit rules, skip Outgoing Action
gb=1
Outgoing: One-shot timer "Mouse Up": 200 ms delay
[x] Translator 9: Kill Mouse Timer
Incoming: MIDI B0 04 pp
Rules: gb=2
Outgoing: (none)
[x] Translator 10: Mouse Up Timer
Incoming: MIDI B0 04 pp
Rules:
if g0!=2 then exit rules, skip Outgoing Action
if gb==2 then exit rules, skip Outgoing Action
Outgoing: Kill timer "Mouse Up"
[x] Translator 11: Mouse timer up
Incoming: On timer "Mouse Up"
Rules:
ga=0
gb=0
Outgoing: Left mouse button up
---------------------
1: IN 2.3 MIDI B0 04 41, pp=0x41
2: RULE 2.3 expression: (ga=ga+1) = 1
3: RULE 2.3 condition satisfied: if ga<5 then exit rules, execute Outgoing Action
4: OUT 2.3 Mouse move to X=676 Y=746
5: IN 2.3 MIDI B0 04 41, pp=0x41
6: RULE 2.3 expression: (ga=ga+1) = 2
7: RULE 2.3 condition satisfied: if ga<5 then exit rules, execute Outgoing Action
8: OUT 2.3 Mouse move to X=676 Y=746
9: IN 2.3 MIDI B0 04 41, pp=0x41
10: RULE 2.3 expression: (ga=ga+1) = 3
11: RULE 2.3 condition satisfied: if ga<5 then exit rules, execute Outgoing Action
12: OUT 2.3 Mouse move to X=676 Y=746
13: IN 2.3 MIDI B0 04 41, pp=0x41
14: RULE 2.3 expression: (ga=ga+1) = 4
15: RULE 2.3 condition satisfied: if ga<5 then exit rules, execute Outgoing Action
16: OUT 2.3 Mouse move to X=676 Y=746
17: IN 2.3 MIDI B0 04 41, pp=0x41
18: RULE 2.3 expression: (ga=ga+1) = 5
19: RULE 2.3 condition satisfied: if ga>=5 then ga=6
20: RULE 2.3 assignment: (if ga>=5 then ga=6) = 6
21: RULE 2.3 condition satisfied: if g0>=1 then exit rules, skip Outgoing Action
22: IN 2.4 MIDI B0 04 41, pp=0x41
23: RULE 2.4 condition satisfied: if g0!=1 then exit rules, execute Outgoing Action
24: IN 2.5 MIDI B0 04 41
25: IN 2.8 MIDI B0 04 41, pp=0x41
26: RULE 2.8 assignment: (gb=1) = 1
27: IN 2.9 MIDI B0 04 41, pp=0x41
28: RULE 2.9 assignment: (gb=2) = 2
29: IN 2.10 MIDI B0 04 41, pp=0x41
30: RULE 2.10 condition satisfied: if gb==2 then exit rules, skip Outgoing Action
31: OUT 2.5 Mouse move 4 (right)
32: OUT 2.8 One-shot timer "Mouse Up": 200 ms delay
33: OUT 2.4 Left mouse button down
34: IN 2.7 On timer "Mouse Up"
35: IN 2.11 On timer "Mouse Up"
36: RULE 2.11 assignment: (ga=0) = 0
37: RULE 2.11 assignment: (gb=0) = 0
38: OUT 2.11 Left mouse button up
39: OUT 2.7 Mouse move to X=676 Y=746