Skip to main content
Version: Next

Starting a Show

Start EffectMaster shows with ease!

val show = Show("category", "name") // Get a show instance
show.play() // The general start option
show.playFrom(1) // Start a show from a specific effect ID
show.playOnly(1) // Only play one effect from a show