Query Regarding Sequence Layering Management

In reply to vadivelan014:

You want your h_seq sequences to behave as “worker sequences” [see the Cookbook] when running on the lower_sequencers. That means they’ll set values of things in the lower_sequences and call

lower_sequence.start(m_sequencer, this);

In your original design, the lower sequences were “translator sequences” [see the Cookbook] which called the get() methods of the higher_sequencer (which isn’t there anymore) to appear as a driver to the h_seqs.