I'm trying to create a custom Quick Look preview on macOS. I've found the Quick Look Preview Extension target, which is brilliant, and does most of the 'heavy' lifting, but I've run into a few problems.
I'm implementing a preview for MIDI files (which has been missing since 2009...) using AVMIDIPlayer.
I'm implementing a preview for MIDI files (which has been missing since 2009...) using AVMIDIPlayer.
- The player keeps playing when the file is no longer selected! What's the mechanism for fixing that? Some sort of check that the view exists..?
- I notice that the OS preview for audio files has a different interface for the Finder's preview column and for the QuickLook 'pop-up' window. Again, I can't see how you define different views for those two environments.