File: drumstick.xml

package info (click to toggle)
libdrumstick 2.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,876 kB
  • sloc: cpp: 25,685; xml: 122; sh: 14; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 1,068 bytes parent folder | download
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>