summaryrefslogtreecommitdiff
path: root/libs/ardour/processor.cc
AgeCommit message (Expand)Author
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-03-13redesign how XML state, bitslots and names get propagated during copying a se...Paul Davis
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-10-18changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remo...Paul Davis
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-07-15Save / restore processor _user_latency (another part of #4186).Carl Hetherington
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-25Doxygen tweaks.Carl Hetherington
2011-04-13Tolerate LV2 plugins that call persist/file state functions early.David Robillard
2011-02-07Fix warning.Carl Hetherington
2011-02-02Fix compiler warning.Carl Hetherington
2011-02-01store void pointers to processor UIs in Processors, and reset ProcessorWindow...Paul Davis
2011-01-11Prevent Processor classes messing with names when setting state from XML. Fi...Carl Hetherington
2010-12-10Fix deadlock on closing a send IO dialogue.Carl Hetherington
2010-09-18Fix save/reload of pan automation.Carl Hetherington
2010-08-24fix load+save of plugin parameter automationPaul Davis
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-07Call activate() on plugins when setting state so that they are initialised co...Carl Hetherington
2010-07-13Remove stub class.Carl Hetherington
2010-05-17Remove muting behaviour from the Amp processor. Fix some smallCarl Hetherington
2010-04-01revisit setting up processors during route construction; remove several more ...Paul Davis
2010-03-10how about that ... a monitor/main section .. GUI is still unfinished .. sever...Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-18add "custom" meter option which is the only option where the meter processor ...Paul Davis
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-02string_is_affirmative() fix for 3.0Paul Davis
2009-08-28more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "o...Paul Davis
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProc...Paul Davis
2009-07-21fix clicking when processors become active/inactive; reduce crazy 2.5sec dela...Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-06-17solo models work again (amazing how hard this was); remove crufty debug outpu...Paul Davis
2009-06-16first pass (ok, third really) at internal send+return - audio routing inside ...Paul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-16a gadzillion changes all over the place. nothing is finished, but all is bett...Paul Davis
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04Reconfigure GUI meters when route I/O configuration changes.David Robillard
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Session XML style consistency (tag names are capitalized).David Robillard
2009-02-14Make DnD copy processors using their XML representations. Remove unusedCarl Hetherington
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2008-10-03Apply panners/automation patch from torbenh (Panner is-a Processor).David Robillard