tactu5
Class Tactu5

java.lang.Object
  extended by tactu5.Tactu5
All Implemented Interfaces:
Tactu5ConstantsPack

public class Tactu5
extends Object
implements Tactu5ConstantsPack

Tactu5 class allows users to interacts with internal sequencer.


Field Summary
 Tactu5Controller tactu5controller
           
 Tactu5SimpleSequencer tactu5equencer
           
 
Fields inherited from interface tactu5.Tactu5ConstantsPack
T5_LOOP, T5_NOLOOP
 
Constructor Summary
Tactu5(processing.core.PApplet p, InternalSequence s)
           
Tactu5(processing.core.PApplet p, InternalSequence s, boolean b)
           
 
Method Summary
 void closeSequencer()
          Eliminate sequencer.
 void rewind()
          Rewind sequncer to initial loop position.
 void rewindAndStop()
          Rewind and stopo sequncer to initial loop position
 void setEndLoop(float sl)
           
 void setLoop(boolean b)
           
 void setStartLoop(float sl)
           
 void start()
          Start internal sequencer
 void stop()
          Stop internal sequencer
 void updateSequencer(InternalSequence s)
          This method allows dynamically changing Tactu5 internal sequencer through Aggregator output.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tactu5equencer

public Tactu5SimpleSequencer tactu5equencer

tactu5controller

public Tactu5Controller tactu5controller
Constructor Detail

Tactu5

public Tactu5(processing.core.PApplet p,
              InternalSequence s)

Tactu5

public Tactu5(processing.core.PApplet p,
              InternalSequence s,
              boolean b)
Method Detail

start

public void start()
Start internal sequencer


stop

public void stop()
Stop internal sequencer


closeSequencer

public void closeSequencer()
Eliminate sequencer.


rewind

public void rewind()
Rewind sequncer to initial loop position.


rewindAndStop

public void rewindAndStop()
Rewind and stopo sequncer to initial loop position


setLoop

public void setLoop(boolean b)

setStartLoop

public void setStartLoop(float sl)

setEndLoop

public void setEndLoop(float sl)

updateSequencer

public void updateSequencer(InternalSequence s)
This method allows dynamically changing Tactu5 internal sequencer through Aggregator output.



Processing library tactu5 by Alessandro Capozzo. (C) 2012