hosc-json-0.16: Haskell Open Sound Control JSON Serialisation

Safe HaskellNone
LanguageHaskell98

Sound.OSC.Transport.JSON

Contents

Description

Trivial UDP server functions.

Synopsis

Documentation

die :: Show a => a -> t Source #

type WithT = Connection UDP () -> IO () Source #

handle_json :: MonadIO m => WithT -> Value -> m () Source #

proc_lb :: MonadIO m => WithT -> ByteString -> m () Source #

proc_b :: MonadIO m => WithT -> ByteString -> m () Source #

proc_s :: MonadIO m => WithT -> String -> m () Source #

proc_t :: MonadIO m => WithT -> Text -> m () Source #

proc_lt :: MonadIO m => WithT -> Text -> m () Source #

Options

data Opt Source #

Constructors

Opt 

Fields