summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-04Revert erroneous commit 12922 and replace with a better fixCarl Hetherington
2012-07-02Fix the ProcessContext copy-ctor stuff for older compilers, which don't suppo...Sakari Bergen
2012-07-01Probably fix warnings on Apple's gccSakari Bergen
2012-06-28further efforts at cleaning up the design of the interaction/relationship bet...Paul Davis
2012-06-28Fix missing lock causing erroneous disk space reports when dragging audio clo...Carl Hetherington
2012-06-28Don't start a clock drag if we drag to the right of the numbers.Carl Hetherington
2012-06-28Connect to controllable->Destroyed in all cases; fixes crash on route removal.Carl Hetherington
2012-06-28Add what I think is a missing lock when reading controllables.Carl Hetherington
2012-06-28fix MIDI binding stuff when the controllable does actually exist the first ti...Paul Davis
2012-06-28minor cleanups from 12952Paul Davis
2012-06-28reorder #includes to avoid the usual Apple BS with un-namespaced typenames li...Paul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-27A (hopefully) better fix for toggle-mixer-on-top, using gtk_window_is_active(...Colin Fletcher
2012-06-26some generic midi debugging plus an assertPaul Davis
2012-06-26fix up some issues introduced by lifecycle tracking of Controllable in Generi...Paul Davis
2012-06-26correctly(?) set number of process thread buffers based on run-time-discover...Paul Davis
2012-06-26Add test for loading sessions, and a session with aCarl Hetherington
2012-06-26Fix uninitialised variable.Carl Hetherington
2012-06-26Alternate Korg nanoKONTROL map from JaaxxOne (#4954).Carl Hetherington
2012-06-26Patch from JaaxxOne to fix rec-enable toggle with theCarl Hetherington
2012-06-26Nudge the time axis view gain slider up a bit.Carl Hetherington
2012-06-26Remove unused named selection / chunk code.Carl Hetherington
2012-06-26disconnect from a Controllable when it is destroyedPaul Davis
2012-06-26Fix some oddities with playhead movement when locatingCarl Hetherington
2012-06-26Some spelling mistake fixes from Debian.Carl Hetherington
2012-06-26add rodrigo to the authors listPaul Davis
2012-06-26Allow new idle visual changer calls to be requested whileCarl Hetherington
2012-06-25Patch from johan_mattsson_m to be more graceful if thereCarl Hetherington
2012-06-25Patch from tophatdave to prevent exit from note editCarl Hetherington
2012-06-25Try slightly narrower faders in the track controls areaCarl Hetherington
2012-06-25Patch from royvegard to add a set-bank midi functionCarl Hetherington
2012-06-25Don't specify real-time priority when starting JACK (#4946).Carl Hetherington
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-25Create diskstream before calling Route::set_state, theCarl Hetherington
2012-06-25add late/lazy binding between generic MIDI bindings and controllable elements...Paul Davis
2012-06-24Remove some excess commas from the export format descriptionSakari Bergen
2012-06-24Inrease the export "chunk size" to speed it up over 10% at least in some situ...Sakari Bergen
2012-06-24Revert to using SSE mix-buffers-with-gain rather than simpleCarl Hetherington
2012-06-24Change logic for compiling export format descriptions from incomplete formatsSakari Bergen
2012-06-24Fix stem export. The capturing processor of routes was never removed, and was...Sakari Bergen
2012-06-24unused variable warningPaul Davis
2012-06-24put patch chnage dialog under the mouse cursor when it appearsPaul Davis
2012-06-24string fix, plus a tweak to handling variable i/o AUsPaul Davis
2012-06-24string fixPaul Davis
2012-06-24In export format dialog, show preview of generated part of description. Fix t...Sakari Bergen
2012-06-23Fix build.Carl Hetherington
2012-06-23Remove unused utility function ARDOUR::create_session_directoryTim Mayberry
2012-06-23Use SessionDirectory class directly rather than ARDOUR::create_session_directoryTim Mayberry
2012-06-23Change the meaning of the return value in SessionDirectory::createTim Mayberry
2012-06-23Remove unused pbd/filesystem.h/ccTim Mayberry