summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2011-10-31Remove unused variable.Carl Hetherington
2011-10-31Comment.Carl Hetherington
2011-10-31Fix compensation of roll delay with MIDI tracks; dataCarl Hetherington
2011-10-31Take commit() out of process() in both types ofCarl Hetherington
2011-10-31Remove Diskstream member playback_distance that can beCarl Hetherington
2011-10-31A few comments and minor coding style adjustments.Carl Hetherington
2011-10-31Remove unused method.Carl Hetherington
2011-10-31Remove unused parameter.Carl Hetherington
2011-10-31Remove unused code.Carl Hetherington
2011-10-29Some limited control of mixer strip componentCarl Hetherington
2011-10-29Remove some unused stuff.Carl Hetherington
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-28Improve audioengine includes slightly.Carl Hetherington
2011-10-28Remove unused stuff.Carl Hetherington
2011-10-28Revert inadvertantly committed stuff from 10322.Carl Hetherington
2011-10-27Minor cleanups to IO.Carl Hetherington
2011-10-24Move some code up from {Midi,Audio}Track to Track.Carl Hetherington
2011-10-24Remove unused call_base parameter from Route::_set_state.Carl Hetherington
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-10-24Expose sources_root() for Session and make everything else private rather tha...Carl Hetherington
2011-10-24Expose set_path so that the Session can alter it.Carl Hetherington
2011-10-22Implement reset() in panners, and use it from the GUI (fixes #4196).Carl Hetherington
2011-10-22change several startup messages to be triggered only by -D (debug) optionsPaul Davis
2011-10-21add route group support for monitoring choicesPaul Davis
2011-10-21correctly track monitoring changes in libardour and the GUI; required removin...Paul Davis
2011-10-21save&restore for track monitor statePaul Davis
2011-10-21More robust plugin I/O mapping.David Robillard
2011-10-20remove absurd internal Crossfade constructor that confused region start and r...Paul Davis
2011-10-20add initial implementation of explicit monitor (input|disk) control. some beh...Paul Davis
2011-10-19Trim include tree.David Robillard
2011-10-19add AU parameter listening stuff from 2.XPaul Davis
2011-10-19Fix insertion of processors at the point at which the processor menu was open...Carl Hetherington
2011-10-19Remove unnecessary virtual declaration.Carl Hetherington
2011-10-19Trim the include tree.David Robillard
2011-10-18changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remo...Paul Davis
2011-10-18new debugging flags for PluginManager and AudioUnitsPaul Davis
2011-10-18Remove unused code.Carl Hetherington
2011-10-17Discard MIDI when sending to the monitor bus. FixesCarl Hetherington
2011-10-13add new per-session MIDI-region-copy-is-fork: if set, all MIDI region copies ...Paul Davis
2011-10-03update vestige header; fix 64 bit issuesPaul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-28more jack include fixesPaul Davis
2011-09-28header file fixup for weak jack linkage, forward ported from 2.XPaul Davis
2011-09-26Update Mackie surface state when something is connected to its output port (#...Carl Hetherington
2011-09-26more assert/debuggingPaul Davis
2011-09-26Somewhat experimental patch to hide plugin inputs if the preceding processor ...Carl Hetherington
2011-09-26Tidy up PluginInsert's handling of how it chooses to map plugin IO to that of...Carl Hetherington
2011-09-253.X version of earlier major fix to 2.X: Route::check_initial_delay() should ...Paul Davis
2011-09-21fixes from 2.X for latency/capture alignment stuff: don't reverse route list,...Paul Davis
2011-09-21Add missing files.Carl Hetherington