File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 33Real-time detection of beats for audio from an input device (typically "Stereo Mix"). Outputs OSC signals, which can be
44used for sound-to-light control.
55
6+ It keeps track of the music "intensity" (calm, normal, intense) to switch lighting programs.
7+
68I use [ QLC+] ( https://github.com/mcallegari/qlcplus ) for DMX control.
79
810## Required modules
@@ -24,8 +26,9 @@ Automatically listens to default audio input device.
2426
2527OSC signals are sent to ` localhost:7701 ` , can be changed in ` beatDetector.py ` .
2628
27- - ` /beat ` is sent for every beat detected, or every 2nd beat when auto generating beats. Ideal for fast light change.
28- - ` /bar ` is sent every 16 beats. Ideal for less frequent light change.
29+ - ` /beat ` is sent for every beat detected.
30+ - ` /bar ` is sent every to change the lighting scene.
31+ - ` /prog1 ` - ` /prog8 ` is sent to change lighting programs (available have to be configured in ` beatDetector.py ` )
2932
3033## Acknowledgments
3134
You can’t perform that action at this time.
0 commit comments