hsc3-0.17: Haskell SuperCollider

Safe HaskellSafe
LanguageHaskell98

Sound.SC3.Server.Help

Description

Functions to provide mediated access to the SC3 help system.

Synopsis

Documentation

sc3_server_command_ref :: FilePath -> String -> FilePath Source #

Generate path to indicated SC3 instance method help. Adds initial forward slash if not present.

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

viewServerHelp :: String -> IO () Source #

Lookup SC3 help file for server command c.

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