------------------------------------------------------------------------------

-- HSC3Utilities.hs
-- created: Wed Oct 27 15:14:06 JST 2010

------------------------------------------------------------------------------

module Sound.Conductive.HSC3Utilities 
( defaultSCGroup
) where

import Sound.OpenSoundControl
import Sound.SC3

defaultSCGroup :: IO ()
defaultSCGroup =  withSC3 $ \fd -> send fd $ g_new [(1, AddToTail, 0)]