Remove unused imports (filterFreqFromNormalized) from Ableton exporter modules

This commit is contained in:
2026-07-13 05:29:39 +02:00
parent eb5a25fe0a
commit 75c2ca65aa
2 changed files with 1 additions and 2 deletions

View File

@@ -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;

View File

@@ -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,