Skip to content

Commit 5b93d43

Browse files
committed
Update readme
1 parent 6d60188 commit 5b93d43

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Real-time detection of beats for audio from an input device (typically "Stereo Mix"). Outputs OSC signals, which can be
44
used for sound-to-light control.
55

6+
It keeps track of the music "intensity" (calm, normal, intense) to switch lighting programs.
7+
68
I 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

2527
OSC 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

0 commit comments

Comments
 (0)