Skip to content

Commit ef3ee79

Browse files
author
Antonino Tramontana
committed
added sound library
1 parent d6c9ac6 commit ef3ee79

File tree

5 files changed

+138
-47
lines changed

5 files changed

+138
-47
lines changed

sounds/notes/dinosaur.wav

621 KB
Binary file not shown.

sounds/notes/dog/audio.wav

2.39 MB
Binary file not shown.

sounds/notes/flute/audio.wav

375 KB
Binary file not shown.

sounds/notes/guitar/audio.wav

689 KB
Binary file not shown.

sounds/notes/music_package.json

Lines changed: 138 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,138 @@
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-
}
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":"TRUE",
16+
"icon":"cat.png"
17+
},
18+
"advanced":{
19+
"available":"TRUE",
20+
"icon":"cat.png"
21+
}
22+
}
23+
},
24+
"dog":{
25+
"category":"animal",
26+
"name_IT":"cane",
27+
"name_EN":"dog",
28+
"version":"0.1",
29+
"date":"2020-04-08",
30+
"interface":{
31+
"base":{
32+
"available":"TRUE",
33+
"icon":"dog.png"
34+
},
35+
"intermediate":{
36+
"available":"TRUE",
37+
"icon":"dog.png"
38+
},
39+
"advanced":{
40+
"available":"TRUE",
41+
"icon":"dog.png"
42+
}
43+
}
44+
},
45+
46+
"piano":{
47+
"category":"instrument",
48+
"name_IT":"pianoforte",
49+
"name_EN":"piano",
50+
"version":"0.1",
51+
"date":"2020-04-08",
52+
"interface":{
53+
"base":{
54+
"available":"TRUE",
55+
"icon":"piano.png"
56+
},
57+
"intermediate":{
58+
"available":"TRUE",
59+
"icon":"piano.png"
60+
},
61+
"advanced":{
62+
"available":"TRUE",
63+
"icon":"piano.png"
64+
}
65+
}
66+
},
67+
"piano":{
68+
"category":"instrument",
69+
"name_IT":"pianoforte",
70+
"name_EN":"piano",
71+
"version":"0.1",
72+
"date":"2020-04-08",
73+
"interface":{
74+
"base":{
75+
"available":"TRUE",
76+
"icon":"piano.png"
77+
},
78+
"intermediate":{
79+
"available":"TRUE",
80+
"icon":"piano.png"
81+
},
82+
"advanced":{
83+
"available":"TRUE",
84+
"icon":"piano.png"
85+
}
86+
}
87+
},
88+
"guitar":{
89+
"category":"instrument",
90+
"name_IT":"chitarra",
91+
"name_EN":"guitar",
92+
"version":"0.1",
93+
"date":"2020-04-08",
94+
"interface":{
95+
"base":{
96+
"available":"TRUE",
97+
"icon":"guitar.png"
98+
},
99+
"intermediate":{
100+
"available":"TRUE",
101+
"icon":"guitar.png"
102+
},
103+
"advanced":{
104+
"available":"TRUE",
105+
"icon":"guitar.png"
106+
}
107+
}
108+
},
109+
"flute":{
110+
"category":"instrument",
111+
"name_IT":"flauto",
112+
"name_EN":"flute",
113+
"version":"0.1",
114+
"date":"2020-04-08",
115+
"interface":{
116+
"base":{
117+
"available":"TRUE",
118+
"icon":"flute.png"
119+
},
120+
"intermediate":{
121+
"available":"TRUE",
122+
"icon":"flute.png"
123+
},
124+
"advanced":{
125+
"available":"TRUE",
126+
"icon":"flute.png"
127+
}
128+
}
129+
},
130+
131+
132+
133+
134+
135+
136+
137+
}
138+
}

0 commit comments

Comments
 (0)