as.clynx.audio.norm
Class Compressor
java.lang.Object
as.clynx.audio.norm.AbstractCompressor
as.clynx.audio.norm.Compressor
- All Implemented Interfaces:
- INormalizer, java.lang.Cloneable
public class Compressor
- extends AbstractCompressor
The class Compressor.java defines a Compressor without kneefunction.
- Version:
- cLynx v.1.2, JDK 6.0: 12.10.2007
- Author:
- Andreas Senfter - andreas@senfters.com
Constructor Summary |
Compressor(float ratio,
int top,
int bottom,
int attack,
int release)
Constructor |
Method Summary |
void |
update(int id,
java.lang.Object value)
updates the modifyable parameters of the normalizer instance in runtime. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Compressor
public Compressor(float ratio,
int top,
int bottom,
int attack,
int release)
- Constructor
- Parameters:
ratio
- top
- bottom
- attack
- release
-
update
public void update(int id,
java.lang.Object value)
- Description copied from interface:
INormalizer
- updates the modifyable parameters of the normalizer instance in runtime.