ardour/libs/plugins/a-exp.lv2
Johannes Mueller 2a5d56215c New visualization of the compressor state in graph view
To properly visualize attack and release we calculate the input level out of
the gain reduction the output level threshold and ratio.

if (output_level >= threshold) { // no expansion
        input_level = output_level
} else {
        input_level = (gain_reduction - threshold * (1-ratio)) / ratio
}
2018-05-12 19:49:18 +02:00
..
a-exp.c New visualization of the compressor state in graph view 2018-05-12 19:49:18 +02:00
a-exp.ttl.in Adjust default parameters of a-expander 2018-05-12 19:49:18 +02:00
a-exp#stereo.ttl.in Adjust default parameters of a-expander 2018-05-12 19:49:18 +02:00
manifest.ttl.in First draft of a-expander 2018-05-12 19:49:18 +02:00
wscript First draft of a-expander 2018-05-12 19:49:18 +02:00