Conditional Rules

Dadith1

2009-10-26 17:45:49

I wish I could just curious 'if and' can create a Botton Momentary with Conditional Rules
E 'possible wish ?
:?[/b]

Attigo

2009-11-17 06:33:41

Hi Dadith1!

If you are looking for an 'if and' rule, then sadly that's not built in yet, It is something I would also like to see. I will speak with Florian, but remember there is the 'Feature Request' forum..

http://www.bome.com/forums/viewforum.php?f=5

To work around this for now, I recommend you use rules something like this:

Code: Select all

if oo=qq then skip next rule
exit rules, skip outgoing action
if pp=qq then skip next rule
exit rules, skip outgoing action
exit rules, execute outgoing action
This would execute your outgoing action IF oo=qq AND pp=qq

I hope this was what you were looking for, and I hope it helps!

cheers,
Scott Hobbs

Dadith1

2009-11-17 14:40:17

Attigo wrote:Hi Dadith1!

If you are looking for an 'if and' rule, then sadly that's not built in yet, It is something I would also like to see. I will speak with Florian, but remember there is the 'Feature Request' forum..

http://www.bome.com/forums/viewforum.php?f=5

To work around this for now, I recommend you use rules something like this:

Code: Select all

if oo=qq then skip next rule
exit rules, skip outgoing action
if pp=qq then skip next rule
exit rules, skip outgoing action
exit rules, execute outgoing action
This would execute your outgoing action IF oo=qq AND pp=qq

I hope this was what you were looking for, and I hope it helps!

cheers,
Scott Hobbs
Thanks Attigo I will now try 'and I'll' know :)

Dadith1

2009-11-19 22:09:25

Dadith1 wrote:
Attigo wrote:Hi Dadith1!

If you are looking for an 'if and' rule, then sadly that's not built in yet, It is something I would also like to see. I will speak with Florian, but remember there is the 'Feature Request' forum..

http://www.bome.com/forums/viewforum.php?f=5

To work around this for now, I recommend you use rules something like this:

Code: Select all

if oo=qq then skip next rule
exit rules, skip outgoing action
if pp=qq then skip next rule
exit rules, skip outgoing action
exit rules, execute outgoing action


This would execute your outgoing action IF oo=qq AND pp=qq

I hope this was what you were looking for, and I hope it helps!

cheers,
Scott Hobbs
Thanks Attigo I will now try 'and I'll' know :)
:)

Mi devi scusare ...ma nel modo che tu mi descrivi non funziona
Io anche se sono un principiante ho provato in questo modo :

qq=146
pp=130

if oo=qq then exit rules, skip Outgoing Action
if oo=pp then exit rules, execute Outgoing Action


Questo e' il Log Window :
1: IN 01.01: MIDI 92 33 7F, oo=0x92
2: IN 01.01: assignment: (qq=146) = 146
3: IN 01.01: assignment: (pp=130) = 130
4: IN 01.01: condition satisfied: if oo==qq then exit rules, skip Outgoing Action
5: IN 01.01: MIDI 82 33 7F, oo=0x82
6: IN 01.01: assignment: (qq=146) = 146
7: IN 01.01: assignment: (pp=130) = 130
8: IN 01.01: condition satisfied: if oo==pp then exit rules, execute Outgoing Action
9: OUT 01.01: MIDI 92 33 7F

In questo modo funziona alla grande !!!