Uses of Class
com.softsynth.jmsl.jsyn.BussedVoiceAllocatorMultiOut

Packages that use BussedVoiceAllocatorMultiOut
com.softsynth.jmsl.jsyn   
 

Uses of BussedVoiceAllocatorMultiOut in com.softsynth.jmsl.jsyn
 

Subclasses of BussedVoiceAllocatorMultiOut in com.softsynth.jmsl.jsyn
 class BVAClassName
          VoiceAllocator for JSyn SynthNote whose output has one or more parts.
 

Methods in com.softsynth.jmsl.jsyn that return BussedVoiceAllocatorMultiOut
 BussedVoiceAllocatorMultiOut FreqSynthNoteInstrument.getAllocator()
           
 

Methods in com.softsynth.jmsl.jsyn with parameters of type BussedVoiceAllocatorMultiOut
 void FreqSynthNoteInstrument.setAllocator(BussedVoiceAllocatorMultiOut allocator)
          Sets allocator and set polyphonic = true
 

Constructors in com.softsynth.jmsl.jsyn with parameters of type BussedVoiceAllocatorMultiOut
FreqSynthNoteInstrument(BussedVoiceAllocatorMultiOut allocator)
          polyphonic constructor
TunedSynthNoteInstrument(BussedVoiceAllocatorMultiOut allocator)
          polyphonic constructor
TunedSynthNoteInstrument(BussedVoiceAllocatorMultiOut allocator, Tuning tuning)
          polyphonic constructor