Fix spell
Some checks failed
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled

This commit is contained in:
ema
2025-06-16 09:57:03 +08:00
parent c9fa5ff43b
commit 533e097a0c

View File

@@ -54,9 +54,9 @@ internal class MidiPlayer : IDisposable, INotifyPropertyChanged
} }
} }
public MidiPlayer(ViewerPanel panle, ContextObject context) public MidiPlayer(ViewerPanel panel, ContextObject context)
{ {
_vp = panle; _vp = panel;
_context = context; _context = context;
_outputDevice = OutputDevice.GetByName("Microsoft GS Wavetable Synth"); _outputDevice = OutputDevice.GetByName("Microsoft GS Wavetable Synth");
} }