Serialized Form


Package net.beadsproject.beads.analysis

Class net.beadsproject.beads.analysis.FeatureFrame extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startTimeMS

double startTimeMS
The start time in milliseconds.


endTimeMS

double endTimeMS
The end time in milliseconds.


features

java.util.Hashtable<K,V> features
The features.

Class net.beadsproject.beads.analysis.FeatureTrack extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

frames

java.util.SortedSet<E> frames
The list of FeatureFrames.


framesInBlocks

java.util.Map<K,V> framesInBlocks
An alternative list which blocks together the feature frames.


skipMS

int skipMS
Interval in ms between regions of framesInBlocks.


Package net.beadsproject.beads.data

Class net.beadsproject.beads.data.Buffer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

buf

float[] buf
The buffer data.


Package net.beadsproject.beads.events

Class net.beadsproject.beads.events.Pattern extends Bead implements Serializable

serialVersionUID: 1L

Serialized Fields

events

java.util.Hashtable<K,V> events
A list of events.


listeners

BeadArray listeners
A BeadArray which is notified for each event.


hop

int hop
The integer hop.


loop

int loop
The integer loop.


currentIndex

int currentIndex
The current index.


currentValue

java.util.ArrayList<E> currentValue
The current value.


continuousPlayMode

Pattern.ContinuousPlayMode continuousPlayMode