mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
Fix spell
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user