hsc3-process-0.3.0: Create and control scsynth processes

Sound.SC3.Server.Process.ConfigFile

Description

Read server options from configuraton file.

Synopsis

Documentation

fromAssocs :: MonadError CPError m => [(OptionSpec, String)] -> m (ServerOptions, RTOptions, NRTOptions)Source

Read server options, realtime options and non-relatime options from an association list.

TODO: Add error handling.

toAssocs :: Monad m => ServerOptions -> Maybe RTOptions -> Maybe NRTOptions -> m [(OptionSpec, String)]Source

Convert server options and optionally realtime options and non-realtime options to an association list.