Package com.softsynth.jmsl.jsyn
Class SampleLoopRegioner
java.lang.Object
com.softsynth.jmsl.jsyn.SampleLoopRegioner
public class SampleLoopRegioner
extends java.lang.Object
Deprecated.
use the pure Java JSyn2 package instead
Pulls cues from a sample and builds a SampleRegion. A SampleRegion contains a
loop startframe & length, release startframe and length.
Assumes the loaded sample has exactly two cue points: sustain start is a cue
point, and release start is a cue point. Sustain end == release start.
- Author:
- Nick Didkovsky, copyright 2001 Nick Didkovsky
-
Constructor Summary
Constructors Constructor Description SampleLoopRegioner()
Deprecated.SampleLoopRegioner(com.softsynth.jsyn.SynthSample sample)
Deprecated. -
Method Summary
Modifier and Type Method Description SampleRegion
getSampleRegion()
Deprecated.static void
main(java.lang.String[] args)
Deprecated.int
setSample(com.softsynth.jsyn.SynthSample s)
Deprecated.assign sample, build sample regions,Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SampleLoopRegioner
public SampleLoopRegioner()Deprecated. -
SampleLoopRegioner
public SampleLoopRegioner(com.softsynth.jsyn.SynthSample sample)Deprecated.
-
-
Method Details
-
setSample
public int setSample(com.softsynth.jsyn.SynthSample s)Deprecated.assign sample, build sample regions,- Returns:
- number of cue points found
-
getSampleRegion
Deprecated. -
main
public static void main(java.lang.String[] args)Deprecated.
-