auditioner always runs at normal speed, independent of transport speed
[ardour.git] / gtk2_ardour / processor_box.h
2012-06-11 Carl HetheringtonMake send automation work (#4734).
2012-06-01 Carl HetheringtonMake faders visually desensitised when their tracks...
2012-03-21 Carl HetheringtonAdd tooltips to plugin controls in the processor box
2012-03-07 Carl HetheringtonRemove a few unused methods from ProcessorBox.
2012-01-21 Carl HetheringtonUse a button in the processor box for toggle parameters.
2012-01-21 Carl HetheringtonRestore option to open a plugin editor built by Ardour,
2012-01-21 Carl HetheringtonAllow individual plugin controls to be shown / hidden.
2012-01-21 Carl HetheringtonAdd a send amp's gain control as a send controllable.
2012-01-20 Carl HetheringtonSimple approach to putting plugin controls into the
2012-01-20 Paul Davispatch from colinf to make dbl-click on send "box" map...
2012-01-09 Carl HetheringtonAccount for ProcessorEntry::_processor being 0 in a...
2012-01-07 Paul Davisadd an empty ProcessorEntry before the fader if there...
2011-12-01 Paul Daviscleanup vertical spacing a bit in mixer strip; rename...
2011-11-16 Carl HetheringtonMake activate/deactivate all only operate on visible
2011-11-15 Paul Davisprovide link-editor-and-mixer-selection option. gui...
2011-11-08 Carl HetheringtonProcessorBox actions are static, so setting their sensi...
2011-11-04 Paul Davisdrastic overhaul of keyboard handling in mixer window...
2011-11-04 Carl HetheringtonAdd tooltips for processors (#4447).
2011-11-03 Paul Davisforward non-used keys from mixer (strip) to "everything...
2011-11-01 Paul Daviscatchup on previous commit relating to who owns ActiveS...
2011-10-26 Paul Davisnew ArdourButton class, to start to provide more contro...
2011-10-19 Carl HetheringtonFix insertion of processors at the point at which the...
2011-10-19 Carl HetheringtonAdjust send faders depending on what signal type they...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-18 David RobillardAdd 'controls' item to plugin insert context menu to...
2011-02-10 Carl HetheringtonPrevent erroneous splitting icons in the editor mixer...
2011-02-01 Carl HetheringtonSomewhat unconvincing visual indication that plugin...
2011-01-14 Carl HetheringtonTweak colouring in the processor list.
2011-01-06 Carl HetheringtonAnother try at prettifying the processor list with...
2011-01-04 Carl HetheringtonHighlight a send processor entry differently when it...
2010-11-24 Carl HetheringtonFix crash on failed processor DnD. Fixes #3554.
2010-11-23 Carl HetheringtonMake double-click on a processor box entry toggle visib...
2010-11-23 Carl HetheringtonFix multiple selection with Ctrl-Click in DnDVBox.
2010-09-05 Carl HetheringtonDesensitize edit menu item in the processor box menu...
2010-08-18 Carl HetheringtonPlugin UI state should of course be saved per-session...
2010-08-18 Carl HetheringtonFirst go at saving window visibility and position state...
2010-04-27 Carl HetheringtonDon't close the plugin manager when an incompatible...
2010-04-17 Carl HetheringtonDisallow rename for plugin inserts. Fixes #3048.
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-04 Carl HetheringtonMake processor box send faders adjust their size correctly.
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-11-30 Paul Davisremove "New Return" menu option from processor box...
2009-11-28 Paul Davisfully remove per-processor activate/deactivate from...
2009-11-28 Paul Davisadd back activate/deactivate menu options for processor box
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-11-19 Paul Davisadd track/bus now allows specifying aux or direct bus...
2009-10-23 David RobillardMake deferred plugin stuff work with old compiler or...
2009-10-22 David RobillardDefer plugin discovery until actually needed (significa...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-15 Paul Davismore hacking on the processor list and processor box...
2009-07-13 Paul Davistraverso-style mixer window bindings. note: messes...
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-06-29 Carl Hetheringtoninclude trimming.
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-17 Paul Davis75% (?) of the way towards making mixer strips control...
2009-05-16 Paul Davisa gadzillion changes all over the place. nothing is...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-05-07 David RobillardReturns (i.e. sidechains).
2009-05-07 David RobillardThe great audio processing overhaul.
2009-03-07 Paul Davisfix crash when renaming a track after deleting a plugin...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-14 Carl HetheringtonMake DnD copy processors using their XML representation...
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-21 Carl HetheringtonFix sends.
2008-12-16 Carl HetheringtonImplement #2425: option for automation to follow region...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-08 Paul Davispartial patch/partial by-hand merge of 2.X commits...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-08-01 Paul Davisuse XML state to store processors in mixer (strips...
2007-07-07 Doug McLainfinish show() stuff for mixer strip and friends
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.