hsc3-process-0.0.0: Create and control scsynth processesSource codeContentsIndex
Sound.SC3.Server.Process.ConfigFile
Description
Read server options from configuraton file.
Synopsis
fromAssocs :: MonadError CPError m => [(OptionSpec, String)] -> m (ServerOptions, RTOptions, NRTOptions)
toAssocs :: ServerOptions -> Maybe RTOptions -> Maybe NRTOptions -> [(OptionSpec, String)]
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 :: ServerOptions -> Maybe RTOptions -> Maybe NRTOptions -> [(OptionSpec, String)]Source
Convert server options and optionally realtime options and non-realtime options to an association list.
Produced by Haddock version 2.4.2