Uses of Interface
ioio.lib.api.Sequencer.ChannelCue

Packages that use Sequencer.ChannelCue
ioio.lib.api   
 

Uses of Sequencer.ChannelCue in ioio.lib.api
 

Classes in ioio.lib.api that implement Sequencer.ChannelCue
static class Sequencer.ChannelCueBinary
          A cue for a binary channel.
static class Sequencer.ChannelCueFmSpeed
          A cue for a FM speed channel.
static class Sequencer.ChannelCuePwmPosition
          A cue for a PWM position channel.
static class Sequencer.ChannelCuePwmSpeed
          A cue for a PWM speed channel.
static class Sequencer.ChannelCueSteps
          A cue for a steps channel.
 

Methods in ioio.lib.api with parameters of type Sequencer.ChannelCue
 void Sequencer.manualStart(Sequencer.ChannelCue[] cues)
          Execute a cue until further notice.
 void Sequencer.push(Sequencer.ChannelCue[] cues, int duration)
          Push a timed cue to the sequencer.