by design, if seq length is changed & current seq position exceeds the new maximum, the sequencer is forced to restart;
likewise, if seq length is changed & current seq position is less than or equal to new seq maximum, seq continues as normal
need to add check to only restart seq if it was playing previously... and not restart if it is stopped & the length is changed.
by design, if seq length is changed & current seq position exceeds the new maximum, the sequencer is forced to restart;
likewise, if seq length is changed & current seq position is less than or equal to new seq maximum, seq continues as normal
need to add check to only restart seq if it was playing previously... and not restart if it is stopped & the length is changed.