-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
93 lines (93 loc) · 2.49 KB
/
config.json
File metadata and controls
93 lines (93 loc) · 2.49 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"rootFolder": "./card_folders/",
"emptyFolder": "./empty_folder/",
"overwriteConvertedFiles": true,
"normalizeVolume": true,
"localSource": "./source_material/",
"profiles": [
{
"_name": "default",
"description": "loops, slowed CV on start position",
"MUTE": 0,
"DECLICK": 15,
"ShowMeter": 1,
"meterHIDE": 2000,
"ChanPotImmediate": 1,
"ChanCVImmediate": 1,
"StartPotImmediate": 0,
"StartCVImmediate": 0,
"StartCVDivider": 2,
"Looping": 1
},
{
"_name": "oneshots",
"description": "plays once and stops, full CV resolution",
"StartCVDivider": 1,
"Looping": 0
},
{
"_name": "immediate",
"description": "loops, start position jumps instantly with pot/CV",
"StartPotImmediate": 1,
"StartCVImmediate": 1,
"StartCVDivider": 1
},
{
"_name": "pitchable",
"Looping": 1,
"ChanPotImmediate": 0,
"ChanCVImmediate": 0,
"pitchMode": 1,
"rootNote": 60,
"noteRange": 24,
"quantiseNoteCV": 1,
"quantiseNotePot": 1,
"MUTE": 1,
"DECLICK": 50,
"ShowMeter": 1,
"meterHIDE": 500
}
],
"morphagene_presets": [
{
"_name": "default",
"vsop": 0,
"inop": 0,
"pmin": 0,
"omod": 0,
"gnsm": 0,
"rsop": 0,
"pmod": 0,
"ckop": 0,
"cvop": 0
},
{
"_name": "1v/oct bidirectional",
"description": "Vari-Speed tracks 1V/oct (bidirectional)",
"vsop": 1
},
{
"_name": "1v/oct forward",
"description": "Vari-Speed tracks 1V/oct (positive/forward only, more precision)",
"vsop": 2
},
{
"_name": "trigger loop",
"description": "PLAY input jumps to start point on rising edge; Organize is immediate",
"pmod": 2,
"omod": 1
},
{
"_name": "gabes",
"vsop": 0,
"inop": 0,
"pmin": 1,
"omod": 0,
"gnsm": 1,
"rsop": 0,
"pmod": 0,
"ckop": 0,
"cvop": 0
}
]
}