API

From Light Forge Wiki
Revision as of 18:56, 6 May 2013 by Chris Monson (Talk | contribs)

Jump to: navigation, search

Classes

api.attributeTypes

api.cues

api.groups

api.output

Events

onExecute

Usage:

  def onExecute():

def onStartup(): print("Lightforge Started")

def onPlaybackStart(): print("Playback Started") print(api.groups.getName("1,1")) print(api.groups.getChildCount("1,1")) api.groups.setAttribute(api.attributeTypes.intensity, 30000, "1,1")

def onPlaybackStop(): print("Playback Stopped") api.groups.releaseAttribute(api.attributeTypes.intensity, "1,1")

def onFrameChange(seconds): print(api.groups.getAttribute(api.attributeTypes.intensity, "1,1"))

def onShutdown(): print("Lightforge Shutdown")

def onCuelistChanged(): print("Cue List Changed") api.groups.releaseGroup(api.attributeTypes.intensity, "1,1")

def onShowLoaded(): print("Show Loaded")

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox