Skip to content

Commit cc9177e

Browse files
MicheleCarboneraMicheleCarbonera
authored andcommitted
Music Package default
1 parent 0af1605 commit cc9177e

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

sounds/notes/cat/audio.wav

221 KB
Binary file not shown.

sounds/notes/music_package.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"packages":{
3+
"cat":{
4+
"category":"animal",
5+
"name_IT":"gatto",
6+
"name_EN":"cat",
7+
"version":"0.1",
8+
"date":"2020-04-08",
9+
"interface":{
10+
"base":{
11+
"available":"TRUE",
12+
"icon":"cat.png"
13+
},
14+
"intermediate":{
15+
"available":"FALSE",
16+
"icon":"cat.png"
17+
},
18+
"advanced":{
19+
"available":"MAYBE",
20+
"icon":"cat.png"
21+
}
22+
}
23+
},
24+
25+
"piano":{
26+
"category":"instrument",
27+
"name_IT":"pianoforte",
28+
"name_EN":"piano",
29+
"version":"0.1",
30+
"date":"2020-04-08",
31+
"interface":{
32+
"base":{
33+
"available":"TRUE",
34+
"icon":"piano.png"
35+
},
36+
"intermediate":{
37+
"available":"TRUE",
38+
"icon":"piano.png"
39+
},
40+
"advanced":{
41+
"available":"TRUE",
42+
"icon":"piano.png"
43+
}
44+
}
45+
}
46+
}
47+
}

sounds/notes/piano/audio.wav

689 KB
Binary file not shown.

0 commit comments

Comments
 (0)