-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbundle.json
42 lines (42 loc) · 1.29 KB
/
bundle.json
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
38
39
40
41
42
{
"plugins": [
{
"providerId": "hellwz",
"providerDisplayName": {
"zh": "WZW",
"en": "WZW"
},
"pluginId": "singing-transcription",
"pluginDisplayName": {
"zh": "智能人声转MIDI",
"en": "Singing Transcription"
},
"pluginDescription": {
"zh": "将人声歌声转为MIDI旋律",
"en": "Transcribe singing to MIDI notes"
},
"version": "1.0.0",
"supportedPlatforms": ["desktop"],
"minRequiredDesktopVersion": "1.9.1",
"options": {
"allowReset": true,
"allowManualApplyAdjust": true
},
"triggers": [
{
"type": "selected-clips",
"config": {
"allowedClipTypes": ["audio"],
"maxNumClips": 1
}
}
],
"categories": ["transcribe"],
"icon": {
"0.5x": "https://s.tuneflow.com/images/plugins/icons/singing_transcription/[email protected]",
"1x": "https://s.tuneflow.com/images/plugins/icons/singing_transcription/[email protected]",
"2x": "https://s.tuneflow.com/images/plugins/icons/singing_transcription/[email protected]"
}
}
]
}