Chason Deshotel

Results 16 comments of Chason Deshotel

First off, awesome job with this. I've been hacking away at this for quite a while now, got close, just hadn't had the time to dive deep It's a shame...

@donmurdoc look at https://github.com/vladkorotnev/traktor-obs-relay It uses this API to do some fancy things >[](https://github.com/vladkorotnev/traktor-obs-relay#auto-vjhtml)auto-vj.html > >Plays video files stored by the same name as the played audio files automatically. Not...

Awesome! Glad it works well. I have it cloned but haven't had a chance to play with it yet. Super appreciative for @ErikMinekus and @vladkorotnev's work. Been wanting this kind...

That's a great idea. For DJing/music listening having the program go chill during the break then ramp up at the drop... manholdup

usage: server.py [-h] [-N NUM_PIXELS] [-R NUM_ROWS] [--device_candy_server DEVICE_CANDY_SERVER] [--device_panel_mapping DEVICE_PANEL_MAPPING] [-A AUDIO_DEVICE_INDEX] [-p PORT] [-C CONFIG_LOCATION] [--no_conf] [--no_store] [-D {FadeCandy,RaspberryPi}] [-DC DEVICE_CONFIG] [-P] [--strand] server.py: error: argument -D/--device: invalid...

I run into this fairly often, I find that the script crashes but server.py stays running in the background (weird because I invoke it via `python3 server.py` from the command...

@segfault16 - I will. I made a fork for using APA102 LEDs via UDP to an ESP8266, similar to the [audio-reactive-led-strip](https://github.com/scottlawsonbc/audio-reactive-led-strip) project this was forked from (but without the 256...

Would be great in conjunction with beat detection (#57), try to find the first note of a phrase, switch every 32/64/128 bars

One could also get around this by using SPI on the Raspberry Pi to drive APA102s

@rando-calrissian That's an interesting take. I solved this a different way, I added a bit to the UDP stream for the 100s place.. so instead of `pixel#, r, g, b`...