-
Notifications
You must be signed in to change notification settings - Fork 3
/
drumstick.xml
27 lines (27 loc) · 1.04 KB
/
drumstick.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="audio/cakewalk">
<sub-class-of type="application/octet-stream"/>
<generic-icon name="audio-midi"/>
<comment>Cakewalk project file</comment>
<comment xml:lang="en_GB">Cakewalk project file</comment>
<comment xml:lang="es">Archivo de proyecto Cakewalk</comment>
<magic priority="50">
<match value="CAKEWALK\x1a" type="string" offset="0"/>
</magic>
<glob pattern="*.wrk"/>
</mime-type>
<mime-type type="audio/rmid">
<!-- See: https://www.loc.gov/preservation/digital/formats/fdd/fdd000120.shtml -->
<sub-class-of type="application/octet-stream"/>
<generic-icon name="audio-midi"/>
<comment>RMID file</comment>
<comment xml:lang="es">Archivo RMID</comment>
<magic priority="50">
<match value="RIFF" type="string" offset="0">
<match value="RMIDdata" type="string" offset="8"/>
</match>
</magic>
<glob pattern="*.rmi"/>
</mime-type>
</mime-info>