make i18n build work ; add mackie dir back to build ; token work on amp for MIDI...
[ardour.git] / libs / ardour / route.cc
2009-07-22 Paul Davismake i18n build work ; add mackie dir back to build...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-21 Paul Davisfirst part of fixing up send/return metering ; make...
2009-07-15 Paul Davismore hacking on the processor list and processor box...
2009-07-15 Paul Davisprocessor naming tweaks, processor visibility tweaks...
2009-07-13 Paul Davismore removal of Placement
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-07-04 Carl HetheringtonAdd option to collect a route group, so that its member...
2009-07-04 Carl HetheringtonUse std::string for order key map.
2009-07-01 Paul Davisreinstate solo button for master out ; make solo button...
2009-07-01 Paul Davisseparate solo & listen. some minor fixes and additional...
2009-06-26 Paul Davisallow automation-follows-relevant-regions again
2009-06-25 Paul Davisstartup assistant patch from tinman; cleanup fix backpo...
2009-06-23 Paul Davissave&restore gain levels; provide GUI control over...
2009-06-21 Carl HetheringtonMerge edit and mix groups to just being route groups...
2009-06-20 Carl HetheringtonMix group tabs in the mixer.
2009-06-18 Paul Davismodified patch from lincoln to show/control rec-enable...
2009-06-17 Paul Davisremove SoloBus solo model, add PFL and AFL. basic testi...
2009-06-17 Paul Davissolo models work again (amazing how hard this was)...
2009-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-06-11 Paul Davisfix up missing ID in route state; no error message...
2009-06-10 Paul Davisnick m's fix for markers etc ; several tweaks for mute...
2009-06-10 Paul Davisfix mute & solo behaviour mostly ; remove some verbose...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-17 Paul Davissend control now has working metering, and switches...
2009-05-17 Paul Davis75% (?) of the way towards making mixer strips control...
2009-05-16 Paul Davisfix a problem with re-ordering in PostFader placement...
2009-05-16 Paul Davisa gadzillion changes all over the place. nothing is...
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-05-01 Carl HetheringtonCouple of fixes to route / mixer strip ordering which...
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-03-05 Paul Davismake track templates work, including a fix for the...
2009-03-02 Paul Davistrack templates, backported from 2.X
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-19 David RobillardOnly create a Curve for an AutomationList if we need it.
2009-02-17 David RobillardMake a bunch of stuff boost::noncopyable.
2009-02-17 David RobillardFix crazy spacey tabs, width, other super relevant...
2009-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2009-02-14 Carl HetheringtonMake DnD copy processors using their XML representation...
2009-02-11 Carl HetheringtonRemove internal ports.
2009-02-10 Carl HetheringtonFixes to port inserts.
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-24 Carl HetheringtonDo not take into account sends when computing the requi...
2009-01-02 Paul Davissave/restore meter point from carl for #1748
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-18 Carl HetheringtonCouple of bug fixes which show up when undoing solo...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-08 Paul Davismerge 3870-3890 from 2.0-ongoing into 3.X (compiles...
2008-10-03 David RobillardApply panners/automation patch from torbenh (Panner...
2008-10-03 David RobillardApply automation fix patch from torbenh.
2008-09-28 Paul Davischanges from torben for processor/plugin count determin...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-01-19 David RobillardMerge with trunk R2935.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-11-26 David RobillardUse normal Processor run_in_place interface on Meter.
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-10-05 Sampo SavolainenFix crash with tracks/busses with more outputs than...
2007-09-11 Paul Davisclick reset error fixed, plus some older work on sends...
2007-08-16 David RobillardMake SMFSource suck significantly less.
2007-07-04 David RobillardChanged Processor interface to support out-of-place...
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-06-27 Paul Davisallow user tweaking of everything that might have inher...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.
2007-06-27 David RobillardBig ol' automation refactor.
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-06-20 David RobillardSplit PortInsert and PluginInsert into their own files.
2007-06-20 David RobillardMade plugin input/output counts multi-typed (towards...
2007-06-04 David RobillardMIDI metering.
2007-06-04 David RobillardShow selected MIDI track in editor mixer.
2007-06-01 Paul Davismerge denormal handling work from 2.0-ongoing
2007-05-31 Paul Davisfixup botched xfade-as-audioregion; apply work from...
2007-05-30 Paul Davis(MERGED FROM rev 1924 on 2.0-ongoing) fix some (all...
2007-05-23 Paul Davis(merge from 2.0-ongoing -r1911:1912) fix audio clock...
2007-05-14 Paul Davisadd new A/B comparison for plugins, plus ways of disabl...
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-10 Paul Davismerge changes for 2.0.1/2.0.2, plus some fixes to issue...
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-05-02 Paul Davisreintroduce use of optimized functions for gain into...
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-10 Paul Davisfixes from carl for #1158 and #1554, plus better behavi...
2007-04-03 Paul Davisfix botched apply of torben's zero line patch, remove...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-17 John Andersonpersist remote_control_id for busses
2007-02-09 Paul Davisstrip X specific from keyboard.cc; fix up many buttons...
2007-02-07 Paul Davisignore send output counts when computing effect of...
next