Skip to content

Commit

Permalink
Fixed access to merged description in factories.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
kdiab committed Sep 26, 2024
1 parent 2c16a37 commit e9e7e02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions packages/core/pattern.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,6 @@ export function reify(thing) {

/** The given items are played at the same time at the same length.
*
* @name stack
* @return {Pattern}
* @synonyms polyrhythm, pr
* @example
Expand Down Expand Up @@ -1378,7 +1377,6 @@ export function slowcatPrime(...pats) {

/** The given items are con**cat**enated, where each one takes one cycle.
*
* @name cat
* @param {...any} items - The items to concatenate
* @synonyms slowcat
* @return {Pattern}
Expand Down Expand Up @@ -1461,8 +1459,6 @@ export function sequence(...pats) {
}

/** Like **cat**, but the items are crammed into one cycle.
* @name seq
* @memberof Pattern
* @synonyms sequence, fastcat
* @example
* seq("e5", "b4", ["d5", "c5"]).note()
Expand Down
12 changes: 0 additions & 12 deletions website/src/pages/learn/factories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,14 @@ These are the equivalents used by the Mini Notation:

<JsDoc client:idle name="cat" h={0} />

You can also use cat as a chained function like this:

<JsDoc client:idle name="Pattern.cat" h={0} hideDescription />

## seq

<JsDoc client:idle name="seq" h={0} />

Or as a chained function:

<JsDoc client:idle name="Pattern.seq" h={0} hideDescription />

## stack

<JsDoc client:idle name="stack" h={0} />

As a chained function:

<JsDoc client:idle name="Pattern.stack" h={0} hideDescription />

## s_cat

<JsDoc client:idle name="s_cat" h={0} />
Expand Down

0 comments on commit e9e7e02

Please sign in to comment.