hsc3-process-0.5.0: Create and control scsynth processes

Safe HaskellNone

Sound.SC3.Server.Process.CommandLine

Synopsis

Documentation

rtCommandLine :: ServerOptions -> RTOptions -> [String]Source

Construct the scsynth command line from ServerOptions and RTOptions.

nrtCommandLine :: ServerOptions -> NRTOptions -> [String]Source

Construct the scsynth command line from ServerOptions and NRTOptions.

mkOption :: a -> a -> String -> ToOption a -> Maybe (String, String)Source