diff --git a/src/spessasynth_lib/synthetizer/buffer_voice/voice.js b/src/spessasynth_lib/synthetizer/buffer_voice/voice.js index 2dc62ada..3807812d 100644 --- a/src/spessasynth_lib/synthetizer/buffer_voice/voice.js +++ b/src/spessasynth_lib/synthetizer/buffer_voice/voice.js @@ -1,7 +1,3 @@ -/** - * @typedef {{}} - */ - import {Preset} from "../../soundfont/chunk/presets.js"; import { SynthesisModel } from './synthesis_model.js'; @@ -68,11 +64,6 @@ export class Voice }); } - /** - * @type {[]} - */ - static cachedVoices = []; - /** * @param debug {boolean}