alsa-seq-0.6.0.2: Binding to the ALSA Library API (MIDI sequencer).

Safe HaskellNone

Sound.ALSA.Sequencer.RealTime

Synopsis

Documentation

data T Source

Constructors

Cons 

Fields

secs :: !Word32
 
nano :: !Word32
 

Instances

fromDouble :: Double -> TSource

Convert fractional number of seconds to T Time must be non-negative.

fromInteger :: Integer -> TSource

Convert number of nanoseconds to T

toDouble :: T -> DoubleSource

Convert fractional number of seconds to T

toInteger :: T -> IntegerSource

Convert number of nanoseconds to T