module Sound.SC3 ( -- $help module Sound.SC3.UGen, module Sound.SC3.Server) where import Sound.SC3.UGen import Sound.SC3.Server -- $help -- Once the hsc3 library has been installed, you will find help files -- installed in @$PREFIX\/share\/hsc3-VERSION\/Help\/@. -- -- For installation and configuration information please consult the -- tutorial file at @Help\/Tutorial\/Tutorial.lhs@. -- -- For general information on supercollider and the overall design of -- the hsc3 bindings, see @Help\/hsc3.help.lhs@. -- -- For documentation and examples for unit generators, see -- @Help\/UGen\/@. Note that the Haddock documentation for many unit -- generators is incomplete; see the appropriate file in -- @Help\/UGen\/@ for complete documentation.