-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbar_lights.yml
62 lines (56 loc) · 1.75 KB
/
bar_lights.yml
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
---
driver:
typename: serial
ledtype: WS2811
shape: 300
aliases:
bpa: BiblioPixelAnimations.strip
path: ./remote_animations/
aliases:
bpa: BiblioPixelAnimations.strip
run:
fps: 30
controls:
typename: midi
verbose: true
extractor:
normalizers: ""
accept:
type: control_change
omit:
- port
- channel
- velocity
routing:
'0': animation.animation.color_control
'1': animation.animation.brightness_control
'2': animation.animation.count_control
'3': animation.animation.width_control
'4': animation.animation.randomness_control
'5': animation.animation.utility_control_one
'6': animation.animation.utility_control_two
'7': animation.animation.delay_control
'16': animation.animation.red_control
'17': animation.animation.blue_control
'18': animation.animation.green_control
'32.127': 'animation.index = RainbowRemote'
'33.127': 'animation.index = HalvesRainbowRemote'
'34.127': 'animation.index = TwinkleRemote'
'35.127': 'animation.index = SearchlightsRemote'
'36.127': 'animation.index = LarsonRainbowRemote'
'37.127': 'animation.index = FireFliesRemote'
'38.127': 'animation.index = ColorPatternRemote'
'39.127': 'animation.index = ColorFadeRemote'
animation:
typename: sequence
length: 345600
animations:
- typename: rainbow_remote.RainbowRemote
- typename: halves_rainbow_remote.HalvesRainbowRemote
- typename: twinkle_remote.TwinkleRemote
- typename: searchlights_remote.SearchlightsRemote
- typename: larson_scanner_remote.LarsonRainbowRemote
- typename: fireflies_remote.FireFliesRemote
- typename: color_pattern_remote.ColorPatternRemote
- typename: color_fill_remote.ColorFillRemote
- typename: color_fade_remote.ColorFadeRemote