remove duplicate range
This commit is contained in:
parent
0c5903d822
commit
d3a04071eb
1 changed files with 0 additions and 4 deletions
|
|
@ -746,10 +746,6 @@ export class Pattern {
|
||||||
_velocity(velocity) {
|
_velocity(velocity) {
|
||||||
return this._withContext((context) => ({ ...context, velocity: (context.velocity || 1) * velocity }));
|
return this._withContext((context) => ({ ...context, velocity: (context.velocity || 1) * velocity }));
|
||||||
}
|
}
|
||||||
|
|
||||||
range(min, max) {
|
|
||||||
return this.mul(max - min).add(min)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// pattern composers
|
// pattern composers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue