-- | 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 : flUpdate :: SignalOut flUpdate = outOpcode "FLupdate" args where args = []