summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-29new DDX3216 MIDI map from Quentin HarleyPaul 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-28avoid delivering NaN's when setting up a generic plugin UIPaul Davis
2010-11-27new utility, arldd, to run ldd(1) on an uninstalled ardour buildPaul 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-27rest of process lock removal, plus no GUIs for internal returnsPaul 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-27better fix for IOSelector::set_state()'s need to hold the process lockPaul Davis
2010-11-27make IO::disconnect (port,port) symmetric with IO::connect (port,port) by req...Paul Davis
2010-11-27take process lock in global port matrix' set_state() method; use namespace AR...Paul Davis
2010-11-27move process lock taking to avoid deadlock when connecting portsPaul Davis
2010-11-27fix illegal syntax in bcf2000 MIDI bindingsPaul Davis
2010-11-27GPL boilerplate.Carl Hetherington
2010-11-27Add comments.Carl Hetherington
2010-11-27Copy-edit.Carl Hetherington
2010-11-26new MIDI binding maps for Korg nanoKontrol and M-Audio Axiom 25 from Chooch S...Paul Davis
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-25Fix some messed up code (spacey tabs).David Robillard
2010-11-25Improve visual cues during plugin drag and drop. Fixes #3566.Carl Hetherington
2010-11-25Add a default export format to prevent dialog from crashing when used for fir...Sakari Bergen
2010-11-25Remove unused code.Carl Hetherington
2010-11-24Prevent crash when loading sessions with unknown plugins.Carl Hetherington
2010-11-24Check for windows.h on VST builds.Carl Hetherington
2010-11-24Put MIDI notes into their own canvas group, and reparent this group during st...Carl Hetherington
2010-11-24Fix crash on failed processor DnD. Fixes #3554.Carl Hetherington
2010-11-23Save solo isolate / solo safe states. Fixes #3551.Carl Hetherington
2010-11-23Create snapped drag-created MIDI notes 1 frame shorter than the ending grid l...Carl Hetherington
2010-11-23make region trim keybinding work again; don't show quantize dialog if its not...Paul Davis