summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_eq_gui.cc
AgeCommit message (Expand)Author
2019-08-24Mitigate issues of expensive plugin analysis -- #7795Robin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-07-17FFT analysis: use actual latencyRobin Gareus
2019-04-21Allow analysis window to plot live pre/post signal analysisRobin Gareus
2019-02-28Add phase labels -180..180 deg for analysis displayRobin Gareus
2019-02-28NO-OP: whitespaceRobin Gareus
2019-02-28NO-OP: whitespaceRobin Gareus
2019-02-28Re-work plugin-analysis (fix crashes)Robin Gareus
2018-10-25Plugin analysis numericsRobin Gareus
2018-04-30Add option to disable plotting collected signal in analysis.Robin Gareus
2018-04-13Fix plugin analysis for some VST and AU Plugins.Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-07-25plugin spectrum analysis: plot A/BRobin Gareus
2016-07-25Fix frequence display for plugin analysis mouse overJulien "_FrnchFrgg_" RIVAUD
2016-07-25Plugin Analysis: show numeric values on mouse overJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14NO-OP whitespaceRobin Gareus
2016-07-14fix plugin-analysis for VST (no in-place processing)Robin Gareus
2016-07-13initialize more uninitialized variables..Robin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2015-10-12no need for ugly cast constructors, just add a second argumentPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-07-20plugin analysis set block-sizeRobin Gareus
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-01-11fix issues with isnan/isinf on OS X where <cmath> hides isnan/isinf and force...Paul Davis
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2013-10-03'gtk2_ardour' - 'std::isinf' + 'std::isnan' are not available in MSVC (at lea...John Emmas
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2011-11-01Allocate some thread-local buffers for the GUI thread so that the PluginEqGui...Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2011-04-19remove some debugging outputPaul Davis
2011-04-19fixes to avoid dreadfull thread races and deletion crashes related to the plu...Paul Davis
2011-04-06Hopefully allow compilation against gtkmm 2.24.0 (#3946 and #3934).Carl Hetherington
2011-03-03put sampo's FFT into the (new) GTKArdour namespace, to avoid collision with t...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-21Fix untranslateable strings.Carl Hetherington
2010-10-09Fix crash when running an analysis of a plugin with MIDI IO.Carl Hetherington
2010-08-28Shrink the minimum size of the plugin analyser a bit, and make it take up spa...Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis