mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-12 22:15:27 -04:00
remove duplicate range
This commit is contained in:
@@ -746,10 +746,6 @@ export class Pattern {
|
||||
_velocity(velocity) {
|
||||
return this._withContext((context) => ({ ...context, velocity: (context.velocity || 1) * velocity }));
|
||||
}
|
||||
|
||||
range(min, max) {
|
||||
return this.mul(max - min).add(min)
|
||||
}
|
||||
}
|
||||
|
||||
// pattern composers
|
||||
|
||||
Reference in New Issue
Block a user