In reply to verif_newbie:
Your problem is located in this line
up_sequencer.get_next_item(si1);
You cannot call
get_next_item
on the sequencer.
In reply to verif_newbie:
Your problem is located in this line
up_sequencer.get_next_item(si1);
You cannot call
get_next_item
on the sequencer.