ioio.lib.api
Class Sequencer.ChannelCueFmSpeed

java.lang.Object
  extended by ioio.lib.api.Sequencer.ChannelCueFmSpeed
All Implemented Interfaces:
Sequencer.ChannelCue
Enclosing interface:
Sequencer

public static class Sequencer.ChannelCueFmSpeed
extends java.lang.Object
implements Sequencer.ChannelCue

A cue for a FM speed channel.

Determines what is going to be the period duration (frequency) while this cue is executing.


Field Summary
 int period
          The pulse period, in time-base units, as determined for this channel in its configuration.
 
Constructor Summary
Sequencer.ChannelCueFmSpeed()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

period

public int period
The pulse period, in time-base units, as determined for this channel in its configuration. Valid values are [0..65536]. Note that:

Constructor Detail

Sequencer.ChannelCueFmSpeed

public Sequencer.ChannelCueFmSpeed()