summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_dspload_window.cc
AgeCommit message (Collapse)Author
2019-12-14DSPLoad report: allow to sort plugins by loadRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2018-12-03Don't show DSP stats of inserts that don't collect them.Robin Gareus
2018-11-05DSP-Load Window: subscribe to newly added routesRobin Gareus
This fixes an issue when adding plugins with the route (e.g MIDI) or showing the window before adding a route in the first place.
2018-10-07Fix DSP-load window when removing plugins/routesRobin Gareus
DropReferences of a single item should only drop references of the instance in question -- and refill, keep the remaining items.
2018-09-25Fix/tweak various DSP-load window issuesRobin Gareus
* update when window is visible and session-changes * drop connections to prevent multiple callbacks * catch session-deletion, skip updates
2018-09-25Add a reset-all DSP-load-stats buttonRobin Gareus
2018-09-25Add a window that shows DSP usage of all pluginsRobin Gareus
Currently hidden, use Editor:access_action("Window", "toggle-plugin-dsp-load")