com.frinika.tootX.plugins.reverb
Interface ReverbProcessVariables

All Known Implementing Classes:
ReverbControls

public interface ReverbProcessVariables


Method Summary
 float getDamp()
           
 float getLevel()
           
 float getMix()
           
 float getRoomSize()
           
 float getWidth()
           
 

Method Detail

getMix

float getMix()

getRoomSize

float getRoomSize()

getWidth

float getWidth()

getDamp

float getDamp()

getLevel

float getLevel()