com.frinika.tootX.plugins.reverb
Class ReverbProcess

java.lang.Object
  extended by com.frinika.tootX.plugins.reverb.ReverbProcess
All Implemented Interfaces:
uk.org.toot.audio.core.AudioProcess

public class ReverbProcess
extends java.lang.Object
implements uk.org.toot.audio.core.AudioProcess


Field Summary
 
Fields inherited from interface uk.org.toot.audio.core.AudioProcess
AUDIO_DISCONNECT, AUDIO_OK
 
Constructor Summary
ReverbProcess(ReverbProcessVariables variables)
           
 
Method Summary
 void close()
           
 void open()
           
 int processAudio(uk.org.toot.audio.core.AudioBuffer buffer)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReverbProcess

public ReverbProcess(ReverbProcessVariables variables)
Method Detail

update

public void update()

open

public void open()
Specified by:
open in interface uk.org.toot.audio.core.AudioProcess

processAudio

public int processAudio(uk.org.toot.audio.core.AudioBuffer buffer)
Specified by:
processAudio in interface uk.org.toot.audio.core.AudioProcess

close

public void close()
Specified by:
close in interface uk.org.toot.audio.core.AudioProcess