Skip to content

Instantly share code, notes, and snippets.

@yupferris
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yupferris/20d9bdc33beb3f96b00c to your computer and use it in GitHub Desktop.
Save yupferris/20d9bdc33beb3f96b00c to your computer and use it in GitHub Desktop.
Basically lisp.
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