fixed
This commit is contained in:
parent
8d28317d0e
commit
188d318125
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue