From 6dac0e543b6221488e18438c24eeb18a00ff38c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Wed, 16 Jun 2010 15:40:06 +0000 Subject: [PATCH] Apparently there is also "audio/midi". Don't know if "audio/mid" is perhaps a typo and could be removed... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37154 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/data/beos_mime/audio/midi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/data/beos_mime/audio/midi diff --git a/src/data/beos_mime/audio/midi b/src/data/beos_mime/audio/midi new file mode 100644 index 0000000000..2ff1cbbd3d --- /dev/null +++ b/src/data/beos_mime/audio/midi @@ -0,0 +1,16 @@ + +resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime"; + +resource(1, "META:TYPE") "audio/midi"; + +resource(2, "META:S:DESC") #'MSDC' "MIDI File"; + +resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-MidiPlayer"; + +resource(4, "META:EXTENS") message(234) { + "extensions" = "mid", + "extensions" = "midi", + "extensions" = "rmi", + "type" = "audio/midi" +}; +