-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | a library for displaying musical time in a terminal-based clock -- -- This library is for generating strings containing clock time, sending -- them across OSC, and displaying them in a terminal. In addition to the -- library functions, it contains a sample executable for displaying -- musical time in a terminal-based clock. @package conductive-clock @version 0.1 module Sound.Conductive.ClockDisplay elapsed :: (RealFrac a1, Show a) => a1 -> a -> [Char] clockTimeString :: MVar MusicalEnvironment -> String -> IO [Char] clockTimeOSC :: MVar MusicalEnvironment -> String -> Int -> IO () showClockTimeString :: MVar MusicalEnvironment -> String -> IO b module Sound.Conductive.ClockListener stringDatum :: OSC -> String receiveLoop :: UDP -> Vty -> IO b listener :: Int -> Vty -> IO b module Sound.Conductive.Main data ClockDisplayArg Port :: ClockDisplayArg argumentDefinitions :: [Arg ClockDisplayArg] portNumber :: Args ClockDisplayArg -> Int instance Ord ClockDisplayArg instance Eq ClockDisplayArg instance Show ClockDisplayArg