summaryrefslogtreecommitdiff
path: root/gtk2_ardour/fft.cc
AgeCommit message (Collapse)Author
2016-08-28Fix a crash when we display the 'Plugin Analysis' window (in a generic ↵John Emmas
plugin GUI window) and then close the GUI
2011-03-03put sampo's FFT into the (new) GTKArdour namespace, to avoid collision with ↵Paul Davis
the FFT in the QM DSP library. they should both be namespaced but its easier to avoid changing the QM code at all git-svn-id: svn://localhost/ardour2/branches/3.0@9056 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab ↵David Robillard
mixing). Whitespace changes only. Vimmers, try let c_space_errors = 1 in your .vimrc to highlight this kind of stuff in red. I don't know the emacs equivalent... git-svn-id: svn://localhost/ardour2/branches/3.0@5773 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-20Added facilities into PluginInsert for the GUI to gather parts of the real ↵Sampo Savolainen
signal passed through the insert. Also added rudimentary plugin input/output difference analysis in the plugin eq gui for the collected signal. git-svn-id: svn://localhost/ardour2/branches/3.0@3987 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-15Make EQ Gui optional and seize updating the graph when the analysis is not ↵Sampo Savolainen
visible (either via the toggle or window visibility). git-svn-id: svn://localhost/ardour2/branches/3.0@3973 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13First draft of the EQ visualization system. Now force fed to all plugin UIs.Sampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/3.0@3958 d708f5d6-7413-0410-9779-e7cbd77b26cf