summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-11Fix compiler warningsSakari Bergen
2010-12-11Prevent garbage preset names with VST plugins when the call to get preset nam...Carl Hetherington
2010-12-11Fix a few tiny memory leaks.Carl Hetherington
2010-12-11Reset PanControllable StreamPanners when they change.Carl Hetherington
2010-12-11Comment a few things and add missing process lock when adding a route from a ...Carl Hetherington
2010-12-11Fix crash.Carl Hetherington
2010-12-10Fix deadlock on closing a send IO dialogue.Carl Hetherington
2010-12-10Stop bounce / freeze on tracks that have more outputs than inputs and so cann...Carl Hetherington
2010-12-10Fix thinko in previous commit.Carl Hetherington
2010-12-10Remove menu bar clock in fullscreen mode until someone comes up with an agree...Carl Hetherington
2010-12-10Fix crash on mouseover.Carl Hetherington
2010-12-10prevent the monitor inputs from showing up in the port matrix, fo'realPaul Davis
2010-12-10don't show monitor bus inputs in matrix(es); relabel tabs in port matrix; cha...Paul Davis
2010-12-09Handle overlaps better when executing DiffCommands.Carl Hetherington
2010-12-09Undo for sys-ex movements in time.Carl Hetherington
2010-12-09Fix a few bad iterator accesses.Carl Hetherington
2010-12-09Fix uninitialised variable.Carl Hetherington
2010-12-09Allow trim of midi regions to before the start of the source (better, this ti...Carl Hetherington
2010-12-09Use a weak_ptr rather than a bald pointer for _midi_source in MidiModel.Carl Hetherington
2010-12-09fix computation of silence text, and its display. it is still not on top of t...Paul Davis
2010-12-09make strip silence work (again?)Paul Davis
2010-12-08fix for Route::shift/insert-timePaul Davis
2010-12-08move display of silence for strip-silence into regionviews, along with text t...Paul Davis
2010-12-08minor panner debugging, cont'dPaul Davis
2010-12-08nothing uses ARDOUR_DATA_PATH so remove itPaul Davis
2010-12-08random debugging stuff, need to get it out of the way for next commitPaul Davis
2010-12-08tweak and rename timecode settings tabPaul Davis
2010-12-08in compute_gains in case _speakers.n_tuples is 0. Prevent NaN gains if total...Carl Hetherington
2010-12-08Remove unused method.Carl Hetherington
2010-12-07Fix VST preset deletion.Carl Hetherington
2010-12-07Add scrollbar to edit presets dialogue, and the ability to differentiate betw...Carl Hetherington
2010-12-07Add preset edit button to VST plugin UI.Carl Hetherington
2010-12-07Revert previous ill-thought-out patch.Carl Hetherington
2010-12-07Allow trim of midi regions to before the start of the source. Fixes #3156.Carl Hetherington
2010-12-07Fix a couple of places where set_position_internal was not being used, meanin...Carl Hetherington
2010-12-07Tweak some naming slightly.Carl Hetherington
2010-12-07reimplement Route::shift() from 2.X for "Insert Time"Paul Davis
2010-12-07add "shift" method used in 2.X and now a3 to move data starting at a position...Paul Davis
2010-12-07Put plugin-note-off code in the right place.Carl Hetherington
2010-12-07fix crash when importing MIDI with "at timestamp" chosenPaul Davis
2010-12-07fix crash when dragging percussive-mode notes due to a bad dynamic castPaul Davis
2010-12-07fix infinite loop in quantize setupPaul Davis
2010-12-07Send note-offs to VST instrument plugins on transport stop. Fixes #3583.Carl Hetherington
2010-12-07Move RDF-based preset stuff into LadspaPlugin, to make way for a set of evil ...Carl Hetherington
2010-12-06Fix double-display of VST preset names (#3576)Carl Hetherington
2010-12-06new panner + recorded waveform fill colors from chris gPaul Davis
2010-12-06Don't crash if get_action() is called before the UI manager is created. Sort...Carl Hetherington
2010-12-06Start VST version using the wrapper script rather than the .so, whose name is...Carl Hetherington
2010-12-06Minor cleanups.Carl Hetherington
2010-12-06Add dialog to allow removal of plugin presets. Should fix #2662.Carl Hetherington