Reference replaceSequence()

replaceSequence()

Find all sequences with the specified name, and replace their patterns with the specified array.

Syntax

replaceSequence(phraseName, sequence)

Parameters

phraseName
String:
sequence
Array:

Array of values to pass into the callback at each step of the phrase.

This page is generated from the comments in lib/addons/p5.sound.js . Please feel free to edit it and submit a pull request!

Related References