Last active
August 29, 2015 14:15
-
-
Save yupferris/20d9bdc33beb3f96b00c to your computer and use it in GitHub Desktop.
Basically lisp.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chaserTest : device "Chaser Test" (0 0) | |
( | |
primaryInterval : interval "Primary Interval (60fps)" (20 20) 60 | |
chaserInterval : interval "Chaser Interval (2fps)" (20 100) 2 | |
plasma : plasma "Plasma" (20 180) 36 4 | |
chaser : chaser "Chaser" (20 260) | |
fadecandy : fadecandy "Fadecandy" (20 340) "127.0.0.1" 7890 | |
primaryInterval.Output -> plasma.Time | |
primaryInterval.Output -> chaser.Time | |
chaserInterval.Output -> chaser.Strobe | |
chaser.Output -> fadecandy.Input | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment