From 58b6ea5881d428b05509152d3fedabb144fd5cd9 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Tue, 8 Dec 2020 19:16:03 -0800 Subject: [PATCH] Added HMQ extension for HMP format --- Plugins/MIDI/MIDI/MIDIDecoder.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/MIDI/MIDI/MIDIDecoder.mm b/Plugins/MIDI/MIDI/MIDIDecoder.mm index 7afb46298..802be17db 100755 --- a/Plugins/MIDI/MIDI/MIDIDecoder.mm +++ b/Plugins/MIDI/MIDI/MIDIDecoder.mm @@ -350,7 +350,7 @@ static OSType getOSType(const char * in_) + (NSArray *)fileTypes { - return [NSArray arrayWithObjects:@"mid", @"midi", @"kar", @"rmi", @"mids", @"mds", @"hmi", @"hmp", @"mus", @"xmi", @"lds", nil]; + return [NSArray arrayWithObjects:@"mid", @"midi", @"kar", @"rmi", @"mids", @"mds", @"hmi", @"hmp", @"hmq", @"mus", @"xmi", @"lds", nil]; } + (NSArray *)mimeTypes