diff --git a/packages/tone/pianoroll.mjs b/packages/tone/pianoroll.mjs index a74effa91..9233b0407 100644 --- a/packages/tone/pianoroll.mjs +++ b/packages/tone/pianoroll.mjs @@ -90,7 +90,6 @@ Pattern.prototype.pianoroll = function ({ barThickness - 2, // height ]; } - coords = coords.map((c) => Math.round(c)); isActive ? ctx.strokeRect(...coords) : ctx.fillRect(...coords); }); const playheadPosition = scale(-from / timeExtent, ...timeRange);