FreqTweak supports manipulating the spectral filters at several frequency resolutions
(64,128,256,512,1024,2048, or 4096 bands) depending on your
needs/resources. Overlap and windowing are also selectable.
The GUI filter graph manipulators (and analysis plots) have selectable frequency scale types: 1x and 2x linear, and two log scales to help with modulating the musical frequencies. Filters can be linked across multiple channels. The plots are resizable and zoomable (y-axis) to allow precise editing of filter values. The current processing filters are described below in the order audio is processed in the chain. Any or all of the filters can be bypassed. The state of all filters can be stored or loaded as presets.
|
Modulators |
---|
Modulators to an filter can be attached from the Modulations Window
(Control->Modulators... Ctrl-M). Add a modulator by clicking
on the Add Modulator... button and select from the choices. To
attach a modulator to a filter, click on the Attach... button on the
modulator panel and pick a filter. You can modulate many filters
simultaneously. The text entry fields can be used to exactly set
the slider values, by pressing enter/return after entering the number.
The following modulators are currently implemented, with more to come soon.
|
Mouse Control |
---|
|
Tips |
---|
Here is an example of using freqtweak with an alsaplayer feeding it
and output going to speakers (alsa_pcm:out_?) without using a JACK patchbay:
Start freqtweak first with this command line: freqtweak -n ft & Then start alsaplayer like so: alsaplayer -o jack -d ft:in_1,ft:in_2 & |