csound-expression-typed-0.2.7.1: typed core for the library csound-expression
Safe HaskellSafe-Inferred
LanguageHaskell2010

Csound.Typed.Render

Contents

Synopsis

Documentation

renderEff :: (Sigs a, Sigs b) => (a -> SE b) -> IO String Source #

renderEffBy :: (Sigs a, Sigs b) => Options -> (a -> SE b) -> IO String Source #

Options

saveUserOptions :: Options -> IO () Source #

Saves the user options in the current directory.

If it's saved in the User's home directory it becomes global options.