scamp_extensions.process.generators

Module containing useful generator functions that represent musical processes.

Functions

non_repeating_shuffle(input_list[, ...])

Returns a generator that randomly selects items from the input list, avoiding repeat selections.

random_walk(start_value[, step, ...])

Returns a generator starting on start_value that randomly walks between clamp_min and clamp_max, using a step size of step, and turning around with probability turn_around_chance