|
6 | 6 | "meta": {
|
7 | 7 | "authors": ["Tero Korpela"],
|
8 | 8 | "createDate": "2024-11-23",
|
9 |
| - "lastModifyDate": "2024-11-23" |
| 9 | + "lastModifyDate": "2024-12-01" |
10 | 10 | },
|
11 | 11 | "links": {
|
12 | 12 | "manual": [
|
|
108 | 108 | },
|
109 | 109 | {
|
110 | 110 | "dmxRange": [21, 40],
|
111 |
| - "type": "Generic", |
112 |
| - "comment": "Auto-Program 1" |
| 111 | + "type": "ColorPreset", |
| 112 | + "comment": "Auto-Program 1", |
| 113 | + "colors": ["#ff0000", "#00ff00", "#0000ff"] |
113 | 114 | },
|
114 | 115 | {
|
115 | 116 | "dmxRange": [41, 60],
|
116 |
| - "type": "Generic", |
117 |
| - "comment": "Auto-Program 2" |
| 117 | + "type": "ColorPreset", |
| 118 | + "comment": "Auto-Program 2", |
| 119 | + "colors": ["#ff0000", "#00ff00"] |
118 | 120 | },
|
119 | 121 | {
|
120 | 122 | "dmxRange": [61, 80],
|
121 |
| - "type": "Generic", |
122 |
| - "comment": "Auto-Program 3" |
| 123 | + "type": "ColorPreset", |
| 124 | + "comment": "Auto-Program 3", |
| 125 | + "colors": ["#ff0000", "#0000ff"] |
123 | 126 | },
|
124 | 127 | {
|
125 | 128 | "dmxRange": [81, 100],
|
126 |
| - "type": "Generic", |
127 |
| - "comment": "Auto-Program 4" |
| 129 | + "type": "ColorPreset", |
| 130 | + "comment": "Auto-Program 4", |
| 131 | + "colors": ["#ff0000", "#ffffdd"] |
128 | 132 | },
|
129 | 133 | {
|
130 | 134 | "dmxRange": [101, 120],
|
131 |
| - "type": "Generic", |
132 |
| - "comment": "Auto-Program 5" |
| 135 | + "type": "ColorPreset", |
| 136 | + "comment": "Auto-Program 5", |
| 137 | + "colors": ["#00ff00", "#0000ff"] |
133 | 138 | },
|
134 | 139 | {
|
135 | 140 | "dmxRange": [121, 140],
|
136 |
| - "type": "Generic", |
137 |
| - "comment": "Auto-Program 6" |
| 141 | + "type": "ColorPreset", |
| 142 | + "comment": "Auto-Program 6", |
| 143 | + "colors": ["#00ff00", "#ffffdd"] |
138 | 144 | },
|
139 | 145 | {
|
140 | 146 | "dmxRange": [141, 160],
|
141 |
| - "type": "Generic", |
142 |
| - "comment": "Auto-Program 7" |
| 147 | + "type": "ColorPreset", |
| 148 | + "comment": "Auto-Program 7", |
| 149 | + "colors": ["#0000ff", "#ffffdd"] |
143 | 150 | },
|
144 | 151 | {
|
145 | 152 | "dmxRange": [161, 180],
|
146 |
| - "type": "Generic", |
147 |
| - "comment": "Auto-Program 8" |
| 153 | + "type": "ColorPreset", |
| 154 | + "comment": "Auto-Program 8", |
| 155 | + "colors": ["#00ffff", "#ff00ff", "#ffff00"] |
148 | 156 | },
|
149 | 157 | {
|
150 | 158 | "dmxRange": [181, 200],
|
151 |
| - "type": "Generic", |
152 |
| - "comment": "Auto-Program 9" |
| 159 | + "type": "ColorPreset", |
| 160 | + "comment": "Auto-Program 9", |
| 161 | + "colors": ["#ffffdd", "#ffffff"] |
153 | 162 | },
|
154 | 163 | {
|
155 | 164 | "dmxRange": [201, 220],
|
156 |
| - "type": "Generic", |
157 |
| - "comment": "Auto-Program 10" |
| 165 | + "type": "ColorPreset", |
| 166 | + "comment": "Auto-Program 10", |
| 167 | + "colors": ["#0000ff", "#ffff00"] |
158 | 168 | },
|
159 | 169 | {
|
160 | 170 | "dmxRange": [221, 255],
|
161 |
| - "type": "Generic", |
162 |
| - "comment": "Auto-Programs in an endless loop" |
| 171 | + "type": "ColorPreset", |
| 172 | + "comment": "Auto-Programs in an endless loop", |
| 173 | + "colors": ["#ff0000", "#00ff00", "#0000ff", "#ff0000", "#00ff00", "#ff0000", "#0000ff", "#ff0000", "#ffffdd", "#00ff00", "#0000ff", "#00ff00", "#ffffdd", "#0000ff", "#ffffdd", "#00ffff", "#ff00ff", "#ffff00", "#ffffdd", "#ffffff", "#0000ff", "#ffff00"] |
163 | 174 | }
|
164 | 175 | ]
|
165 | 176 | },
|
166 | 177 | "Speed / Sound Control": {
|
167 | 178 | "capabilities": [
|
168 | 179 | {
|
169 | 180 | "dmxRange": [0, 200],
|
170 |
| - "type": "Speed", |
| 181 | + "type": "EffectSpeed", |
171 | 182 | "speedStart": "slow",
|
172 | 183 | "speedEnd": "fast",
|
173 | 184 | "comment": "Speed of the auto-programs"
|
174 | 185 | },
|
175 | 186 | {
|
176 | 187 | "dmxRange": [201, 255],
|
177 | 188 | "type": "Effect",
|
178 |
| - "effectName": "Sound control", |
179 |
| - "soundControlled": true |
| 189 | + "effectPreset": "ColorJump", |
| 190 | + "soundControlled": true, |
| 191 | + "soundSensitivity": "high" |
180 | 192 | }
|
181 | 193 | ]
|
182 | 194 | }
|
|
0 commit comments