alsa-seq-0.6.0.7: Binding to the ALSA Library API (MIDI sequencer).
Sound.ALSA.Sequencer.RealTime
Synopsis
data T Source #
Constructors
Fields
Instances
Methods
(==) :: T -> T -> Bool #
(/=) :: T -> T -> Bool #
showsPrec :: Int -> T -> ShowS #
show :: T -> String #
showList :: [T] -> ShowS #
sizeOf :: T -> Int #
alignment :: T -> Int #
peekElemOff :: Ptr T -> Int -> IO T #
pokeElemOff :: Ptr T -> Int -> T -> IO () #
peekByteOff :: Ptr b -> Int -> IO T #
pokeByteOff :: Ptr b -> Int -> T -> IO () #
peek :: Ptr T -> IO T #
poke :: Ptr T -> T -> IO () #
fromDouble :: Double -> T Source #
Convert fractional number of seconds to T Time must be non-negative.
T
fromFractional :: RealFrac a => a -> T Source #
fromInteger :: Integer -> T Source #
Convert number of nanoseconds to T
toDouble :: T -> Double Source #
Convert fractional number of seconds to T
toFractional :: RealFrac a => T -> a Source #
toInteger :: T -> Integer Source #