uk.org.toot.synth
Interface PolyphonicSynthChannel.Voice

All Known Implementing Classes:
Example2SynthChannel.Example2Voice, Example3SynthChannel.Example3Voice, PolyphonicSynthChannel.AbstractVoice
Enclosing class:
PolyphonicSynthChannel

public static interface PolyphonicSynthChannel.Voice


Method Summary
 int getPitch()
           
 boolean isReleased()
           
 boolean mix(AudioBuffer buffer)
           
 void release()
           
 void setSampleRate(int sr)
           
 void stop()
           
 

Method Detail

getPitch

int getPitch()

release

void release()

isReleased

boolean isReleased()

stop

void stop()

setSampleRate

void setSampleRate(int sr)

mix

boolean mix(AudioBuffer buffer)


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.