mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 16:17:58 +00:00
removing unnecessary detune option
This commit is contained in:
parent
24f5cd0c95
commit
125c5af464
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ export class FMSynth extends Monophonic<FMSynthOptions> {
|
|||
return Object.assign(Monophonic.getDefaults(), {
|
||||
harmonicity: 3,
|
||||
modulationIndex: 10,
|
||||
detune: 0,
|
||||
oscillator: Object.assign(
|
||||
omitFromObject(OmniOscillator.getDefaults(), [
|
||||
...Object.keys(Source.getDefaults()),
|
||||
|
|
Loading…
Reference in a new issue