StreamSourceSequenceSettings.onAdvance property

Fires when the node has handed off to a new active source. The pin in the callback is whichever source is now feeding the output.

Signature:

onAdvance?: (nowActive: Pins) => void;