summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2011-02-15Fix warnings.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-11keep track of the solo mute gain control for MIDI binding etc. etcPaul Davis
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-10#ifdef-ize all/most uses of the boost debug hooks APIPaul Davis
2011-02-10break circular reference between panners and pannables; more destruction debu...Paul Davis
2011-02-10Minor cleanup.Carl Hetherington
2011-02-09set up default speakers in new sessionsPaul Davis
2011-02-09make SiP mute gain work ... hopefully without breaking anything elsePaul Davis
2011-02-09export graph uses as many threads as there are cores, not the number of DSP t...Paul Davis
2011-02-09make the export graph use the same number of threads as the DSP graphPaul Davis
2011-02-09make a note about process lock and ARDOUR::how_many_dsp_threads()Paul Davis
2011-02-09split out ARDOUR::how_many_dsp_threads() ; fix test for whether to use use ro...Paul Davis
2011-02-09fix num DSP threads computation (TODO: move into a utility function for Sakar...Paul Davis
2011-02-08Option to colour region background using the track colour (#3759).Carl Hetherington
2011-02-07(from 2.x) register Lock edit mode as an enum to provide restore of Lock edit...Paul Davis
2011-02-07remove some dead codePaul Davis
2011-02-07add explict destructor for PannablePaul Davis
2011-02-07add back some missing logic to can-replicatePaul Davis
2011-02-07simplify "can-replicate" to allow replication only if a plugin has zero or on...Paul Davis
2011-02-07if using only 1 processor for DSP, do not use the graph code to execute route...Paul Davis
2011-02-07allow dynamic process thread count resetsPaul Davis
2011-02-07roll back libcurl requirement to just version 7.0.0Paul Davis
2011-02-07Fix warning.Carl Hetherington
2011-02-07Prevent various things from stopping the transport by requesting a transport ...Carl Hetherington
2011-02-07Somewhat uncertain fix to playhead misbehaviour in rewind.Carl Hetherington
2011-02-06Couple of asserts to catch similar bugs to #3755 a bit earlier.Carl Hetherington
2011-02-06Don't update file_frame twice when reversing close to the start of a diskstre...Carl Hetherington
2011-02-06Don't update start more than once when reversing. I don't think this is caus...Carl Hetherington
2011-02-03Compile with new (as yet unreleased) librdf and SPARQL-free slv2.David Robillard
2011-02-03Check for libcurl in configure (#3752).Carl Hetherington
2011-02-03Fix uninitialised variable.Carl Hetherington
2011-02-02Remove per-track mono option, as it seems somewhat useless now that we have a...Carl Hetherington
2011-02-02Stop saving of garbage values to LADSPA preset files when an output parameter...Carl Hetherington
2011-02-02Fix compiler warning.Carl Hetherington
2011-02-01Merge two methods.Carl Hetherington
2011-02-01avoid unused args warningPaul Davis
2011-02-01ensure that the main outs' panner <-> pannable relationship is setup in a new...Paul 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-02-01Fix up display of plugin automation when loading 2.X sessions.Carl Hetherington
2011-01-31do not try to open sources with write-permission if the session itself is unw...Paul Davis
2011-01-31po name changes, again?Paul Davis
2011-01-31Allow plugins with >1 input to be inserted into mono tracks; the input is pas...Carl Hetherington
2011-01-31rename PO files in accordance with i18n standardsPaul Davis
2011-01-31Fix comparison of < 0 with bool.Carl Hetherington
2011-01-30do not send MMC DeferredPlay or Stop commands if slaving to MTC when transpor...Paul Davis