|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.org.toot.synth.PolyphonicSynthChannel.AbstractVoice
public abstract class PolyphonicSynthChannel.AbstractVoice
| Constructor Summary | |
|---|---|
PolyphonicSynthChannel.AbstractVoice(int pitch,
int velocity)
|
|
| Method Summary | |
|---|---|
int |
getPitch()
|
boolean |
isReleased()
|
boolean |
mix(AudioBuffer buffer)
|
void |
release()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface uk.org.toot.synth.PolyphonicSynthChannel.Voice |
|---|
setSampleRate |
| Constructor Detail |
|---|
public PolyphonicSynthChannel.AbstractVoice(int pitch,
int velocity)
| Method Detail |
|---|
public int getPitch()
getPitch in interface PolyphonicSynthChannel.Voicepublic void release()
release in interface PolyphonicSynthChannel.Voicepublic boolean isReleased()
isReleased in interface PolyphonicSynthChannel.Voicepublic void stop()
stop in interface PolyphonicSynthChannel.Voicepublic boolean mix(AudioBuffer buffer)
mix in interface PolyphonicSynthChannel.Voice
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||