hosc-0.17: Haskell Open Sound Control

Safe HaskellSafe
LanguageHaskell98

Sound.OSC.Coding.Convert

Description

Type conversion.

Synopsis

Documentation

int_to_word8 :: Int -> Word8 Source #

Type specialised fromIntegral

int_to_word16 :: Int -> Word16 Source #

Type specialised fromIntegral.

int_to_int8 :: Int -> Int8 Source #

Type specialised fromIntegral

int_to_int16 :: Int -> Int16 Source #

Type specialised fromIntegral

int_to_int32 :: Int -> Int32 Source #

Type specialised fromIntegral

int8_to_int :: Int8 -> Int Source #

Type specialised fromIntegral

int16_to_int :: Int16 -> Int Source #

Type specialised fromIntegral

int32_to_int :: Int32 -> Int Source #

Type specialised fromIntegral

word8_to_int :: Word8 -> Int Source #

Type specialised fromIntegral