summaryrefslogtreecommitdiff
path: root/libs/plugins/a-comp.lv2
AgeCommit message (Collapse)Author
2017-07-31Signal wish to show inline display in gui by lv2:optionalFeatureJohannes Mueller
... in .ttl file rather than by extension_data() in code. That's more in the spirit of LV2.
2017-07-31Tweaking the a-comp inline display a bit. Make it more skinny.Johannes Mueller
2017-07-31Indicate whether to show plugin's inline display in GUIJohannes Mueller
This is currently done by an extension data similarly to LV2_INLINEDISPLAY__interface.
2017-07-31Simplified inline display if the channel strip is not wide enoughJohannes Mueller
If the width of the display area is below 200 px, we switch from the graph display to displaying only two bars, one for output level and one for gain reduction. In the bar mode we also visualize threshold and ratio.
2017-07-31Honor attack and release parameters in a-comp's inline graphJohannes Mueller
2017-07-31Indicate gain reduction in a-compJohannes Mueller
2017-07-31Show range -60 .. +10 dBFS in acomp's inline displayRobin Gareus
2017-07-31Set makeup to 0.f when bypassed also in stereo versionJohannes Mueller
2017-07-31Adjust the indication of the treshold value by the makup gain.Johannes Mueller
When lifting the compressor curve by the makeup gain value the actual treshold (the level when the curve kinks in) is also lifted. Therefore we need to adjust the dashed line indicating the threshold as well as the level when the color gradient to show compression kicks in.
2017-07-31Also the stereo version needs to set need_exposeJohannes Mueller
2017-07-31Show a-comp's makeup grain in inline renderingJohannes Mueller
2017-07-21Increase range of a-comp#stereo release timeJohannes Mueller
Like for the mono version in f52443e17e818145d736e8f386b6a7aba6d8b5c7
2017-07-12Fix duplicate ‘const’ declaration specifierJelle van der Waa
2016-11-29Protect a-comp's display/state against NaN/Inf.Robin Gareus
2016-10-15Increase range of a-comp release time.Robin Gareus
This facilitates ducking music for voice-overs w/o hold-time.
2016-09-18update a-plugins to use official lv2plug.in URIRobin Gareus
2016-08-27backwards compatible a-comp stereo sidechain portsRobin Gareus
2016-08-27Prepare a-comp for click-free bypass/enableRobin Gareus
2016-08-27NO-OP clean up plugin ttlRobin Gareus
2016-08-13Nobody expects the LV2 inquisition!Robin Gareus
2016-08-09clean up plugin ttls - always add semicolon for compatibilityRobin Gareus
2016-07-20a-Comp: Fix bug with DSP in the knee processing regionDamien Zammit
2016-07-14clean up a-comp, remove old prototype UIRobin Gareus
2016-07-12a-reverb prototype (based on setBfree b_reverb)Robin Gareus
2016-07-12fix compilation with lv2 < 1.10 (lv2 extended)Robin Gareus
2016-07-05tweak a-series plugin namesRobin Gareus
2016-07-05consistent use of fmaxf() in a-compRobin Gareus
2016-07-05a-comp: Use input signal x as cutoff for inline comp curveDamien Zammit
2016-07-05a-comp: Fix inline comp curve shadingDamien Zammit
2016-07-05a-comp: Fix peak level on both stereo and mono pluginsDamien Zammit
2016-07-04add required check for cairo in a-compPaul Davis
2016-07-05a-comp: Make ratio control logarithmicDamien Zammit
2016-07-05a-comp: Add stereo versionDamien Zammit
2016-07-04a-comp display is getting fancy :)Robin Gareus
2016-07-04display level in a-comp displayRobin Gareus
2016-07-04con't work on a-comp inline-displayRobin Gareus
2016-07-04add C99 flags for lv2 pluginRobin Gareus
2016-07-04basic inline display for a-compRobin Gareus
2016-07-04a-comp: Tweak control bounds and clear state on deactivateDamien Zammit
2016-07-03clean up a-comp .ttl -- maintainer: the a-teamRobin Gareus
2016-07-03bundle a-compRobin Gareus