aboutsummaryrefslogblamecommitdiff
path: root/qmidiplayer-desktop/qmidiplayer.mime
blob: becf2396bcfd3c28157c495603e52f78c36390b2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                         
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
  <mime-type type="audio/midi">
    <comment>MIDI audio</comment>
    <magic priority="50">
		<match type="string" offset="0" value="MThd"/>
    </magic>
    <glob pattern="*.mid"/>
    <glob pattern="*.midi"/>
  </mime-type>
</mime-info>