Uses of Class
com.soundhelix.misc.ActivityVector

Packages that use ActivityVector
com.soundhelix.component.lfo   
com.soundhelix.component.lfo.impl   
com.soundhelix.component.sequenceengine   
com.soundhelix.component.sequenceengine.impl   
com.soundhelix.misc   
com.soundhelix.util   
 

Uses of ActivityVector in com.soundhelix.component.lfo
 

Methods in com.soundhelix.component.lfo with parameters of type ActivityVector
 void LFO.setSegmentPairSpeed(double rotationsPerSegmentPair, ActivityVector activityVector)
          Makes this LFO synchronized to an ActivityVector's activity and pause segments.
 

Uses of ActivityVector in com.soundhelix.component.lfo.impl
 

Methods in com.soundhelix.component.lfo.impl with parameters of type ActivityVector
 void AbstractLFO.setSegmentPairSpeed(double rotationsPerSegmentPair, ActivityVector activityVector)
           
 

Uses of ActivityVector in com.soundhelix.component.sequenceengine
 

Methods in com.soundhelix.component.sequenceengine with parameters of type ActivityVector
 Track SequenceEngine.render(SongContext songContext, ActivityVector[] activityVectors)
          Renders one or more sequences (i.e., voices) as a track.
 

Uses of ActivityVector in com.soundhelix.component.sequenceengine.impl
 

Methods in com.soundhelix.component.sequenceengine.impl with parameters of type ActivityVector
 Track RandomPatternSequenceEngine.render(SongContext songContext, ActivityVector[] activityVectors)
           
 Track PadSequenceEngine.render(SongContext songContext, ActivityVector[] activityVectors)
           
 Track MelodySequenceEngine.render(SongContext songContext, ActivityVector[] activityVectors)
           
 Track DrumSequenceEngine.render(SongContext songContext, ActivityVector[] activityVectors)
           
 Track ArpeggioSequenceEngine.render(SongContext songContext, ActivityVector[] activityVectors)
           
 Track AbstractMultiPatternSequenceEngine.render(SongContext songContext, ActivityVector[] activityVectors)
           
 Track AbstractFreeMultiPatternSequenceEngine.render(SongContext songContext, ActivityVector[] activityVectors)
           
 

Uses of ActivityVector in com.soundhelix.misc
 

Methods in com.soundhelix.misc that return ActivityVector
 ActivityVector ActivityMatrix.get(String name)
          Looks up and returns the ActivityVector with the given name.
 

Methods in com.soundhelix.misc that return types with arguments of type ActivityVector
 Iterator<ActivityVector> ActivityMatrix.iterator()
           
 

Methods in com.soundhelix.misc with parameters of type ActivityVector
 void ActivityMatrix.add(ActivityVector activityVector)
          Adds the given ActivityVector.
 boolean Pattern.isLegatoLegal(ActivityVector activityVector, int tick, int patternOffset)
          Checks whether it is legal to use legato at the note that ends on the given tick.
 

Uses of ActivityVector in com.soundhelix.util
 

Methods in com.soundhelix.util with parameters of type ActivityVector
static int[] HarmonyUtils.getMinMaxSegmentLengths(SongContext songContext, ActivityVector av)
          Returns the minimum and the maximum length of all activity segments of the given ActivityVector as well as the minimum and maximum length of all pauses between activity segments, all counted in chord sections.