Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
daslyfe committed Jan 21, 2025
1 parent 8d28317 commit 188d318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/pattern.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3119,9 +3119,9 @@ Pattern.prototype.xfade = function (pos, b) {
* especially useful for creating rhythms
* @name beat
* @example
* s("bd").beat("0:7:10", 16)
* s("bd").beat("0,7,10", 16)
* @example
* s("sd").beat("4:12", 16)
* s("sd").beat("4,12", 16)
*/
const __beat = (join) => (t, div, pat) => {
t = Fraction(t).mod(div);
Expand Down

0 comments on commit 188d318

Please sign in to comment.