Skip to content

Commit 212382a

Browse files
committed
Disable audio patterns not working currently
1 parent 7769bed commit 212382a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Deevstock/DeevstockDMX/DeevstockDMX.ino

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -161,21 +161,21 @@ PatternAndNameList gPatterns = {
161161

162162
// shimmer, confetti, sinelon,
163163
PatternAndNameList gAutoPatterns = {
164-
{ pixels, "pixels"}, // Long line of colours
165-
{ fillnoise, "fillnoise"}, // Center to edges with base color and twinkle
166-
{ jugglep, "jugglep"}, // Long line of sinewaves
167-
{ ripple, "ripple"}, // Juggle with twinkles
168-
{ pixel, "pixel"}, // Long line of colours
169-
{ matrix, "matrix"}, // Start to end with twinkles
170-
{ onesine, "onesine"}, // Long line of shortlines
171-
{ noisefire, "noisefire"}, // Start to end
172-
{ rainbowbit, "rainbowbit"}, // Long line of short lines with twinkles
173-
{ noisefiretest, "noisefiretest"}, // Center to edges
174-
{ rainbowg, "rainbowg"}, // Long line with flashes
175-
{ noisewide, "noisewide"}, // Center to edges
176-
{ plasma, "plasma"}, // Long line of short lines
177-
{ besin, "besin"}, // center to edges with black
178-
{ noisepal, "noisepal"}, // Long line
164+
// { pixels, "pixels"}, // Long line of colours
165+
// { fillnoise, "fillnoise"}, // Center to edges with base color and twinkle
166+
// { jugglep, "jugglep"}, // Long line of sinewaves
167+
// { ripple, "ripple"}, // Juggle with twinkles
168+
// { pixel, "pixel"}, // Long line of colours
169+
// { matrix, "matrix"}, // Start to end with twinkles
170+
// { onesine, "onesine"}, // Long line of shortlines
171+
// { noisefire, "noisefire"}, // Start to end
172+
// { rainbowbit, "rainbowbit"}, // Long line of short lines with twinkles
173+
// { noisefiretest, "noisefiretest"}, // Center to edges
174+
// { rainbowg, "rainbowg"}, // Long line with flashes
175+
// { noisewide, "noisewide"}, // Center to edges
176+
// { plasma, "plasma"}, // Long line of short lines
177+
// { besin, "besin"}, // center to edges with black
178+
// { noisepal, "noisepal"}, // Long line
179179
{ rainbowSweep, "rainbowSweep"},
180180
{ Rainbow, "Rainbow"},
181181
{ dsnake, "dsnake"},

0 commit comments

Comments
 (0)