csound-expression-5.0.0: src/Csound/Control/SE.hs
module Csound.Control.SE(
SE, Ref, writeRef, readRef, modifyRef, mixRef, newRef, sensorsSE, newGlobalRef, globalSensorsSE,
newCtrlRef, newGlobalCtrlRef, newClearableGlobalRef, newTab, newGlobalTab
) where
import Csound.Typed.Control
import Csound.Typed.Types.Tuple