summaryrefslogtreecommitdiff
path: root/libs/ardour/audioengine.cc
AgeCommit message (Expand)Author
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-13remove babbling torrent of debug outputPaul Davis
2010-04-13substantive change: use the JACK wait API and provide "thread buffers" separa...Paul Davis
2010-04-05Make port matrix notice when connections are changed outside of ardour.Carl Hetherington
2010-04-02(FULL) not-yet-complete JACK session management patch (TODO: get program name...Paul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-12-31stop metering thread as we disconnect a session from audioengine; explicitly ...Paul Davis
2009-12-30fix crash caused by closing down JACK but not telling JACK_MidiPorts about itPaul Davis
2009-12-27Re-integrate export-optimization branch.Sakari Bergen
2009-12-26change the way thread name is managed and accessed; store thread name for JAC...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-12-02more MTC stuff, including toggleable use of torben's PI controllerPaul Davis
2009-11-27switch Route::fed_by from shared_ptr to weak_ptr and thus begin to allow Rout...Paul Davis
2009-10-14(1) silence non-process FIFO message (2) move MIDI state tracking down to the...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-11Make the port matrix notice if JACK ports are registered or unregistered.Carl Hetherington
2009-09-02Modified version of Hans' patch for mantis 1985. Also remove unused port_con...Carl Hetherington
2009-08-09fix (no)use of offset in AudioEngine::get_sync_offset()Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-06-16first pass (ok, third really) at internal send+return - audio routing inside ...Paul Davis
2009-06-11fix up missing ID in route state; no error message when making a port connect...Paul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-16a gadzillion changes all over the place. nothing is finished, but all is bett...Paul Davis
2009-05-16Move some sync-related options to being session variables.Carl Hetherington
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
2009-02-27vestige-based VST support, back-ported from 2.0-ongoingPaul Davis
2009-02-25Waf building of libardour (yay!).David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-11Remove internal ports.Carl Hetherington
2009-02-10Remove some debug code.Carl Hetherington
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2009-01-23Add global port matrix dialogs.Carl Hetherington
2009-01-21Fix some confusion about relative / non-relative port names. Add some assert...Carl Hetherington
2009-01-21Rework Port class hierarchy a bit. Hopefully now simpler, and shouldCarl Hetherington
2009-01-14Make Bundles work a bit better. A few include optimisations.Carl Hetherington
2008-12-30Wrap some Jack_MidiPort stuff in #ifdefs to solve dylib errors on OS XSakari Bergen
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-12-08merge 3870-3890 from 2.0-ongoing into 3.X (compiles, runs, no other promisesPaul Davis
2008-10-08torben's port buffer reworking; torben's panner automation loading patch (all...Paul Davis
2008-09-30remove pointless JACK error message; don't add every track as an automatic bu...Paul Davis