I’m only beginning to work with Bome, and there are many things I don’t understand. I don’t know how to assign variables such as oo, pp, vv etc. so the values are distinct (such as to program change, balance or volume.) I saw a chart for them in an older version, but can’t find it in the manual or in help.
Here’s what I’m trying to do:
I’m sending expression pedal cc from a Line 6 Helix to Ableton Live and to a Line 6 PodGo. Routing is stable and most functions are working, however I want to set rules to make routing this stuff easier.
I want the expression pedal to trigger C0 07 if the pedal transmits any value 64 or below and I want to trigger C0 0A if the pedal transmits any value 65 or higher.
I’ve tried to express this through 2 rules as a balance function:
if oo<=64 then exit rules, execute Outgoing Action
if oo>=65 then exit rules, execute Outgoing Action
Outgoing action is set to C0 07 and C0 0A respectively.
I’ve also got a single button that triggers a note on/off toggle at CC59 to the PodGo. I’m trying to set it so that any message received by Bome that isn’t that note on value triggers note off, so that any other button I touch on the Helix will trigger note off and only the specified one will turn it on.
Expressed in 2 rules as:
if pp==59 then exit rules, execute Outgoing Action
else exit rules, skip Outgoing Action
if pp==59 then exit rules, skip Outgoing Action
else exit rules, execute Outgoing Action
Neither of these functions are working for me. Any help would be appreciated!
-Conley Ray