|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleAudioProcess | |
---|---|
uk.org.toot.audio.basic.stereoImage | This package provides a simple stereo image processing model which was developed for the first tutorial. |
uk.org.toot.audio.core | This package provides the core composite model for the Audio problem domain, separating the concerns of processing (AudioProcess) from the control of that processing (AudioControls). |
uk.org.toot.audio.dynamics | This package provides dynamics processors such as compressors, limiters, gates and expanders. |
uk.org.toot.audio.meter | This package provides a K-System meter. |
uk.org.toot.audio.mixer | This package provides a professional audio mixer which uses plugin effects processors. |
uk.org.toot.audio.tool |
Uses of SimpleAudioProcess in uk.org.toot.audio.basic.stereoImage |
---|
Subclasses of SimpleAudioProcess in uk.org.toot.audio.basic.stereoImage | |
---|---|
class |
StereoImageProcess
Implements the stereo image digital signal processing |
Uses of SimpleAudioProcess in uk.org.toot.audio.core |
---|
Subclasses of SimpleAudioProcess in uk.org.toot.audio.core | |
---|---|
class |
NullAudioProcess
An AudioProcess that does nothing which is useful for testing. |
class |
SilentInputAudioProcess
An input AudioProcess which provides silence with a specified ChannelFormat and source label. |
Uses of SimpleAudioProcess in uk.org.toot.audio.dynamics |
---|
Subclasses of SimpleAudioProcess in uk.org.toot.audio.dynamics | |
---|---|
class |
Compressor
|
class |
DynamicsProcess
|
class |
Expander
|
class |
Gate
|
class |
Limiter
|
Uses of SimpleAudioProcess in uk.org.toot.audio.meter |
---|
Subclasses of SimpleAudioProcess in uk.org.toot.audio.meter | |
---|---|
class |
MeterProcess
A partial K-System meter process, for proper K-System compatibility 0dBr should equal 83dBC, you should adjust your monitoring level to achieve this. |
Uses of SimpleAudioProcess in uk.org.toot.audio.mixer |
---|
Subclasses of SimpleAudioProcess in uk.org.toot.audio.mixer | |
---|---|
class |
MainMixProcess
MainMixProcess adds dynamic routing capability to MixProcess. |
class |
MixProcess
A MixProcess mixes a portion of the audio signal that it processes to a particular named bus. |
Uses of SimpleAudioProcess in uk.org.toot.audio.tool |
---|
Subclasses of SimpleAudioProcess in uk.org.toot.audio.tool | |
---|---|
class |
DenormalProcess
This class |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |