Refactor and fix Ableton exporter logic across multiple files
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import assert from 'node:assert/strict';
|
||||
import test from 'node:test';
|
||||
import {
|
||||
getPadEnvelopeState,
|
||||
getPadSoundState,
|
||||
} from '../src/lib/exporters/ableton/padSound';
|
||||
import { getPadEnvelopeState, getPadSoundState } from '../src/lib/exporters/ableton/padSound';
|
||||
import { AblTrack } from '../src/lib/transformers/ableton';
|
||||
|
||||
const track = {
|
||||
|
||||
Reference in New Issue
Block a user