com.jsyn.util
Interface VoiceFactory


public interface VoiceFactory

Create a new voice for a VoiceAllocator.

See Also:
VoiceAllocator

Method Summary
 UnitVoice createVoice(int tag)
          An example of a tag might be a noteNumber.
 

Method Detail

createVoice

UnitVoice createVoice(int tag)
An example of a tag might be a noteNumber.