live-sequencer-0.0.6: Live coding of MIDI music
Bool
ifThenElse :: Bool -> a -> a -> a Source #
not :: Bool -> Bool Source #
xor :: Bool -> Bool -> Bool Source #
(&&) :: Bool -> Bool -> Bool infixr 3 Source #
(||) :: Bool -> Bool -> Bool infixr 2 Source #