# Knipperraam # (C) 2003 Hes Siemelink (hes@siemelink.net) FramesPerSecond 30 ScreenWidth 400 ScreenHeight 300 # Size of the bulbs SizeX 10 SizeY 10 # "circles" or "curtain" Knipper.Shape = circles # Time in milliseconds, that indicates at which point in time relative to t=0 # the animation is started. A value of -10000 means "start ten seconds before # all lights are turned on simultaneously" Knipper.StartTimeOffset -10000 # If this is set to true, the animation will loop back on forth between # t - StartTimeOffset and t + startTimeOffset. # Turning this option on disqualifies the knipperraam as true algorithmic art. Knipper.Loop false # Multiplies (!) the default speed. 0.5 is very mellow; 8 is pretty funky Knipper.SpeedFactor = 2 # If set to false, the bulbs only can be fully on or off. If set to true they # smoothly fade between on and off. Knipper.Fade = true # Sets background and bulb color # true: black background, red/green color scheme # false: white background, blue/red color scheme Knipper.ReverseColor = false