hsc3-0.12: Haskell SuperCollider

Safe HaskellSafe-Inferred

Sound.SC3.Server.Help

Description

Functions to provide mediated access to the SC3 help system.

Synopsis

Documentation

sc3_server_command_ref :: FilePath -> String -> FilePathSource

Generate path to indicated SC3 instance method help.

 let r = "./Reference/Server-Command-Reference.html#/b_alloc"
 in sc3HelpServerCommand "." "b_alloc" == r

viewServerHelp :: String -> IO ()Source

Lookup SC3 help file for server command c.

 Sound.SC3.Server.Help.viewServerHelp "/b_allocRead"
 viewServerHelp "done"