Skip to content

Pattern: PShuffleInput

Every n steps, take n values from pattern and reorder.

Example output

>>> p = PShuffleInput(PSeries(0, 1), 4)
>>> p.nextn(16)