summaryrefslogtreecommitdiff
path: root/libs/ardour/audioengine.cc
AgeCommit message (Expand)Author
2011-09-27make lookup of ardour port names workPaul Davis
2011-09-27some header-file rearrangements to get JACK weak linkage working correctlyPaul Davis
2011-09-21reinstante code to setup latency related stuff after plugin changes etc (remo...Paul Davis
2011-09-14back-port Ardour3's capture alignment code to Ardour2, to get correct results...Paul Davis
2011-05-31conditionally compile support for jack_port_type_get_buffer_size() and if ava...Paul Davis
2011-05-31do not try to silence port buffers after a reconnect, since this violates old...Paul Davis
2011-01-06remove EPA debug output, and use scoped_ptr<> to make sure we don't change th...Paul Davis
2011-01-06more fixes for EPA madnessPaul Davis
2011-01-06correct more brain-damage with EPAPaul Davis
2010-12-23a few more EPA tweaks to make it do absolutely nothing in the unbundled casePaul Davis
2010-12-23fix location of use of EPA objectsPaul Davis
2010-12-23add new EnvironmentalProtectionAgency to save/restore extern char** environ a...Paul Davis
2010-07-14Make sure ardour acts accordingly when freewheeling but not exporting.Sampo Savolainen
2010-07-02remove all debugging output from NPAE debugging processPaul Davis
2010-06-30more n-p-o-e debug outputPaul Davis
2010-03-12Ardour -> PROGRAM_NAME for libardourPaul Davis
2010-02-12provide Redirect::requires_fixed_sized_buffers() as a way to handle UAD plugi...Paul Davis
2010-02-05correct size used by tempo line allocator; fix crash when exit is initiated b...Paul Davis
2010-01-21use correct number of buffers when setting up data for an AudioUnit pluginPaul Davis
2009-11-12use "weak" attribute rather than "weak_import"Paul Davis
2009-11-12add run-time tests for weak-linked symbols from JACK (e.g. functions added to...Paul Davis
2009-11-11better/correct AU transport state callback ; debug info for AU I/O configsPaul Davis
2009-11-11permit compilation even without unreleased versions of JACKPaul Davis
2009-11-11fix scons tests for various JACK functions; use jack_on_info_shutdown() if it...Paul Davis
2009-11-06deep, somewhat subtle changes for transport control. Everything should use Se...Paul Davis
2009-10-14robustify AudioEngine::get_nth_physical_audio() and cleanup related functions...Paul Davis
2009-10-07make reconnect to JACK work, after the _priv_jack fixes were added recentlyPaul Davis
2009-10-01merge 5674:5682 and 5689-5694 from mixbus branchPaul Davis
2009-07-06add NO translator name and remove debugging output line from audioengine.ccPaul Davis
2009-04-29catch jack shutdown (from server) and handle it better then we used to in ter...Paul Davis
2009-04-14EXPERIMENTAL! NEEDS TESTING! remove "offset" from almost everything in the pr...Paul Davis
2009-03-26provide more accurate diagnostics from AudioEngine::port_registration_failure...Paul Davis
2009-03-24VST omnibus commit edition: use wine_pthread_create() everywhere instead of p...Paul Davis
2009-02-19working VST support with VeSTige header and new FST codePaul Davis
2008-11-08minor cleanup of audioengine.ccPaul Davis
2008-11-06wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads ...Paul Davis
2008-10-08fix for bad sync with other JACK transport-aware clients (thanks to torben fo...Paul Davis
2008-07-25stop resetting _jack to zero to avoid crashing stupidlyPaul Davis
2008-06-23various minor fixes for crashes reported by nowhiskeyPaul Davis
2008-06-02don't double-call JackStartFreewheeling if we're already freewheelingPaul Davis
2008-04-03rename menu items for monitoring options, and make the one based on JACK inse...Paul Davis
2008-02-23fix up meter thread management when JACK client starts/stops/is halted ; put ...Paul Davis
2008-02-13lots more BootMessagesPaul Davis
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-18permit OSX native package without JACK; prevent excessive track name lengths ...Paul Davis
2008-01-07merge keybindings/menus from SAE; report duplicate port errors during session...Paul Davis
2007-12-10AU support, plus changes in Plugin to make unique_id a stringPaul Davis
2007-12-07deep, deep fix for what do if we can't run process() because of work in other...Paul Davis
2007-09-09fix egregious widespread bug now that JACK has physical MIDI ports; make samp...Paul Davis
2007-09-05optionally tie together editor+mixer display orders; provide GUI control for ...Paul Davis