mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
removing unused import
This commit is contained in:
parent
9d7937bbab
commit
de1f433c29
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ import { Gain, } from "../core/context/Gain";
|
|||
import { Multiply } from "../signal/Multiply";
|
||||
import { Frequency, NormalRange, Positive, Seconds, Time } from "../core/type/Units";
|
||||
import { deepMerge, omitFromObject, optionsFromArguments } from "../core/util/Defaults";
|
||||
import { EQ } from "../core/util/Math";
|
||||
import { Param } from "../core/context/Param";
|
||||
|
||||
export interface DuoSynthOptions extends MonophonicOptions {
|
||||
|
|
Loading…
Reference in a new issue