-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.json
More file actions
129 lines (129 loc) · 2.92 KB
/
plugin.json
File metadata and controls
129 lines (129 loc) · 2.92 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"slug": "LifeFormModular",
"name": "LifeFormModular",
"version": "1.1",
"license": "MIT",
"brand": "LifeFormModular",
"author": "Marc Dacunha",
"authorEmail": "marcdacunha@yahoo.fr",
"authorUrl": "https://timecontrolledorganism.bandcamp.com/",
"pluginUrl": "https://github.com/TimeControlledOrganism/LifeFormModular",
"manualUrl": "https://github.com/TimeControlledOrganism/LifeFormModular",
"sourceUrl": "https://github.com/TimeControlledOrganism/LifeFormModular",
"donateUrl": "https://timecontrolledorganism.bandcamp.com/",
"modules": [
{
"slug": "TimeDiktat",
"name": "TimeDiktat",
"description": "Clock Gen based on JW clock",
"tags": [
"Clock Generator"
]
},
{
"slug": "SequenceModeler",
"name": "SequenceModeler",
"description": "Sequencer based on Fundamental SEQ3",
"tags": [
"Sequencer",
"Dual"
]
},
{
"slug": "PitchDiktat",
"name": "PitchDiktat",
"description": "Quantizer based on ML Quantum",
"tags": [
"Quantizer",
"Random"
]
},
{
"slug": "PitchIntegrator",
"name": "PitchIntegrator",
"description": "Sequential switch based on ML switches, with sample and hold designed for pitch",
"tags": [
"Switch",
"Sample and hold"
]
},
{
"slug": "BurstIntegrator",
"name": "BurstIntegrator",
"description": "Sequential switch based on ML switches, with trigger generator to add burst of trigs to yout patterns",
"tags": [
"Switch",
"Clock modulator"
]
},
{
"slug": "QuadModulator",
"name": "QuadModulator",
"description": "Quad synced LFO with skew from ramp up to ramp down through sine plus dual unity mixer",
"tags": [
"LFO",
"Quad"
]
},
{
"slug": "ImpulseControl",
"name": "ImpulseControl",
"description": "Trigger sequencer based on Fundamental SEQ3",
"tags": [
"Sequencer",
"Dual"
]
},
{
"slug": "PercussiveVibration",
"name": "PercussiveVibration",
"description": "Synth voice based on 21Khz PalmLoop and Befaco Rampage mainly for drums",
"tags": [
"Synth voice",
"Drum"
]
},
{
"slug": "QuadUtility",
"name": "QuadUtility",
"description": "4 scalers 4 adders and 4 VCAs",
"tags": [
"Utility",
"Dual"
]
},
{
"slug": "AdditiveVibration",
"name": "AdditiveVibration",
"description": "Additive/FM synth voice based on 21Khz PalmLoop and Befaco Rampage ",
"tags": [
"Synth voice"
]
},
{
"slug": "QuadSteppedOffset",
"name": "QuadSteppedOffset",
"description": "Octave and semitone transposer",
"tags": [
"Utility",
"Quad"
]
},
{
"slug": "ComplexOsc",
"name": "ComplexOsc",
"description": "Complex Oscillator made with 2 phase modulatable sines plus a clipper",
"tags": [
"Oscillator"
]
},
{
"slug": "Driftgen",
"name": "Driftgen",
"description": "CV modifier, will add subtle drift to V/Oct signals",
"tags": [
"Utility"
]
}
]
}