Disable Processing?

Hello,

I have a preset “Reset Project” that simply stops MIDI processing after pressing a button and enables it when pressing that button again. For some reason after I press the button and disable processing BMT still processes incoming MIDI as usual.

See log below:

2: List of all global variables:
3: g0=-1 g1=2 g2=17 h0=-2 h1=2 h2=25 i0=-3 i1=2
4: i2=11 i3=999 j0=-4 j1=2 j2=17 k0=-5 k1=2 k2=17
5: k3=999 l0=-11 l1=2 l2=23 m0=-6 m1=2 m2=17 m3=999
6: y3=2111 z5=2
7:
8: MIDI IN [BCF2000 1]: BF 77 7F
9: IN 2.1 MIDI BF 77 7F, tt=0xBF uu=0x77 vv=0x7F
10: RULE 2.1 condition satisfied: if tt>180 then exit rules, skip Outgoing Action
11: IN 2.4 MIDI BF 77 7F
12: OUT 2.4 activate preset “Reset Project”
13: Activated preset: Reset Project
14: IN 14.0 on activation of this preset (Reset Project)
15: OUT 14.0 MIDI BF 77 7F to CU Project LAPTOP IN: [port closed]
16: IN 14.1 on activation of this preset (Reset Project)
17: OUT 14.1 disabled processing
18:
19: List of all global variables:
20: g0=-1 g1=2 g2=17 h0=-2 h1=2 h2=25 i0=-3 i1=2
21: i2=11 i3=999 j0=-4 j1=2 j2=17 k0=-5 k1=2 k2=17
22: k3=999 l0=-11 l1=2 l2=23 m0=-6 m1=2 m2=17 m3=999
23: y3=2111 z5=2
24:
25: MIDI IN [BCF2000 1]: BF 74 02
26: IN 2.1 MIDI BF 74 02, tt=0xBF uu=0x74 vv=0x02
27: RULE 2.1 condition satisfied: if tt>180 then exit rules, skip Outgoing Action
28: IN 2.3 MIDI BF 74 02, vv=0x02
29: RULE 2.3 condition satisfied: if z5==2 then skip next 2 rules
30: RULE 2.3 assignment: (z5=1) = 1

Hi,

The rules, still execute. Just output is disabled. If you want to also disable rules, you will need to disable the given presets where the translators are under.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz
2 Likes

Thanks - makes sense.