summaryrefslogtreecommitdiff
path: root/libs/plugins
AgeCommit message (Collapse)Author
2017-06-24Adjust the indication of the treshold value by the makup gain.makeup-testJohannes 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-06-24Also the stereo version needs to set need_exposeJohannes Mueller
2017-06-24Show a-comp's makeup grain in inline renderingJohannes Mueller
2017-06-09a-EQ: Revert one of the previous changesDamien Zammit
One of the previous changes was not a typo, revert it.
2017-06-08a-EQ: DSP bugfixDamien Zammit
Previously there were large spurious spikes in the signal when the bandwidth parameter was adjusted on a pure sine tone for the peaking circuits. This has been *greatly* reduced if not eliminated by fixing a typo in two of the equations.
2017-06-06Fix a-EQ when parameter changes are very slowNil Geisweiller
If the parameters change too slowly the filter may never get updated. Indeed, in spite of v_f0, v_g or v_bw being updated, set_params may never be called, thus v_filter never updated.
2017-03-11Improve a-delay to follow tempo-ramps & BPM changesRobin Gareus
This is a bit of a hotfix, not a proper solution
2017-03-08fix a-reverb, cut tail on deactivate, plug memory-leakRobin Gareus
2017-01-31fix a-fluidsynth bank select (use MMA style, 14 bit MSB/LSB)Robin Gareus
2017-01-31fix a-fluidsynth midnam bank selectRobin Gareus
2016-12-07a-fluidsynth process events even when no sf2 is loaded.Robin Gareus
Keep track of program-changes, re-apply Bank/PGM once the soundfont is loaded. fluidsynth itself keeps track of CCs.
2016-12-06a-fluid synth: label Reverb & Chorus sends.Robin Gareus
Also globally enable Reverb + Chorus FX (so that sends work by default)
2016-12-06a-fluid synth: list all bank/programsRobin Gareus
2016-12-06Turn a-fluidsynth into C++Robin Gareus
2016-12-06rough-in a-fluid synth midnam supportRobin Gareus
2016-11-29Protect a-comp's display/state against NaN/Inf.Robin Gareus
2016-11-29protect a-delay again Inf, NaN, HUGE and stuff.Robin Gareus
2016-11-28properly handle FS pitch-bend - closes #7140Robin Gareus
2016-10-29a-fluidsynth: fix off-by one. Assign all MIDI channels if possibleRobin Gareus
2016-10-15Increase range of a-comp release time.Robin Gareus
This facilitates ducking music for voice-overs w/o hold-time.
2016-10-05Revert "add debug info to a-fluidsynth"Robin Gareus
This reverts commit 6821f54817e03a55f100f422b6c0bba4328c8fb8.
2016-10-05add debug info to a-fluidsynthRobin Gareus
2016-09-21fix LV2 State Flags for Atom:PathRobin Gareus
state-restore does not set the same flag, so lilv_state_equals() returns false even for identical states and a new state is saved regardless actual fix also depends on http://dev.drobilla.net/ticket/1145
2016-09-18update a-plugins to use official lv2plug.in URIRobin Gareus
2016-08-30Update our MSVC project files to generate the most recent Ardour session ↵John Emmas
file format (ver 5) rather than the older v3 format
2016-08-28fix lv2 ttlRobin Gareus
2016-08-27backwards compatible a-comp stereo sidechain portsRobin Gareus
2016-08-27Prepare a-comp for click-free bypass/enableRobin Gareus
2016-08-27click-free a-delay bypass/enableRobin Gareus
2016-08-27NO-OP clean up plugin ttlRobin Gareus
2016-08-27add NaN/Inf protection now that bypass no longer de/activatesRobin Gareus
2016-08-27click-free a-reverb bypassRobin Gareus
2016-08-27Add automatable click-free bypass/enable feature to a-eqRobin Gareus
2016-08-24a reverb is a reverb is a reverb5.1Robin Gareus
2016-08-24reduce initial fluidsynth loadRobin Gareus
2016-08-24prevent a unlikely race: concurrent restore() + work_response ()Robin Gareus
2016-08-24tweak a-fluidsynth reinit strategy.Robin Gareus
reset synth in offline thread, queue panic on deactivate to be called in run() after first re-activate. Initial activation does not warrant a panic.
2016-08-24add support for reverb & chorus in a-fluidsynthRobin Gareus
2016-08-24a-fluidsynthRobin Gareus
2016-08-18a-Reverb: Fixed bug with the reverb all pass filters causing bad soundDamien Zammit
2016-08-13Nobody expects the LV2 inquisition!Robin Gareus
2016-08-10prefix blessed scripted DSP plugins with a-*Robin Gareus
2016-08-09clean up plugin ttls - always add semicolon for compatibilityRobin Gareus
2016-07-28initialize uninitialized variableRobin Gareus
2016-07-20a-Delay: Smooth transition on LPF changes and set max feedback 100Damien Zammit
2016-07-20a-Comp: Fix bug with DSP in the knee processing regionDamien Zammit
2016-07-19a-Delay: Add feedback control 0 to 90 percentDamien Zammit
2016-07-14clean up a-comp, remove old prototype UIRobin Gareus
2016-07-14fix a-eq interpolationRobin Gareus
2016-07-14refine a-eq inline display size + gridRobin Gareus