summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2011-01-21Check for OGG format properly. Should fix #3723.Carl Hetherington
2011-01-19Stop thought-to-be-safe alloc in RT thread from triggering the checker.Carl Hetherington
2011-01-19Configure option to abort when malloc is called in the process thread.Carl Hetherington
2011-01-19check that we're still connected to JACK when using jack_port_get_connections()Paul Davis
2011-01-19Missing files.Carl Hetherington
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2011-01-19Fix undo nesting.Carl Hetherington
2011-01-19new filesPaul Davis
2011-01-19Remove unused code.Carl Hetherington
2011-01-18Add checks and config for Rasqal, required by slv2Doug McLain
2011-01-17Fix build.Carl Hetherington
2011-01-17Remove unused CrossfadeComparePtr. Make Crossfade operator== private.Carl Hetherington
2011-01-17some new sourcePaul Davis
2011-01-17some new headersPaul Davis
2011-01-16Make stem export export from right before any processors.Sakari Bergen
2011-01-16Add dynamic type to SessionHandleRef debug outputSakari Bergen
2011-01-14Prevent failed reconfigurations on tracks with 0 inputs (#3709).Carl Hetherington
2011-01-11Don't add post-fader aux sends after the main deliveries; put them post-fader...Carl Hetherington
2011-01-11Prevent Processor classes messing with names when setting state from XML. Fi...Carl Hetherington
2011-01-11Don't modify a send's output count depending on where it lands in the process...Carl Hetherington
2011-01-10Add route group property to share route active state (#3703)Carl Hetherington
2011-01-10Respond to MMC even when synced to JACK. Fixes #3700.Carl Hetherington
2011-01-10Make export channels own their buffers + some other small code tidy-ups. Prep...Sakari Bergen
2011-01-10Make a couple of bits of debug conditional to avoid mallocs when they are tur...Carl Hetherington
2011-01-10Somewhat hacky fix to stop the graph code allocating in the RT thread.Carl Hetherington
2011-01-10Optimise BufferSet::attach_buffers code to avoid memory allocation in the RT ...Carl Hetherington
2011-01-09patch from lincoln to fix failure to leave loop play mode at transort stopPaul Davis
2011-01-09Fix setup of route meter point on load, and fix intermittent left-channel-onl...Carl Hetherington
2011-01-09Replace RouteGroup's collection of apply() methods with a single one.Carl Hetherington
2011-01-08Use DEBUG macros for SessionEvent debugging.Carl Hetherington
2011-01-08Make Route Group dialog instant-apply. Disallow identically-named route grou...Carl Hetherington
2011-01-07new mono panner widget; make stereo panner respond to changes in colors immed...Paul Davis
2011-01-07forward port EPA changes from 2.XPaul Davis
2011-01-06Take automation into account when reporting Amp gain. Fixes #3669.Carl Hetherington
2011-01-06Add stem export dialog and make all different export dialogs save their confi...Sakari Bergen
2011-01-06yet more debugging for thread poolsPaul Davis
2011-01-05Remove direct busses so that all busses have internal returns.Carl Hetherington
2011-01-05Default stop-at-session-end to false to try and prevent confusion.Carl Hetherington
2011-01-04Fix out-of-sync tracks under varispeed.Carl Hetherington
2011-01-04event pool allocation debuggingPaul Davis
2011-01-04add warning about configuration variable types to session_configuration_vars....Paul Davis
2011-01-04fix a bug that defined two configuration variables as "char" and thus seriali...Paul Davis
2011-01-04Send full MTC messages every 1/4 of a second when quarter-frame messages are ...Carl Hetherington
2011-01-04Allow choice of direct or aux busses when subgrouping route groups. Fixes #3...Carl Hetherington
2011-01-04Fix - to _ typo.Carl Hetherington
2011-01-03Stop QF messages when transport speed is out of range, and re-start them prop...Carl Hetherington
2011-01-03Cope with non-unity transport speed when sending MTC.Carl Hetherington
2011-01-03Add option to show or hide zoom toolbar.Carl Hetherington
2011-01-02Allow AudioDiskstream to have 0 channels without crashing. Fixes crash on re...Carl Hetherington
2010-12-30change Session::convert_to_frames_at() to Session::convert_to_frames() to ref...Paul Davis