-- | Exports both "Sound.SC3.Server" and "Sound.SC3.UGen", however see -- also "Sound.SC3.ID" and "Sound.SC3.Monadic". module Sound.SC3 (module Sound.SC3.Server ,module Sound.SC3.UGen) where import Sound.SC3.Server import Sound.SC3.UGen