Remove unused imports (filterFreqFromNormalized) from Ableton exporter modules
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user