[Newbie disclaimer] Although I joined @terrybritton’s excellent webinar series, I am pretty new to actually using states.
So I am developing a song and I want to play Instrument A in Section 1 and Instrument B in Section 2. All I want to control (I think) is the State behavior “Run and Bypass Mode” for the plugin for Instruments A and B.
When I add my two states, they have a huge number of state behaviors that they control by default. For example, routes have 12 state behaviors that can be controlled individually for each route. If I create my states and subsequently continue development of my song (adding more plugins, routes, etc), I would need to either:
A – make sure that each of my states has the same state behavior for all those modifications I make after creating my states (Ugh), or
B – turn off the state behaviors on every single route, plugin, etc (double Ugh).
All I really want it to just control “Run and Bypass Mode” using states …
… What am I missing? Any suggestions appreciated!