net.beadsproject.beads.data
Class Sample.TotalRegime

java.lang.Object
  extended by net.beadsproject.beads.data.Sample.Regime
      extended by net.beadsproject.beads.data.Sample.TotalRegime
Enclosing class:
Sample

public static class Sample.TotalRegime
extends Sample.Regime

A sample with a TotalRegime reads and stores all the audio data upon initialisation. This provides faster access (than TimedRegime) at the cost of much more memory used.


Field Summary
 
Fields inherited from class net.beadsproject.beads.data.Sample.Regime
storeInNativeBitDepth
 
Constructor Summary
Sample.TotalRegime()
           
 
Method Summary
 
Methods inherited from class net.beadsproject.beads.data.Sample.Regime
newStreamingRegime, newStreamingRegimeWithAging, newTotalRegime, newTotalRegimeNative
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sample.TotalRegime

public Sample.TotalRegime()