|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttactu5.Aggregator
public class Aggregator
Aggregator class generate objects to feed the sequencer. It's possible to pass it Sequence and ClusterSequence datatype. You could create many Aggregator objects and use them to change internal sequencer contents in real time
Constructor Summary | |
---|---|
Aggregator()
|
Method Summary | |
---|---|
void |
addClusterSequence(ClusterSequence cs)
Add ClusterSequence datatype to Agregator container. |
void |
addClusterSequence(ClusterSequence cs,
float offSet)
Add ClusterSequence to Aggregator container, it allows to define a time offset in millieconds. |
void |
addSequence(Sequence s)
Add sequence with no offset declaired |
void |
addSequence(Sequence s,
float offSet)
Add simple sequence to Aggregator container, it allows to define a time offset in millieconds. |
InternalSequence |
getScore()
Return the aggragated score, it's necessary to call this method to feed Tactu5 internal sequencer. |
void |
resetAll()
Reset all. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Aggregator()
Method Detail |
---|
public void addSequence(Sequence s)
s
- Sequence datatypepublic void addSequence(Sequence s, float offSet)
s
- Sequence datatype.offSet
- float, milliseconds.public void addClusterSequence(ClusterSequence cs)
cs
- public void addClusterSequence(ClusterSequence cs, float offSet)
cs
- ClusterSequence datatypeoffSet
- float, offset in millisecondspublic InternalSequence getScore()
public void resetAll()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |