Uses of Class
tactu5.InternalSequence

Uses of InternalSequence in tactu5
 

Methods in tactu5 that return InternalSequence
 InternalSequence Tactu5Controller.getData()
           
 InternalSequence Aggregator.getScore()
          Return the aggragated score, it's necessary to call this method to feed Tactu5 internal sequencer.
 

Methods in tactu5 with parameters of type InternalSequence
 void Tactu5Controller.setData(InternalSequence s)
           
 boolean Tactu5Controller.setDataAndFeedBack(InternalSequence s)
           
 void Tactu5.updateSequencer(InternalSequence s)
          This method allows dynamically changing Tactu5 internal sequencer through Aggregator output.
 

Constructors in tactu5 with parameters of type InternalSequence
Tactu5(processing.core.PApplet p, InternalSequence s)
           
Tactu5(processing.core.PApplet p, InternalSequence s, boolean b)
           
Tactu5SimpleSequencer(processing.core.PApplet p, InternalSequence s, Tactu5Controller o, boolean b)