summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2010-12-12Minor cleanup.Carl Hetherington
2010-12-12Fix MIDI fork using a modified version of a patch from warrenfalk. Fixes #3595.Carl Hetherington
2010-12-11Add a null check to ports when loading an export channel from xml + fix inden...Sakari Bergen
2010-12-11better comment changePaul Davis
2010-12-11fix thinko in AudioEngine::get_port_by_name()Paul Davis
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-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-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-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-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-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-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-06Don't crash if get_action() is called before the UI manager is created. Sort...Carl Hetherington
2010-12-06Add dialog to allow removal of plugin presets. Should fix #2662.Carl Hetherington
2010-12-06Fix VST build.Carl Hetherington
2010-12-06forward-port fatal-error-saving fix for xfade loading from 2.XPaul Davis
2010-12-06Manage attempts to save plugin presets with the same name. Helps with #2662.Carl Hetherington
2010-12-05removed filesPaul Davis
2010-12-05correct locations for new osc filesPaul Davis
2010-12-05part of lincoln's patches for OSC/ardroidPaul Davis
2010-12-05part of lincoln's patches for OSC/ardroidPaul Davis
2010-12-04Missing nframes_t fixes in VST build.Carl Hetherington
2010-12-03type tweaks and casts following the nframes_t expulsionPaul Davis
2010-12-03tweak search path for export profilesPaul Davis
2010-12-03provide access to plugin parameters from OSC. not tested. from olafPaul Davis
2010-12-03No-op: reformat and add GPL boilerplate.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington