|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
uk.org.toot.midi.core.AbstractMidiDevice
uk.org.toot.synth.BasicMidiSynth
uk.org.toot.synth.synths.plucked.PluckedSynth
public class PluckedSynth
Field Summary |
---|
Fields inherited from interface uk.org.toot.audio.core.AudioProcess |
---|
AUDIO_DISCONNECT, AUDIO_OK |
Constructor Summary | |
---|---|
PluckedSynth(PluckedSynthControls controls)
|
Method Summary | |
---|---|
void |
close()
Close any resources opened by this AudioProcess. |
void |
open()
Open any resources required by this AudioProcess. |
int |
processAudio(AudioBuffer buffer)
Process the supplied buffer |
void |
setLocation(java.lang.String location)
|
Methods inherited from class uk.org.toot.synth.BasicMidiSynth |
---|
closeAudio, closeMidi, getAudioInputs, getAudioOutputs, getChannel, getChannels, getLocation, transport |
Methods inherited from class uk.org.toot.midi.core.AbstractMidiDevice |
---|
getMidiInputs, getMidiOutputs, getName, toString |
Methods inherited from class java.util.Observable |
---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface uk.org.toot.audio.system.AudioOutput |
---|
getLocation |
Methods inherited from interface uk.org.toot.audio.system.AudioPort |
---|
getName |
Methods inherited from interface uk.org.toot.midi.core.MidiDevice |
---|
getMidiInputs, getMidiOutputs, getName |
Methods inherited from interface uk.org.toot.midi.core.MidiPort |
---|
getName |
Methods inherited from interface uk.org.toot.audio.system.AudioDevice |
---|
getName |
Methods inherited from interface uk.org.toot.misc.IObservable |
---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Constructor Detail |
---|
public PluckedSynth(PluckedSynthControls controls)
Method Detail |
---|
public void setLocation(java.lang.String location)
setLocation
in interface MidiSynth
setLocation
in class BasicMidiSynth
public void open() throws java.lang.Exception
AudioProcess
open
in interface AudioProcess
java.lang.Exception
public int processAudio(AudioBuffer buffer)
AudioProcess
processAudio
in interface AudioProcess
buffer
- the AudioBuffer to process.
public void close()
AudioProcess
close
in interface AudioProcess
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |