fix polymeter doc

This commit is contained in:
Felix Roos 2023-01-12 12:43:41 +01:00
parent d4512f360b
commit 28aee1c58d
2 changed files with 0 additions and 2 deletions

View File

@ -1296,7 +1296,6 @@ export function polymeterSteps(steps, ...args) {
/** /**
* Combines the given lists of patterns with the same pulse. This will create so called polymeters when different sized sequences are used. * Combines the given lists of patterns with the same pulse. This will create so called polymeters when different sized sequences are used.
* @name polymeters
* @synonyms pm * @synonyms pm
* @example * @example
* polymeter(["c", "eb", "g"], ["c2", "g2"]).note() * polymeter(["c", "eb", "g"], ["c2", "g2"]).note()

View File

@ -51,7 +51,6 @@
"setStringParser", "setStringParser",
"isPattern", "isPattern",
"reify", "reify",
"polymeter",
"set", "set",
"keep", "keep",
"keepif", "keepif",