Remove out-of-date comment.
[ardour.git] / libs /
2011-02-20 Carl HetheringtonRemove out-of-date comment.
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-18 Paul Davisprevent VBAP from silencing an output buffer that it...
2011-02-17 Paul Davissomewhat working VBAP panning (no interpolation, and...
2011-02-17 Carl HetheringtonCope with stereo click files by mixing them down to...
2011-02-17 Carl HetheringtonTrim some duplicate code.
2011-02-17 Paul DavisGUI for VBAP panner actually does something (not the...
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 Carl HetheringtonMinor cleanups.
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 Davisyet more latency compilation fixes
2011-02-16 Paul Davismore latency compilation fixes
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 Doug McLainUpdate rc files to use unique rc variable names, update...
2011-02-15 Carl HetheringtonClean up and hopefully fix handling of logarithmic...
2011-02-15 Carl HetheringtonNo-op: whitespace.
2011-02-15 Carl HetheringtonFix warnings.
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-14 Doug McLainDisable theme changing untill we figure out whats broken
2011-02-14 Doug McLainMake light theme functional, add waf processing, and...
2011-02-13 Carl HetheringtonGCC 4.6 fixes from oget (#3771).
2011-02-12 Paul Davisactually delete the contents of the history list, rathe...
2011-02-12 Carl HetheringtonLabel logarithmic plugin controls correctly. Should...
2011-02-11 Paul Daviskeep track of the solo mute gain control for MIDI bindi...
2011-02-11 Paul Davisuse volume controller widget for monitor section, drop...
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 Davis#ifdef-ize all/most uses of the boost debug hooks API
2011-02-10 Paul Davisbreak circular reference between panners and pannables...
2011-02-10 Paul Davisget boost debug code working again (global constructors...
2011-02-10 Carl HetheringtonMinor cleanup.
2011-02-09 Paul Davisset up default speakers in new sessions
2011-02-09 Paul Davismake SiP mute gain work ... hopefully without breaking...
2011-02-09 Paul Davisexport graph uses as many threads as there are cores...
2011-02-09 Paul Davismake the export graph use the same number of threads...
2011-02-09 Paul Davismake a note about process lock and ARDOUR::how_many_dsp...
2011-02-09 Paul Davissplit out ARDOUR::how_many_dsp_threads() ; fix test...
2011-02-09 Paul Davisfix num DSP threads computation (TODO: move into a...
2011-02-08 Paul Daviscairo-ify bar controller widget
2011-02-08 Paul Davisfixes for pixfader cairo-ification
2011-02-08 Paul Davisadded Gtkmm2ext::rounded_rectangle() cairo pseudo-method
2011-02-08 Carl HetheringtonOption to colour region background using the track...
2011-02-08 Paul Daviscairo-ify expose handlers for PixFader and PixScroller...
2011-02-08 Paul Davisbuild-side of UUID reversion
2011-02-08 Paul Davisrevert earlier changes to uuid class, but keep boost...
2011-02-07 Paul Davis(from 2.x) register Lock edit mode as an enum to provid...
2011-02-07 Paul Davisforward port thread/abstract_ui changes from 2.X to 3.0
2011-02-07 Paul Davisremove some dead code
2011-02-07 Paul Davisadd explict destructor for Pannable
2011-02-07 Paul Davisswitch to Boost UUID's and away from libuuid
2011-02-07 Paul Daviswhy use fabs?
2011-02-07 Paul Davismake reversed width for the 2in/2out panner actually...
2011-02-07 Paul Davisadd back some missing logic to can-replicate
2011-02-07 Paul Davissimplify "can-replicate" to allow replication only...
2011-02-07 Paul Davisif using only 1 processor for DSP, do not use the graph...
2011-02-07 Paul Davisallow dynamic process thread count resets
2011-02-07 Paul Davisroll back libcurl requirement to just version 7.0.0
2011-02-07 Carl HetheringtonFix warning.
2011-02-07 Carl HetheringtonPrevent various things from stopping the transport...
2011-02-07 Carl HetheringtonSomewhat uncertain fix to playhead misbehaviour in...
2011-02-06 Carl HetheringtonFix up a few mackie control surface exceptions.
2011-02-06 Carl HetheringtonCouple of asserts to catch similar bugs to #3755 a...
2011-02-06 Carl HetheringtonDon't update file_frame twice when reversing close...
2011-02-06 Carl HetheringtonDon't update start more than once when reversing. ...
2011-02-03 David RobillardCompile with new (as yet unreleased) librdf and SPARQL...
2011-02-03 Carl HetheringtonCheck for libcurl in configure (#3752).
2011-02-03 Carl HetheringtonFix uninitialised variable.
2011-02-02 Carl HetheringtonRemove per-track mono option, as it seems somewhat...
2011-02-02 Carl HetheringtonStop saving of garbage values to LADSPA preset files...
2011-02-02 Carl HetheringtonFix compiler warning.
2011-02-01 Carl HetheringtonFix drop location for drag-and-drop in some cases.
2011-02-01 Carl HetheringtonMerge two methods.
2011-02-01 Paul Davisavoid unused args warning
2011-02-01 Paul Davisavoid unused args warning
2011-02-01 Paul Davisensure that the main outs' panner <-> pannable relation...
2011-02-01 Paul Davisstore void pointers to processor UIs in Processors...
2011-02-01 Carl HetheringtonSomewhat unconvincing visual indication that plugin...
2011-02-01 Carl HetheringtonFix up display of plugin automation when loading 2...
2011-01-31 Paul Davisdo not try to open sources with write-permission if...
2011-01-31 Paul Davispo name changes, again?
2011-01-31 Carl HetheringtonAllow plugins with >1 input to be inserted into mono...
2011-01-31 Paul Davisrename PO files in accordance with i18n standards
2011-01-31 Carl HetheringtonFix comparison of < 0 with bool.
2011-01-30 Paul Davisdo not send MMC DeferredPlay or Stop commands if slavin...
2011-01-30 Carl HetheringtonFix fader jumps when releasing button 2 on drags; move...
2011-01-30 Carl HetheringtonTidy up slightly.
2011-01-29 Carl HetheringtonFix crash with debug enabled.
2011-01-29 Paul Davisfix auditioner by virtualizing Route::input_streams...
2011-01-29 Carl HetheringtonAdd operator<< for bundles.
2011-01-29 Paul Davisprevent formation of new xfades when two regions are...
2011-01-28 Sakari BergenAdd boost:: to shared_ptrs (not to be ambiguous with...
2011-01-28 Paul Davisallow derived children of BarController to set label...
next