diff --git a/Tone/instrument/PolySynth.ts b/Tone/instrument/PolySynth.ts index afc74cf2..26780486 100644 --- a/Tone/instrument/PolySynth.ts +++ b/Tone/instrument/PolySynth.ts @@ -26,7 +26,8 @@ type VoiceOptions = T extends MonoSynth ? MonoSynthOptions : T extends AMSynth ? AMSynthOptions : T extends Synth ? SynthOptions : - never; + T extends Monophonic ? U : + never; /** * The settable synth options. excludes monophonic options.