summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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-14Tweak colouring in the processor list.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-11Dear oh dear. Re-fix main fader double click and internal send edit.Carl Hetherington
2011-01-10Fix fader motion accidentally broken in previous commit.Carl Hetherington
2011-01-10Add route group property to share route active state (#3703)Carl Hetherington
2011-01-10Revert to fader-is-for-route on double-clicking a mixer strip's fader. Fixes...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-06Improve the drag icon for processor drags.Carl Hetherington
2011-01-06Fix crash when turning off an active send and redisplaying processors at the ...Carl Hetherington
2011-01-06Another try at prettifying the processor list with different colours pre- and...Carl Hetherington
2011-01-06yet more debugging for thread poolsPaul Davis
2011-01-05more 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-04Highlight a send processor entry differently when it the mixer strip's fader ...Carl Hetherington
2011-01-04more pool allocation debugging for oofusPaul Davis
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-03Substantially simpler fix for editor window jumping.Carl Hetherington
2011-01-03Add option to show or hide zoom toolbar.Carl Hetherington
2011-01-03Somewhat experimental fix to try to stop the editor window jumping around on ...Carl Hetherington
2011-01-02Allow AudioDiskstream to have 0 channels without crashing. Fixes crash on re...Carl Hetherington
2010-12-31Fix install path for vamp plugins.Carl Hetherington
2010-12-30resize all editor comboboxes when DPI is reset. involved a minor refactoring ...Paul Davis
2010-12-30fix compiler warningPaul Davis
2010-12-30change Session::convert_to_frames_at() to Session::convert_to_frames() to ref...Paul Davis