Class GranularPath

java.lang.Object
net.paulhertz.pixelaudio.granular.GranularPath

public final class GranularPath extends Object
TODO candidate for removal GranularPath A fixed sequence of GrainSpecs that describe how to traverse a source buffer. - Works for linear or non-linear paths. - Suitable for both pre-rendered and streaming granular engines. This class is intentionally independent of Minim and any image classes. It just carries numeric parameters (indices, gains, pans, etc.).