csound-expression-0.0: src/CsoundExpr/Opcodes/Control/FltkGeneral.hs
-- | General FLTK Widget-related Opcodes
module CsoundExpr.Opcodes.Control.FltkGeneral
(flUpdate)
where
import CsoundExpr.Base.Types
import CsoundExpr.Base.MultiOut
import CsoundExpr.Base.SideEffect
import CsoundExpr.Base.UserDefined
-- | * opcode : FLupdate
--
--
-- * syntax :
--
-- > FLupdate
--
--
-- * description :
--
-- Same as the FLrun opcode.
--
--
-- * url : <http://www.csounds.com/manual/html/FLupdate.html>
flUpdate :: SignalOut
flUpdate = outOpcode "FLupdate" args
where args = []