mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 09:49:07 +00:00
Code Cleanup
This commit is contained in:
@@ -34,8 +34,8 @@ namespace QuickLook.Plugin.VideoViewer.AudioTrack;
|
||||
|
||||
internal class MidiPlayer : IDisposable, INotifyPropertyChanged
|
||||
{
|
||||
private ViewerPanel _vp;
|
||||
private ContextObject _context;
|
||||
private ViewerPanel _vp;
|
||||
private MidiFile _midiFile;
|
||||
private OutputDevice _outputDevice;
|
||||
private Playback _playback;
|
||||
|
Reference in New Issue
Block a user