Class VariableRateSampleReaderAllocator

java.lang.Object
com.softsynth.jsyn.util.VoiceAllocator
com.softsynth.jsyn.util.BussedVoiceAllocator
com.softsynth.jmsl.jsyn.circuits.VariableRateSampleReaderAllocator

public class VariableRateSampleReaderAllocator
extends com.softsynth.jsyn.util.BussedVoiceAllocator
Deprecated.
use the pure Java JSyn2 package instead
Author:
Nick Didkovsky, (c) 2005 Nick Didkovsky, nick@didkovsky.com
  • Field Summary

    Fields inherited from class com.softsynth.jsyn.util.BussedVoiceAllocator

    output
  • Constructor Summary

    Constructors
    Constructor Description
    VariableRateSampleReaderAllocator​(int numVoices)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    Deprecated.
     
    com.softsynth.jsyn.SynthCircuit makeVoice()
    Deprecated.
     

    Methods inherited from class com.softsynth.jsyn.util.BussedVoiceAllocator

    addVoiceToMix, clear, delete, getOutput

    Methods inherited from class com.softsynth.jsyn.util.VoiceAllocator

    allocate, allocate, allocate, allocate, free, free, getMaxVoices, getNthVoice, getNumVoices, steal, steal, steal, steal, stop, stop

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VariableRateSampleReaderAllocator

      public VariableRateSampleReaderAllocator​(int numVoices)
      Deprecated.
  • Method Details

    • makeVoice

      public com.softsynth.jsyn.SynthCircuit makeVoice() throws com.softsynth.jsyn.SynthException
      Deprecated.
      Specified by:
      makeVoice in class com.softsynth.jsyn.util.VoiceAllocator
      Throws:
      com.softsynth.jsyn.SynthException
    • main

      public static void main​(java.lang.String[] args)
      Deprecated.