summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2010-11-29position+width panning improvements (reverse width now works); relabel pan au...Paul Davis
2010-11-29fix conversion of MIDI controller (7 bit) value into a 0..+1.0 range valuePaul Davis
2010-11-29make position+width stereo panning actually functional, although its behaviou...Paul Davis
2010-11-28add non-functional meta-controls for 2in/2out panning, to control direction+w...Paul Davis
2010-11-28Fix non-update of session range marker in some cases.Carl Hetherington
2010-11-28fix lookup of LV2 plugin parameter namePaul Davis
2010-11-28initialize rec-enable controllable after setting MidiTrack's diskstream (see ...Paul Davis
2010-11-28more or less complete restoration of Controllable::_id from XML, with all tha...Paul Davis
2010-11-27merge gnomecanvas into ardour tree, so that we can fix our own bugs and not w...Paul Davis
2010-11-27don't display internal returns to userPaul Davis
2010-11-27changes associated with save/restore of AutomationControl id'sPaul Davis
2010-11-27remove (or attempt to remove) requirement for holding process lock when chang...Paul Davis
2010-11-27changes associated with save/restore of AutomationControl id'sPaul Davis
2010-11-27save controls state in PluginInsert state nodes (needed to restore MIDI bindi...Paul Davis
2010-11-27make IO::disconnect (port,port) symmetric with IO::connect (port,port) by req...Paul Davis
2010-11-27Add comments.Carl Hetherington
2010-11-26Add missing files from previous commit.Carl Hetherington
2010-11-26Handle unknown plugins on loading sessions by hiding them from the user and t...Carl Hetherington
2010-11-26Add lots of asserts to try to track down #3553.Carl Hetherington
2010-11-26Remove premature inclusion of lv2_persist_file.cDavid Robillard
2010-11-26Fix more broken indentation (whitespace changes only).David Robillard
2010-11-26VBAP panner should use Panner::_angles not its own private azi/ele members : ...Paul Davis
2010-11-26add two process lock calls where some port connecting occursPaul Davis
2010-11-26one step closer to working vbap panningPaul Davis
2010-11-26Somewhat distasteful hack to fix #3469 (broken keyboard-entry of pan values)Carl Hetherington
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-11-25Add missing file.David Robillard
2010-11-25Stub implementation of LV2 persist extension.David Robillard
2010-11-25Improve visual cues during plugin drag and drop. Fixes #3566.Carl Hetherington
2010-11-25Remove unused code.Carl Hetherington
2010-11-24Prevent crash when loading sessions with unknown plugins.Carl Hetherington
2010-11-23Save solo isolate / solo safe states. Fixes #3551.Carl Hetherington