remove some debug output
[ardour.git] / libs / ardour / ardour /
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2011-03-07 Carl HetheringtonTrim some includes.
2011-03-07 Carl HetheringtonMake the route group submenu of the RouteTimeAxisView...
2011-03-06 David RobillardUpdate for new SLV2 UI API.
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-03-05 Paul Davissome LV2 debug tracing, part two
2011-03-05 Paul Davissome LV2 debug tracing
2011-03-04 Carl HetheringtonMake speaker dialogue manage the session's Speakers...
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-02 Paul Davislincoln's patch to use QM onset detection in RFerret...
2011-03-02 Paul Davis(a) require JACK 0.120.1 to compile (but NOT to run...
2011-03-01 Paul Davisimprove, cleanup, rationalize Session::cleanup_sources...
2011-03-01 Carl HetheringtonSet session dirty when pans change (#3807).
2011-03-01 Carl HetheringtonMake sure CapturingProcessors write a type to their...
2011-03-01 Carl HetheringtonUpdate session range on trimming regions.
2011-03-01 Carl HetheringtonAdd virtual destructor.
2011-03-01 Carl HetheringtonHopefully fix disappearing MIDI recorded regions on...
2011-02-28 Carl HetheringtonFix up strip silence.
2011-02-27 Carl HetheringtonAllow naming of new tracks/busses in the add route...
2011-02-25 Carl HetheringtonFix previous patch a bit better.
2011-02-25 Carl HetheringtonMove playback_distance up to AudioDiskstream from Disks...
2011-02-24 David RobillardTidy (no functional changes).
2011-02-22 Carl HetheringtonUse commented out (correct) Mute/SoloControllable set_v...
2011-02-22 Paul Davisremove semantic-free Panner::Changed signal; make macki...
2011-02-22 Paul DavisAdd AFLFrom... enums as counterpart to PFLFrom ; add...
2011-02-20 Carl HetheringtonFix plugin parameter controllers again (#3767).
2011-02-20 Carl HetheringtonMake InternalReturns collect their sends' data on the...
2011-02-20 Carl HetheringtonModify route _processor list set up so that the logic...
2011-02-19 Paul Davisfirst pass at full output & gain coefficient interpolat...
2011-02-17 Carl HetheringtonTrim some duplicate code.
2011-02-17 Paul Davisdraw speaker positions in 2d panner
2011-02-17 Paul Davisdraw pucks (signal positions) on vbap panner
2011-02-17 Paul Davismore progress on speakers/vbap etc. etc (still a work...
2011-02-17 Paul Davispreparations for a working speaker editing dialog
2011-02-16 Paul Davisremove some undefined function decls and an unused...
2011-02-16 Paul Davisfixes for latency computation and compilation
2011-02-15 Paul Davispart two of new JACK latency API support - should fix...
2011-02-15 Paul Davispart one of several parts: implement support for new...
2011-02-15 Carl HetheringtonClean up and hopefully fix handling of logarithmic...
2011-02-15 Carl HetheringtonNo-op: whitespace.
2011-02-14 Paul Davispatches from lincoln to speed up the regionlist and...
2011-02-14 Paul Davis3.0 version of previous 2.X change to always prevent...
2011-02-12 Carl HetheringtonLabel logarithmic plugin controls correctly. Should...
2011-02-11 Paul Davisprovide solo mute gain Config parameter as a controllab...
2011-02-11 Paul Davisnew class to wrap a pair of set/get methods as a Contro...
2011-02-10 Paul Davisbreak circular reference between panners and pannables...
2011-02-09 Paul Davissplit out ARDOUR::how_many_dsp_threads() ; fix test...
2011-02-08 Carl HetheringtonOption to colour region background using the track...
2011-02-07 Paul Davisadd explict destructor for Pannable
2011-02-07 Paul Davisallow dynamic process thread count resets
2011-02-07 Carl HetheringtonPrevent various things from stopping the transport...
2011-02-02 Carl HetheringtonRemove per-track mono option, as it seems somewhat...
2011-02-01 Carl HetheringtonMerge two methods.
2011-02-01 Paul Davisavoid unused args warning
2011-02-01 Paul Davisstore void pointers to processor UIs in Processors...
2011-02-01 Carl HetheringtonSomewhat unconvincing visual indication that plugin...
2011-01-31 Paul Davisdo not try to open sources with write-permission if...
2011-01-31 Carl HetheringtonAllow plugins with >1 input to be inserted into mono...
2011-01-29 Paul Davisfix auditioner by virtualizing Route::input_streams...
2011-01-29 Carl HetheringtonAdd operator<< for bundles.
2011-01-27 Paul Davisvirtualize the way that AutomationController gets strin...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-19 Carl HetheringtonConfigure option to abort when malloc is called in...
2011-01-19 Carl HetheringtonMissing files.
2011-01-19 Carl HetheringtonFix session range location by hooking into the undo...
2011-01-19 Carl HetheringtonFix undo nesting.
2011-01-19 Paul Davisnew files
2011-01-19 Carl HetheringtonRemove unused code.
2011-01-17 Carl HetheringtonRemove unused CrossfadeComparePtr. Make Crossfade...
2011-01-17 Paul Davissome new headers
2011-01-16 Sakari BergenMake stem export export from right before any processors.
2011-01-14 Carl HetheringtonPrevent failed reconfigurations on tracks with 0 inputs...
2011-01-10 Carl HetheringtonAdd route group property to share route active state...
2011-01-10 Sakari BergenMake export channels own their buffers + some other...
2011-01-10 Carl HetheringtonOptimise BufferSet::attach_buffers code to avoid memory...
2011-01-09 Carl HetheringtonFix setup of route meter point on load, and fix intermi...
2011-01-09 Carl HetheringtonReplace RouteGroup's collection of apply() methods...
2011-01-08 Carl HetheringtonMake Route Group dialog instant-apply. Disallow identi...
2011-01-06 Carl HetheringtonTake automation into account when reporting Amp gain...
2011-01-06 Sakari BergenAdd stem export dialog and make all different export...
2011-01-05 Carl HetheringtonRemove direct busses so that all busses have internal...
2011-01-05 Carl HetheringtonDefault stop-at-session-end to false to try and prevent...
2011-01-04 Paul Davisadd warning about configuration variable types to sessi...
2011-01-04 Paul Davisfix a bug that defined two configuration variables...
2011-01-04 Carl HetheringtonSend full MTC messages every 1/4 of a second when quart...
2011-01-04 Carl HetheringtonAllow choice of direct or aux busses when subgrouping...
2011-01-04 Carl HetheringtonFix - to _ typo.
2011-01-03 Carl HetheringtonStop QF messages when transport speed is out of range...
2011-01-03 Carl HetheringtonCope with non-unity transport speed when sending MTC.
2011-01-03 Carl HetheringtonAdd option to show or hide zoom toolbar.
2010-12-30 Paul Davischange Session::convert_to_frames_at() to Session:...
2010-12-30 Paul Davisquantize conversion from L/R fraction to azimuth to...
2010-12-29 Carl HetheringtonAdd options to add sends from buses as well as tracks...
2010-12-29 Carl HetheringtonUpdate mixer strip input/output button labels from...
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-23 Carl HetheringtonUse MTC instead of MIDI Timecode as the string for...
2010-12-21 David RobillardRemove confuzzling offset_relative stuff from region...
2010-12-21 David RobillardOnly calculate length_beats from length (in frames...
2010-12-21 David RobillardSet new (recorded) MIDI source length to length of...
2010-12-20 David RobillardRemove unused Region constructor.
next