live-sequencer-0.0.5: data/base/Controller.hs
module Controller where
{-
Do not alter this module!
The live-sequencer relies on the module content as it is.
-}
checkBox :: String -> Bool -> Bool ;
checkBox _name deflt = deflt ;
slider :: String -> Integer -> Integer -> Integer -> Integer ;
slider _name _lower _upper deflt = deflt ;