-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundle.json
More file actions
42 lines (42 loc) · 1.24 KB
/
bundle.json
File metadata and controls
42 lines (42 loc) · 1.24 KB
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": "andantei",
"providerDisplayName": {
"zh": "Andantei行板",
"en": "Andantei"
},
"pluginId": "basic-pitch",
"pluginDisplayName": {
"zh": "通用音频转录MIDI",
"en": "All-purpose Audio-to-MIDI Transcription"
},
"pluginDescription": {
"zh": "将任意音频转录为MIDI音符,适合单乐器音频。",
"en": "Transcribe any audio (preferrably single source) into 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/basic_pitch/basic-pitch@0.5x.png",
"1x": "https://s.tuneflow.com/images/plugins/icons/basic_pitch/basic-pitch@1x.png",
"2x": "https://s.tuneflow.com/images/plugins/icons/basic_pitch/basic-pitch@2x.png"
}
}
]
}