forked from magenta/magenta-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.json
More file actions
37 lines (37 loc) · 912 Bytes
/
Copy pathapps.json
File metadata and controls
37 lines (37 loc) · 912 Bytes
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
30
31
32
33
34
35
36
37
{
"continue" : {
"width": 375,
"height": 600,
"name" : "Continue",
"icon" : "Continue_icon",
"models" : "https://storage.googleapis.com/magenta-studio/models/continue.zip"
},
"groove": {
"width": 330,
"height": 450,
"name": "Groove",
"icon": "Groove_icon",
"models": "https://storage.googleapis.com/magenta-studio/models/groove.zip"
},
"interpolate": {
"width": 375,
"height": 580,
"name": "Interpolate",
"icon": "Interpolate_icon",
"models": "https://storage.googleapis.com/magenta-studio/models/interpolate.zip"
},
"drumify": {
"width": 330,
"height": 450,
"name": "Drumify",
"icon": "Drumify_icon",
"models": "https://storage.googleapis.com/magenta-studio/models/drumify.zip"
},
"generate": {
"width": 375,
"height": 540,
"name": "Generate",
"icon": "Generate_icon",
"models": "https://storage.googleapis.com/magenta-studio/models/generate.zip"
}
}