Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Sep 23, 2019
1 parent 6d60188 commit 5b93d43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Real-time detection of beats for audio from an input device (typically "Stereo Mix"). Outputs OSC signals, which can be
used for sound-to-light control.

It keeps track of the music "intensity" (calm, normal, intense) to switch lighting programs.

I use [QLC+](https://github.com/mcallegari/qlcplus) for DMX control.

## Required modules
Expand All @@ -24,8 +26,9 @@ Automatically listens to default audio input device.

OSC signals are sent to `localhost:7701`, can be changed in `beatDetector.py`.

- `/beat` is sent for every beat detected, or every 2nd beat when auto generating beats. Ideal for fast light change.
- `/bar` is sent every 16 beats. Ideal for less frequent light change.
- `/beat` is sent for every beat detected.
- `/bar` is sent every to change the lighting scene.
- `/prog1` - `/prog8` is sent to change lighting programs (available have to be configured in `beatDetector.py`)

## Acknowledgments

Expand Down

0 comments on commit 5b93d43

Please sign in to comment.