summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2010-12-02A few type fixes.Carl Hetherington
2010-12-01more stereo panner workPaul Davis
2010-12-01remove some debugging outputPaul Davis
2010-12-01Remove some thought-to-be-useless volatile qualifiers.Carl Hetherington
2010-12-01Re-expose timecode offset in the session option editor.Carl Hetherington
2010-12-01better operation of the stereo pannerPaul Davis
2010-12-01Revert previous incorrect patch.Carl Hetherington
2010-12-01Remove unused timecode offset stuff.Carl Hetherington
2010-12-01Remove unused code.Carl Hetherington
2010-11-30Correctly implement LV2 event URI mapping (event URI context is restricted to...David Robillard
2010-11-30Fix LV2 logarithmic hint URI.David Robillard
2010-11-30Tidy (whitespace changes only).David Robillard
2010-11-30Fix stub LV2 persist implementation.David Robillard
2010-11-30start of Blob-style for bar controller and use in panner GUIPaul Davis
2010-11-30make BarController::CenterOut mostly sorta-kinda workPaul Davis
2010-11-29Removing more of using boost::shared_ptrSakari Bergen
2010-11-29remove using boost::shared_ptr stuff from session.ccPaul Davis