summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2011-03-01Set session dirty when pans change (#3807).Carl Hetherington
2011-03-01Make sure CapturingProcessors write a type to their state node so that they c...Carl Hetherington
2011-03-01Update session range on trimming regions.Carl Hetherington
2011-03-01Add virtual destructor.Carl Hetherington
2011-03-01Hopefully fix disappearing MIDI recorded regions on the first record of a new...Carl Hetherington
2011-02-28Fix up strip silence.Carl Hetherington
2011-02-27Allow naming of new tracks/busses in the add route dialogue (#3376).Carl Hetherington
2011-02-25Fix previous patch a bit better.Carl Hetherington
2011-02-25Move playback_distance up to AudioDiskstream from Diskstream since it is only...Carl Hetherington
2011-02-24Tidy (no functional changes).David Robillard
2011-02-22Use commented out (correct) Mute/SoloControllable set_value() code; requires ...Carl Hetherington
2011-02-22remove semantic-free Panner::Changed signal; make mackie code pay attention t...Paul Davis
2011-02-22Add AFLFrom... enums as counterpart to PFLFrom ; add Output metering as a new...Paul Davis
2011-02-20Fix plugin parameter controllers again (#3767).Carl Hetherington
2011-02-20Make InternalReturns collect their sends' data on the return's ::run(), rathe...Carl Hetherington
2011-02-20Modify route _processor list set up so that the logic for placing `invisible'...Carl Hetherington
2011-02-19first pass at full output & gain coefficient interpolation for VBAP panningPaul Davis
2011-02-17Trim some duplicate code.Carl Hetherington
2011-02-17draw speaker positions in 2d pannerPaul Davis
2011-02-17draw pucks (signal positions) on vbap pannerPaul Davis
2011-02-17more progress on speakers/vbap etc. etc (still a work in progress)Paul Davis
2011-02-17preparations for a working speaker editing dialogPaul Davis
2011-02-16remove some undefined function decls and an unused function definitionPaul Davis
2011-02-16fixes for latency computation and compilationPaul Davis
2011-02-15part two of new JACK latency API support - should fix broken compilationPaul Davis
2011-02-15part one of several parts: implement support for new (and correct) JACK laten...Paul Davis
2011-02-15Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #...Carl Hetherington
2011-02-15No-op: whitespace.Carl Hetherington
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...Paul Davis
2011-02-143.0 version of previous 2.X change to always prevent deletion of existing sou...Paul Davis
2011-02-12Label logarithmic plugin controls correctly. Should fix #3767.Carl Hetherington
2011-02-11provide solo mute gain Config parameter as a controllable and use it in the m...Paul Davis
2011-02-11new class to wrap a pair of set/get methods as a ControllablePaul Davis
2011-02-10break circular reference between panners and pannables; more destruction debu...Paul Davis
2011-02-09split out ARDOUR::how_many_dsp_threads() ; fix test for whether to use use ro...Paul Davis
2011-02-08Option to colour region background using the track colour (#3759).Carl Hetherington
2011-02-07add explict destructor for PannablePaul Davis
2011-02-07allow dynamic process thread count resetsPaul Davis
2011-02-07Prevent various things from stopping the transport by requesting a transport ...Carl Hetherington
2011-02-02Remove per-track mono option, as it seems somewhat useless now that we have a...Carl Hetherington
2011-02-01Merge two methods.Carl Hetherington
2011-02-01avoid unused args warningPaul Davis
2011-02-01store void pointers to processor UIs in Processors, and reset ProcessorWindow...Paul Davis
2011-02-01Somewhat unconvincing visual indication that plugin inserts are splitting mon...Carl Hetherington
2011-01-31do not try to open sources with write-permission if the session itself is unw...Paul Davis
2011-01-31Allow plugins with >1 input to be inserted into mono tracks; the input is pas...Carl Hetherington
2011-01-29fix auditioner by virtualizing Route::input_streams(), since the auditioner n...Paul Davis
2011-01-29Add operator<< for bundles.Carl Hetherington
2011-01-27virtualize the way that AutomationController gets strings to display values, ...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis