From 75c2ca65aac0004767695b34bc25f4395885a571 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Jul 2026 05:29:39 +0200 Subject: [PATCH] Remove unused imports (filterFreqFromNormalized) from Ableton exporter modules --- src/lib/exporters/ableton/automation.ts | 2 +- src/lib/exporters/ableton/builders.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/exporters/ableton/automation.ts b/src/lib/exporters/ableton/automation.ts index dc659c3..7390dfe 100644 --- a/src/lib/exporters/ableton/automation.ts +++ b/src/lib/exporters/ableton/automation.ts @@ -1,6 +1,6 @@ import { FaderParam } from '../../../types/types'; import { AblGroupPatternOccurrence, AblTrack } from '../../transformers/ableton'; -import { filterFreqFromNormalized, koEnvRangeToSeconds } from './utils'; +import { koEnvRangeToSeconds } from './utils'; export type AbletonAutomationTarget = { arrangement?: number; diff --git a/src/lib/exporters/ableton/builders.ts b/src/lib/exporters/ableton/builders.ts index 63e1a42..292a340 100644 --- a/src/lib/exporters/ableton/builders.ts +++ b/src/lib/exporters/ableton/builders.ts @@ -37,7 +37,6 @@ import { ALSScene, ALSSceneContent } from './types/scene'; import { ALSSimpler } from './types/simpler'; import { ALSTrackSendHolder } from './types/trackSendHolder'; import { - filterFreqFromNormalized, fixIds, getId, gzipString,