forked from Revisto/drum-machine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrum-machine.doap
29 lines (29 loc) · 1.27 KB
/
drum-machine.doap
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
28
29
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns="http://usefulinc.com/ns/doap#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<name>Drum Machine</name>
<shortdesc>Create and play drum beats</shortdesc>
<description>
Drum Machine is a modern application for creating, playing, and managing drum patterns. Perfect for musicians, producers, and anyone interested in rhythm creation, this application provides a simple interface for drum pattern programming.
</description>
<homepage rdf:resource="https://github.com/revisto/drum-machine"/>
<created>2024-11-27</created>
<programming-language>Python</programming-language>
<license rdf:resource="https://www.gnu.org/licenses/gpl-3.0.html"/>
<platform>GTK 4</platform>
<platform>Libadwaita</platform>
<maintainer>
<foaf:Person>
<foaf:name>Revisto</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com"/>
<foaf:accountName>revisto</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</maintainer>
</Project>