ardour/libs/plugins
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-comp.lv2 a-comp: Fix typo with previous patch 2017-11-12 00:16:44 +11:00
a-delay.lv2 Improve a-delay to follow tempo-ramps & BPM changes 2017-03-11 23:10:44 +01:00
a-eq.lv2 Signal wish to show inline display in gui by lv2:optionalFeature 2017-07-31 21:31:23 +02:00
a-exp.lv2 New visualization of the compressor state in graph view 2018-05-12 19:49:18 +02:00
a-fluidsynth.lv2 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
a-reverb.lv2 Fix a-reverb bypass/enable 2017-11-08 01:38:17 +01:00
reasonablesynth.lv2 When building with MSVC, allow for the fact that Mixbus and Ardour can be using different versions of the SESSION_FILE format 2018-02-15 09:03:32 +00:00