tesla-lightshow
Repo to collect lightshow sequences
contributions
Please add your sequences and file PR. Be aware that you make it available under MIT license. Copyright protected material MUST stay out of this repo.
desired structure
.
├── yourFamousSequence
│ ├── attributions.md // say something about your sequence
│ ├── lightshow.fseq // the sequence
│ ├── lightshow.mp3 // or lightshow.wav (wav is recommended)
├── someoneElsesFamousSequence
│ ├── attributions.md
│ ├── ...