\isRest behaviour with long \dur events

Are there certain conditions whereby isRest is automatically set to true if the \dur for the event is large eg: >100 beats.
I have a Pseq containing a Plazy(containing a rest) followed by a large Pchain with many controls.
Works fine otherwise…?

No, there’s no logic based on the dur value.

One possible issue is that Rest(1) + 2 produces Rest(3) rather than 3. If you’re integrating a list of durations and one of them is a rest, you’d have to .value them before adding. Otherwise the total will be a Rest… just a guess.

hjh

Thanks.
Must be an error in my logic somewhere then…