A project to generate a compelling light show from a music live-stream.
Completed:
- Python script that receives OSC values
- The script can change the lights on the LED light via the USB interface
Todo:
- Analyze music and create OSC signals depending on music beat, harmonics, type, etc.
https://info.kmtronic.com/kmtronic-dmx-adapter.html
https://www.deejayladen.de/de/involight-crystal-led-ball-53/pd/60632
- Ch1: flash speed
- Ch2: red
- Ch3: green
- Ch4: blue
- Ch5: rotation
- 0-127: angle position
- 128-255: rotation speed
- 128-142: very slow
- 143-157: still slow
- 158-172: normal
- 173-187: fast
- 188-202: 70 swings per minute
- 203-217: 82 swings per minute
- 218-232: 88 swings per minute (RAP)
- 233-247: 111 swings per minute (HOUSE)
- 248-255: 142 swings per minute (TECHNO)
- 128-142: very slow
- 0-127: angle position
https://ftdichip.com/drivers/d2xx-drivers/
https://ftdichip.com/wp-content/uploads/2020/08/D2XX_Programmers_GuideFT_000071.pdf
python .\check-dmx-interface-ftd2xx.py
npm install socket.io
npm install osc-js
Run the the receiving and sending scripts in separate consoles:
python .\receive_osc_data.py
node .\send_osc_data.js <target ip address: e.g. 192.168.0.8>
Result:
python .\receive_osc_data.py
Your Computer Name is:DESKTOP1234
Your Computer IP Address is:192.168.0.8
/audio/path: (42, 0.5529999732971191, 'hello')
WIP
First basic steps to control a light changes from Andorid OSC Controller App. Andorid device and the Windows PC must be in the same network.
python .\receive_osc_send_dmx.py
Your Computer Name is:DESKTOP1234
Your Computer IP Address is:192.168.0.8
Configure the App: IP Adress: as provided by the python script Port: 8080 OSC Patch: /dmx
WIP
https://community.element14.com/technologies/open-source-hardware/b/blog/posts/dmx-explained-dmx512-and-rs-485-protocol-detail-for-lighting-applications
https://www.erwinrol.com/page/articles/dmx512/
https://www.thedmxwiki.com/dmx_basics/dmx_timing
https://info.kmtronic.com/control-dmx512-devices-via-raspberry-pi.html
https://pypi.org/project/ftd2xx/
https://github.com/snmishra/ftd2xx
https://pypi.org/project/PyDMX/
https://pypi.org/project/PyDMX-Drivers-FTDI/
https://github.com/hvianna/audioMotion-analyzer
https://pypi.org/project/python-osc/
https://www.npmjs.com/package/osc-js
https://github.com/adzialocha/osc-js
https://github.com/MylesBorins/node-osc
https://play.google.com/store/apps/details?id=com.ffsmultimedia.osccontroller&hl=de