diff --git a/packages/core/pattern.mjs b/packages/core/pattern.mjs index c2cd3168..b4057f49 100644 --- a/packages/core/pattern.mjs +++ b/packages/core/pattern.mjs @@ -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