From a8c2586da6f6a8f0abbfb1ce1f1ec364196c9dd0 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 28 Mar 2024 10:23:46 +0100 Subject: [PATCH] fix: lint --- packages/draw/pianoroll.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/draw/pianoroll.mjs b/packages/draw/pianoroll.mjs index 0b3d2fd6..1bdf81c4 100644 --- a/packages/draw/pianoroll.mjs +++ b/packages/draw/pianoroll.mjs @@ -5,7 +5,7 @@ This program is free software: you can redistribute it and/or modify it under th */ import { Pattern, noteToMidi, freqToMidi } from '@strudel/core'; -import { getTheme } from './draw.mjs'; +import { getTheme, getDrawContext } from './draw.mjs'; const scale = (normalized, min, max) => normalized * (max - min) + min; const getValue = (e) => {