Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 578 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 578 Bytes

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 
│   ├── ...